BIND 10 trac2314, updated. 79acb1197b7046a21034d5a1dadeb6b2efbf030a [2314] Removed debug message.
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Jan 22 18:11:54 UTC 2013
The branch, trac2314 has been updated
via 79acb1197b7046a21034d5a1dadeb6b2efbf030a (commit)
from 0be5967e2ff6364d8d38ad297be99925dfe20cc4 (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 79acb1197b7046a21034d5a1dadeb6b2efbf030a
Author: Marcin Siodelski <marcin at isc.org>
Date: Tue Jan 22 19:11:42 2013 +0100
[2314] Removed debug message.
-----------------------------------------------------------------------
Summary of changes:
src/bin/dhcp4/tests/config_parser_unittest.cc | 1 -
1 file changed, 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/src/bin/dhcp4/tests/config_parser_unittest.cc b/src/bin/dhcp4/tests/config_parser_unittest.cc
index 929db31..7fbf854 100644
--- a/src/bin/dhcp4/tests/config_parser_unittest.cc
+++ b/src/bin/dhcp4/tests/config_parser_unittest.cc
@@ -69,7 +69,6 @@ public:
void checkResult(ConstElementPtr status, int expected_code) {
ASSERT_TRUE(status);
comment_ = parseAnswer(rcode_, status);
- std::cout << comment_->str() << std::endl;
EXPECT_EQ(expected_code, rcode_);
}
More information about the bind10-changes
mailing list