[TEST] restore needed LogManager.reset to prevent logging to sysout

This commit is contained in:
javanna 2016-06-03 16:56:29 +02:00 committed by Luca Cavanna
parent 4fa824f891
commit f5825b86e6
1 changed files with 5 additions and 0 deletions

View File

@ -26,9 +26,14 @@ import org.apache.lucene.util.LuceneTestCase;
import org.elasticsearch.client.RestClient;
import java.util.Arrays;
import java.util.logging.LogManager;
public class SnifferBuilderTests extends LuceneTestCase {
static {
LogManager.getLogManager().reset();
}
public void testBuild() throws Exception {
try {