From: Francis Dupont Date: Thu, 10 Jan 2019 15:55:37 +0000 (+0100) Subject: [365-automatically-calculate-the-values-for-options-58-and-59] Restored the correct... X-Git-Tag: 313-return-a-list-of-all-reservations-by-subnet-id_base~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5faafeed32a1945597913ba2f3f966a4e9413cd1;p=thirdparty%2Fkea.git [365-automatically-calculate-the-values-for-options-58-and-59] Restored the correct message --- diff --git a/src/lib/dhcpsrv/tests/cfg_subnets4_unittest.cc b/src/lib/dhcpsrv/tests/cfg_subnets4_unittest.cc index dbe91be513..10f25af74a 100644 --- a/src/lib/dhcpsrv/tests/cfg_subnets4_unittest.cc +++ b/src/lib/dhcpsrv/tests/cfg_subnets4_unittest.cc @@ -996,7 +996,7 @@ TEST(CfgSubnets4Test, teeTimePercentValidation) { data::ElementPtr elems; ASSERT_NO_THROW(elems = data::Element::fromJSON(json)) - << "invalid JSON:" << json << "\n is broken"; + << "invalid JSON:" << json << "\n test is broken"; // Iterate over the test scenarios, verifying each prescribed // outcome.