Merge branch 'maint-rel-1.6' into develop

This commit is contained in:
j2blake 2013-11-07 14:50:09 -05:00
commit fe39b61f37

View file

@ -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);