DATACASS-32 - Fixed testSingleton after refactoring by Matt.

This commit is contained in:
David Webb
2013-11-21 09:59:44 -05:00
parent 7c6a003943
commit 5473daa7ef

View File

@@ -7,7 +7,7 @@
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.0.xsd">
<context:property-placeholder
location="classpath:/org/springframework/data/cassandra/config/cassandra.properties" />
location="classpath:/org/springframework/data/cassandra/test/integration/config/cassandra.properties" />
<cassandra:cluster id="cassandra-cluster"
contactPoints="${cassandra.contactPoints}" port="${cassandra.port}"