]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[5288] Fixed CfgSubnets4Test.unparsePool unit-test
authorTomek Mrugalski <tomasz@isc.org>
Tue, 4 Jul 2017 15:17:36 +0000 (17:17 +0200)
committerTomek Mrugalski <tomasz@isc.org>
Tue, 4 Jul 2017 15:17:36 +0000 (17:17 +0200)
src/lib/dhcpsrv/tests/cfg_subnets4_unittest.cc

index dfec17744e84b551c22e7ee1571c37d80c9161f0..d7433f2d8c311e248a50ec41a33e56410c48eaf1 100644 (file)
@@ -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"