Merge branch 'DATACASS-39' of https://github.com/shvid/spring-data-cassandra.git into DATACASS-39

This commit is contained in:
David Webb
2013-11-25 11:56:45 -05:00

View File

@@ -189,6 +189,11 @@ public class CassandraOperationsTest {
}
@Test
public void failingTest() {
assertNotNull(null);
}
@Test
public void boundStatementFactoryTest() {