[TEST] Subclass ElasticsearchTestCase in LoggingConfigurationTests

This commit is contained in:
Simon Willnauer 2014-07-10 15:28:08 +02:00
parent 72e6150bc1
commit da148ca8b8
1 changed files with 2 additions and 2 deletions

View File

@ -26,18 +26,18 @@ import org.elasticsearch.common.logging.log4j.Log4jESLoggerFactory;
import org.elasticsearch.common.logging.log4j.LogConfigurator; import org.elasticsearch.common.logging.log4j.LogConfigurator;
import org.elasticsearch.common.settings.ImmutableSettings; import org.elasticsearch.common.settings.ImmutableSettings;
import org.elasticsearch.common.settings.Settings; import org.elasticsearch.common.settings.Settings;
import org.elasticsearch.test.ElasticsearchTestCase;
import org.junit.Test; import org.junit.Test;
import java.io.File; import java.io.File;
import java.net.URL; import java.net.URL;
import static org.hamcrest.MatcherAssert.assertThat;
import static org.hamcrest.Matchers.notNullValue; import static org.hamcrest.Matchers.notNullValue;
/** /**
* *
*/ */
public class LoggingConfigurationTests { public class LoggingConfigurationTests extends ElasticsearchTestCase {
@Test @Test
public void testMultipleConfigs() throws Exception { public void testMultipleConfigs() throws Exception {