[svn] commit: r2753 - /trunk/src/bin/auth/tests/auth_srv_unittest.cc
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Aug 17 12:34:33 UTC 2010
Author: jelte
Date: Tue Aug 17 12:34:32 2010
New Revision: 2753
Log:
removed a now unnecessary stdout output line in tests
Modified:
trunk/src/bin/auth/tests/auth_srv_unittest.cc
Modified: trunk/src/bin/auth/tests/auth_srv_unittest.cc
==============================================================================
--- trunk/src/bin/auth/tests/auth_srv_unittest.cc (original)
+++ trunk/src/bin/auth/tests/auth_srv_unittest.cc Tue Aug 17 12:34:32 2010
@@ -541,7 +541,6 @@
EXPECT_EQ("example.com.", notify_args->get("zone_name")->stringValue());
EXPECT_EQ(DEFAULT_REMOTE_ADDRESS,
notify_args->get("master")->stringValue());
- cout << "[XX] ARGS: " << notify_args << endl;
EXPECT_EQ("IN", notify_args->get("zone_class")->stringValue());
// On success, the server should return a response to the notify.
More information about the bind10-changes
mailing list