[TEST] restore needed LogManager.reset to prevent logging to sysout
This commit is contained in:
parent
4fa824f891
commit
f5825b86e6
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue