Rename clearAllSpringApacheGeodeAndPivotalGemFireDotPrefixedSystemProperties to clearAllGemFireGeodeAndSpringDotPrefixedSystemProperties.

This commit is contained in:
John Blum
2018-08-14 16:32:30 -07:00
parent 889368868e
commit f83692b82e

View File

@@ -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)