From: Tomek Mrugalski Date: Tue, 4 Jul 2017 15:17:36 +0000 (+0200) Subject: [5288] Fixed CfgSubnets4Test.unparsePool unit-test X-Git-Tag: trac5227_base~20^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=202cca2cb959619e6568b2ef55f5b065af3b295e;p=thirdparty%2Fkea.git [5288] Fixed CfgSubnets4Test.unparsePool unit-test --- diff --git a/src/lib/dhcpsrv/tests/cfg_subnets4_unittest.cc b/src/lib/dhcpsrv/tests/cfg_subnets4_unittest.cc index dfec17744e..d7433f2d8c 100644 --- a/src/lib/dhcpsrv/tests/cfg_subnets4_unittest.cc +++ b/src/lib/dhcpsrv/tests/cfg_subnets4_unittest.cc @@ -544,8 +544,10 @@ TEST(CfgSubnets4Test, unparsePool) { " \"option-data\": [],\n" " \"pools\": [\n" " {\n" + " \"option-data\": [ ],\n" " \"pool\": \"192.0.2.1-192.0.2.10\"\n" " },{\n" + " \"option-data\": [ ],\n" " \"pool\": \"192.0.2.64/26\"\n" " }\n" " ]\n"