BIND 10 master, updated. 8361a1340142b5465288fd7f126c92a4d04354b7 [master] oops, committed with debug_print=true, reversing
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Mar 15 14:49:25 UTC 2011
The branch, master has been updated
via 8361a1340142b5465288fd7f126c92a4d04354b7 (commit)
from 47620f164b9541ce3c62437ff31efd1c134f3f05 (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 8361a1340142b5465288fd7f126c92a4d04354b7
Author: Jelte Jansen <jelte at isc.org>
Date: Tue Mar 15 15:48:48 2011 +0100
[master] oops, committed with debug_print=true, reversing
-----------------------------------------------------------------------
Summary of changes:
.../resolve/tests/recursive_query_unittest_2.cc | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/resolve/tests/recursive_query_unittest_2.cc b/src/lib/resolve/tests/recursive_query_unittest_2.cc
index 6248eb1..a4d4e9b 100644
--- a/src/lib/resolve/tests/recursive_query_unittest_2.cc
+++ b/src/lib/resolve/tests/recursive_query_unittest_2.cc
@@ -21,8 +21,6 @@
#include <gtest/gtest.h>
#include <boost/bind.hpp>
-#include <log/dummylog.h>
-
#include <asio.hpp>
#include <dns/buffer.h>
@@ -83,7 +81,7 @@ const char* WWW_EXAMPLE_ORG = "192.0.2.254"; ///< Address of www.example.org
// As the test is fairly long and complex, debugging "print" statements have
// been left in although they are disabled. Set the following to "true" to
// enable them.
-const bool DEBUG_PRINT = true;
+const bool DEBUG_PRINT = false;
class MockResolver : public isc::resolve::ResolverInterface {
void resolve(const QuestionPtr& question,
@@ -608,8 +606,6 @@ private:
// Sets up the UDP and TCP "servers", then tries a resolution.
TEST_F(RecursiveQueryTest2, Resolve) {
- isc::log::denabled = true;
-
// Set up the UDP server and issue the first read. The endpoint from which
// the query is sent is put in udp_endpoint_ when the read completes, which
// is referenced in the callback as the place to which the response is sent.
More information about the bind10-changes
mailing list