Replace all references to 'Pivotal GemFire' with 'VMware GemFire'.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user