Replace all references to 'Pivotal GemFire' with 'VMware GemFire'.

This commit is contained in:
John Blum
2020-07-26 22:30:20 -07:00
parent f87fbb3fcb
commit d2bd431e43
21 changed files with 38 additions and 38 deletions

View File

@@ -34,7 +34,7 @@ import org.springframework.test.context.ContextConfiguration;
import org.springframework.test.context.junit4.SpringRunner;
/**
* Integration Tests for Apache Geode & Pivotal GemFire {@link Object} creation when the {@link Object} configuration
* Integration Tests for Apache Geode & VMware GemFire {@link Object} creation when the {@link Object} configuration
* and {@link Class} type is expressed in {@link Properties}.
*
* @author John Blum

View File

@@ -96,7 +96,7 @@ public class MockClientCacheDefaultPoolRegisteredWithPoolManagerUnitTests {
@Test
@DirtiesContext
//@Ignore("Apache Geode/Pivotal GemFire does not support Mock Pools")
//@Ignore("Apache Geode/VMware GemFire does not support Mock Pools")
public void defaultPoolRegisteredWithPoolManager() {
Pool defaultPool = PoolManager.find("DEFAULT");