SGF-222 - Fixup test to ensure consistent configuration of the Apache Geode DistributedSystem between the Cache and Locator instances.

This commit is contained in:
John Blum
2019-05-13 00:32:44 -07:00
parent d2c981983b
commit 2066820cf5

View File

@@ -82,6 +82,7 @@ public class LocatorApplicationIntegrationTests {
.set("jmx-manager", distributedSystemProperties.getProperty("jmx-manager"))
.set("locators", distributedSystemProperties.getProperty("locators"))
.set("log-file", distributedSystemProperties.getProperty("log-file"))
.set("log-level", distributedSystemProperties.getProperty("log-level"))
.create();
assertThat(peerCache).isNotNull();