From: Razvan Becheriu Date: Wed, 22 May 2019 19:47:38 +0000 (+0300) Subject: enable CQL getPage tests X-Git-Tag: Kea-1.6.0-beta~104 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=152e82b49f5e5abd9d3a2a4825ed8620973f5ef1;p=thirdparty%2Fkea.git enable CQL getPage tests --- diff --git a/src/lib/dhcpsrv/tests/host_mgr_unittest.cc b/src/lib/dhcpsrv/tests/host_mgr_unittest.cc index d49b1e96f9..6a540388ba 100644 --- a/src/lib/dhcpsrv/tests/host_mgr_unittest.cc +++ b/src/lib/dhcpsrv/tests/host_mgr_unittest.cc @@ -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); }