]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[5019] Unit-test fixed.
authorTomek Mrugalski <tomasz@isc.org>
Mon, 23 Jan 2017 15:52:57 +0000 (16:52 +0100)
committerTomek Mrugalski <tomasz@isc.org>
Thu, 26 Jan 2017 12:43:22 +0000 (13:43 +0100)
src/bin/dhcp6/tests/simple_parser6_unittest.cc

index 78f01fd825a57d18c2a093d396a653b3944b82bc..c7a991d86e4103a868eb0d76bedb0b0efbfcf225 100644 (file)
@@ -66,7 +66,7 @@ TEST_F(SimpleParser6Test, inheritGlobalToSubnet6) {
     ElementPtr global = parseJSON("{ \"renew-timer\": 1,"
                                           "  \"rebind-timer\": 2,"
                                           "  \"preferred-lifetime\": 3,"
-                                          "  \"valid-lifetime\": 4"
+                                          "  \"valid-lifetime\": 4,"
                                           "  \"subnet6\": [ { \"renew-timer\": 100 } ] "
                                           "}");