Rename clearAllSpringGeodeGemFireDotPrefixedSystemProperties to clearAllSpringApacheGeodeAndPivotalGemFireDotPrefixedSystemProperties.

This commit is contained in:
John Blum
2018-08-13 13:00:21 -07:00
parent 61823ec845
commit 138b0b57aa

View File

@@ -66,7 +66,7 @@ public abstract class IntegrationTestsSupport {
.or(SPRING_DOT_SYSTEM_PROPERTY_NAME_PREDICATE);
@BeforeClass
public static void clearAllSpringGeodeGemFireDotPrefixedSystemProperties() {
public static void clearAllSpringApacheGeodeAndPivotalGemFireDotPrefixedSystemProperties() {
List<String> springSystemProperties = System.getProperties().stringPropertyNames().stream()
.filter(ALL_SYSTEM_PROPERTIES_NAME_PREDICATE)