From: Razvan Becheriu Date: Fri, 5 Jun 2020 16:45:25 +0000 (+0300) Subject: [#1256] removed empty lines X-Git-Tag: Kea-1.7.9~86 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdb1b845e389f574c26f37242cfdde934a8e7546;p=thirdparty%2Fkea.git [#1256] removed empty lines --- diff --git a/src/lib/dhcpsrv/tests/shared_network_unittest.cc b/src/lib/dhcpsrv/tests/shared_network_unittest.cc index 678703a7cb..4726c15ced 100644 --- a/src/lib/dhcpsrv/tests/shared_network_unittest.cc +++ b/src/lib/dhcpsrv/tests/shared_network_unittest.cc @@ -1099,7 +1099,6 @@ TEST(SharedNetwork6Test, getPreferredSubnet) { Subnet6Ptr subnet4(new Subnet6(IOAddress("3000:1::"), 64, 10, 20, 30, 40, SubnetID(4))); - // Associate first two subnets with classes. subnet1->allowClientClass("class1"); subnet2->allowClientClass("class1"); @@ -1198,7 +1197,6 @@ TEST(SharedNetwork6Test, getPreferredSubnetMultiThreading) { Subnet6Ptr subnet4(new Subnet6(IOAddress("3000:1::"), 64, 10, 20, 30, 40, SubnetID(4))); - // Associate first two subnets with classes. subnet1->allowClientClass("class1"); subnet2->allowClientClass("class1"); @@ -1508,5 +1506,4 @@ TEST(SharedNetworkFetcherTest, getSharedNetwork6ByName) { EXPECT_EQ("network2", network->getName()); } - } // end of anonymous namespace diff --git a/src/lib/dhcpsrv/tests/subnet_unittest.cc b/src/lib/dhcpsrv/tests/subnet_unittest.cc index c36d987c40..65bb4091d7 100644 --- a/src/lib/dhcpsrv/tests/subnet_unittest.cc +++ b/src/lib/dhcpsrv/tests/subnet_unittest.cc @@ -1485,7 +1485,6 @@ TEST(Subnet6Test, getOptions) { } } - TEST(Subnet6Test, addVendorOption) { // Create as subnet to add options to it. @@ -1537,8 +1536,6 @@ TEST(Subnet6Test, addVendorOption) { EXPECT_TRUE(options->empty()); } - - // This test verifies that inRange() and inPool() methods work properly. TEST(Subnet6Test, inRangeinPool) { Subnet6Ptr subnet(new Subnet6(IOAddress("2001:db8::"), 32, 1, 2, 3, 4));