From 55ad23aa80f1f9510d7ecefba168f0c934a1bd70 Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Tue, 29 Nov 2016 05:30:56 +0100 Subject: [5014_phase2] Use parser in place of fromJSON --- src/bin/dhcp6/tests/sarr_unittest.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/bin/dhcp6/tests/sarr_unittest.cc') diff --git a/src/bin/dhcp6/tests/sarr_unittest.cc b/src/bin/dhcp6/tests/sarr_unittest.cc index d053bd3b2a..0aea09fd55 100644 --- a/src/bin/dhcp6/tests/sarr_unittest.cc +++ b/src/bin/dhcp6/tests/sarr_unittest.cc @@ -85,17 +85,17 @@ const char* CONFIGS[] = { " \"pools\": [ { \"pool\": \"2001:db8:1::1 - 2001:db8:1::10\" } ]," " \"subnet\": \"2001:db8:1::/48\", " " \"interface\": \"eth0\"," - " \"rapid-commit\": True" + " \"rapid-commit\": true" " }," " {" " \"pools\": [ { \"pool\": \"2001:db8:2::1 - 2001:db8:2::10\" } ]," " \"subnet\": \"2001:db8:2::/48\", " " \"interface\": \"eth1\"," - " \"rapid-commit\": False" + " \"rapid-commit\": false" " } ]," "\"valid-lifetime\": 4000," " \"dhcp-ddns\" : {" - " \"enable-updates\" : True, " + " \"enable-updates\" : true, " " \"qualifying-suffix\" : \"example.com\" }" "}", -- cgit v1.2.3