From 152e82b49f5e5abd9d3a2a4825ed8620973f5ef1 Mon Sep 17 00:00:00 2001 From: Razvan Becheriu Date: Wed, 22 May 2019 22:47:38 +0300 Subject: [PATCH] enable CQL getPage tests --- src/lib/dhcpsrv/tests/host_mgr_unittest.cc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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); } -- 2.47.2