Browse Source

removed a now unnecessary stdout output line in tests

git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2753 e5f2f494-b856-4b98-b285-d166d9295462
Jelte Jansen 14 years ago
parent
commit
d347894af5
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/bin/auth/tests/auth_srv_unittest.cc

+ 0 - 1
src/bin/auth/tests/auth_srv_unittest.cc

@@ -541,7 +541,6 @@ TEST_F(AuthSrvTest, notify) {
     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.