minor test improvements

This commit is contained in:
markpollack
2010-07-27 10:36:32 -04:00
parent cdf4c57dcf
commit 358789cbdc
2 changed files with 5 additions and 1 deletions

View File

@@ -26,6 +26,7 @@
<bean id="named-cache" class="org.springframework.data.gemfire.CacheFactoryBean" p:name="named-cache">
<property name="properties">
<props>
<!-- cache-with-props is not being picked up or used. -->
<prop key="name">cache-with-props</prop>
<prop key="log-level">warning</prop>
</props>