BIND 10 trac2957, updated. 5e61d601d9424aac561c0661061e19188ed8d93f [2957] Minor modifications during review.
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Jul 2 13:04:58 UTC 2013
The branch, trac2957 has been updated
via 5e61d601d9424aac561c0661061e19188ed8d93f (commit)
from 41d5b2ead11a334e89a7f04ab38571e2795083d0 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 5e61d601d9424aac561c0661061e19188ed8d93f
Author: Stephen Morris <stephen at isc.org>
Date: Tue Jul 2 14:04:35 2013 +0100
[2957] Minor modifications during review.
-----------------------------------------------------------------------
Summary of changes:
src/bin/d2/d2_messages.mes | 4 +++-
src/bin/d2/tests/d_cfg_mgr_unittests.cc | 2 +-
2 files changed, 4 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/d2/d2_messages.mes b/src/bin/d2/d2_messages.mes
index 571a04e..5077e62 100644
--- a/src/bin/d2/d2_messages.mes
+++ b/src/bin/d2/d2_messages.mes
@@ -74,7 +74,9 @@ element ids not specified the configuration manager's parse order list. This
is a programmatic error.
% DCTL_ORDER_NO_ELEMENT element: %1 is in the parsing order but is missing from the configuration
-An error message output during a configuration update. The program is expecting an item but has not found it in the new configuration. This may mean that the BIND 10 configuration database is corrupt.
+An error message output during a configuration update. The program is
+expecting an item but has not found it in the new configuration. This may
+mean that the BIND 10 configuration database is corrupt.
% DCTL_PARSER_FAIL configuration parsing failed for configuration element: %1
On receipt of message containing details to a change of its configuration,
diff --git a/src/bin/d2/tests/d_cfg_mgr_unittests.cc b/src/bin/d2/tests/d_cfg_mgr_unittests.cc
index bfe9920..512b896 100644
--- a/src/bin/d2/tests/d_cfg_mgr_unittests.cc
+++ b/src/bin/d2/tests/d_cfg_mgr_unittests.cc
@@ -291,7 +291,7 @@ TEST_F(DStubCfgMgrTest, simpleTypesTest) {
// its value from the context.
actual_bool = true;
EXPECT_NO_THROW(context->getParam("bool_test", actual_bool));
- EXPECT_EQ(false, actual_bool);
+ EXPECT_FALSE(actual_bool);
// Verify that the uint32 parameter was updated correctly by retrieving
// its value from the context.
More information about the bind10-changes
mailing list