]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[365-automatically-calculate-the-values-for-options-58-and-59] Restored the correct... 365-automatically-calculate-the-values-for-options-58-and-59
authorFrancis Dupont <fdupont@isc.org>
Thu, 10 Jan 2019 15:55:37 +0000 (16:55 +0100)
committerFrancis Dupont <fdupont@isc.org>
Thu, 10 Jan 2019 15:55:37 +0000 (16:55 +0100)
src/lib/dhcpsrv/tests/cfg_subnets4_unittest.cc

index dbe91be51380ef7fce3c00af693e5bdcb47e0926..10f25af74ac3942935d4d04a7a929df60208f9ef 100644 (file)
@@ -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.