summaryrefslogtreecommitdiffstats
path: root/src/bin/dhcp6/tests/sarr_unittest.cc
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2016-11-29 05:30:56 +0100
committerTomek Mrugalski <tomasz@isc.org>2016-11-29 19:58:37 +0100
commit55ad23aa80f1f9510d7ecefba168f0c934a1bd70 (patch)
treecbbc22788bd4b6e352d11f35e411b971b7927be3 /src/bin/dhcp6/tests/sarr_unittest.cc
parent[5014_phase2] Added a JSON value subparser (diff)
downloadkea-55ad23aa80f1f9510d7ecefba168f0c934a1bd70.tar.xz
kea-55ad23aa80f1f9510d7ecefba168f0c934a1bd70.zip
[5014_phase2] Use parser in place of fromJSON
Diffstat (limited to '')
-rw-r--r--src/bin/dhcp6/tests/sarr_unittest.cc6
1 files changed, 3 insertions, 3 deletions
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\" }"
"}",