Rename clearAllSpringApacheGeodeAndPivotalGemFireDotPrefixedSystemProperties to clearAllGemFireGeodeAndSpringDotPrefixedSystemProperties.
This commit is contained in:
@@ -66,7 +66,7 @@ public abstract class IntegrationTestsSupport {
|
||||
.or(SPRING_DOT_SYSTEM_PROPERTY_NAME_PREDICATE);
|
||||
|
||||
@BeforeClass
|
||||
public static void clearAllSpringApacheGeodeAndPivotalGemFireDotPrefixedSystemProperties() {
|
||||
public static void clearAllGemFireGeodeAndSpringDotPrefixedSystemProperties() {
|
||||
|
||||
List<String> springSystemProperties = System.getProperties().stringPropertyNames().stream()
|
||||
.filter(ALL_SYSTEM_PROPERTIES_NAME_PREDICATE)
|
||||
|
||||
Reference in New Issue
Block a user