From: Francis Dupont Date: Tue, 20 Nov 2018 16:16:12 +0000 (+0100) Subject: [268-reservation-mode-is-not-global] Patching get_config_unittest.cc to remove always... X-Git-Tag: 204-move-models-base~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57508ca8aac1d63967d4f6abaffed4691f68b3b0;p=thirdparty%2Fkea.git [268-reservation-mode-is-not-global] Patching get_config_unittest.cc to remove always-include-fqdn left by rebase --- diff --git a/src/bin/dhcp4/tests/get_config_unittest.cc b/src/bin/dhcp4/tests/get_config_unittest.cc index a447508ea8..184b3038a2 100644 --- a/src/bin/dhcp4/tests/get_config_unittest.cc +++ b/src/bin/dhcp4/tests/get_config_unittest.cc @@ -6820,7 +6820,6 @@ const char* UNPARSED_CONFIGS[] = { "{\n" " \"decline-probation-period\": 12345,\n" " \"dhcp-ddns\": {\n" -" \"always-include-fqdn\": false,\n" " \"enable-updates\": false,\n" " \"generated-prefix\": \"myhost\",\n" " \"hostname-char-replacement\": \"\",\n" diff --git a/src/bin/dhcp6/tests/get_config_unittest.cc b/src/bin/dhcp6/tests/get_config_unittest.cc index d6c7e30a30..e57ef3817e 100644 --- a/src/bin/dhcp6/tests/get_config_unittest.cc +++ b/src/bin/dhcp6/tests/get_config_unittest.cc @@ -6026,7 +6026,6 @@ const char* UNPARSED_CONFIGS[] = { "{\n" " \"decline-probation-period\": 86400,\n" " \"dhcp-ddns\": {\n" -" \"always-include-fqdn\": false,\n" " \"enable-updates\": false,\n" " \"generated-prefix\": \"myhost\",\n" " \"hostname-char-replacement\": \"\",\n"