SGF-480 - Change default for use-bean-factory-locator to false.
(cherry picked from commit 6bf5ceeaf672aeede3e8927248d7bd8d045825cb) Signed-off-by: John Blum <jblum@pivotal.io>
This commit is contained in:
@@ -136,6 +136,7 @@ public class CacheFactoryBeanTest {
|
||||
cacheFactoryBean.setSearchTimeout(45000);
|
||||
cacheFactoryBean.setTransactionListeners(Collections.singletonList(mockTransactionLister));
|
||||
cacheFactoryBean.setTransactionWriter(mockTransactionWriter);
|
||||
cacheFactoryBean.setUseBeanFactoryLocator(true);
|
||||
|
||||
assertTrue(gemfireProperties.isEmpty());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user