]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
enable CQL getPage tests
authorRazvan Becheriu <razvan@isc.org>
Wed, 22 May 2019 19:47:38 +0000 (22:47 +0300)
committerRazvan Becheriu <razvan@isc.org>
Wed, 22 May 2019 19:47:38 +0000 (22:47 +0300)
src/lib/dhcpsrv/tests/host_mgr_unittest.cc

index d49b1e96f9a88f9523c234d854921b98762f7712..6a540388bacd10d7fbd061ead1a05cde68b9403f 100644 (file)
@@ -1268,16 +1268,14 @@ TEST_F(CQLHostMgrTest, getAll6BySubnet) {
 // This test verifies that reservations for a particular subnet can
 // be retrieved by pages from the configuration file and a database
 // simultaneously.
-//// Paging is not supported by Cassandra.
-TEST_F(CQLHostMgrTest, DISABLED_getPage4) {
+TEST_F(CQLHostMgrTest, getPage4) {
     testGetPage4(true);
 }
 
 // This test verifies that reservations for a particular subnet can
 // be retrieved by pages from the configuration file and a database
 // simultaneously.
-//// Paging is not supported by Cassandra.
-TEST_F(CQLHostMgrTest, DISABLED_getPage6) {
+TEST_F(CQLHostMgrTest, getPage6) {
     testGetPage6(true);
 }