Merge branch 'maint-rel-1.6' into develop
This commit is contained in:
commit
fe39b61f37
1 changed files with 2 additions and 1 deletions
|
@ -5,13 +5,14 @@ package edu.cornell.mannlib.vitro.webapp.search.indexing;
|
|||
import junit.framework.Assert;
|
||||
|
||||
import org.apache.log4j.Level;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
import edu.cornell.mannlib.vitro.testing.AbstractTestClass;
|
||||
|
||||
|
||||
public class IndexBuilderThreadTest extends AbstractTestClass {
|
||||
|
||||
@Ignore
|
||||
@Test
|
||||
public void testStoppingTheThread(){
|
||||
setLoggerLevel(IndexBuilder.class, Level.OFF);
|
||||
|
|
Loading…
Add table
Reference in a new issue