SGF-480 - Change default for use-bean-factory-locator to false.

This commit is contained in:
John Blum
2016-03-09 20:57:59 -08:00
parent 6dfd3e7082
commit 6bf5ceeaf6
5 changed files with 6 additions and 4 deletions

View File

@@ -137,6 +137,7 @@ public class CacheFactoryBeanTest {
cacheFactoryBean.setSearchTimeout(45000);
cacheFactoryBean.setTransactionListeners(Collections.singletonList(mockTransactionLister));
cacheFactoryBean.setTransactionWriter(mockTransactionWriter);
cacheFactoryBean.setUseBeanFactoryLocator(true);
assertTrue(gemfireProperties.isEmpty());