[svn] commit: r2469 - /branches/trac221b/src/bin/auth/tests/asio_link_unittest.cc

BIND 10 source code commits bind10-changes at lists.isc.org
Sat Jul 10 00:45:47 UTC 2010


Author: jinmei
Date: Sat Jul 10 00:45:46 2010
New Revision: 2469

Log:
(forgot to cleanup a leftover)

Modified:
    branches/trac221b/src/bin/auth/tests/asio_link_unittest.cc

Modified: branches/trac221b/src/bin/auth/tests/asio_link_unittest.cc
==============================================================================
--- branches/trac221b/src/bin/auth/tests/asio_link_unittest.cc (original)
+++ branches/trac221b/src/bin/auth/tests/asio_link_unittest.cc Sat Jul 10 00:45:46 2010
@@ -106,7 +106,6 @@
 }
 
 TEST(IOServiceTest, addressFamilyMismatch) {
-    IOService(NULL, "192.0.2.1", *TEST_PORT, false, true);
     EXPECT_THROW(IOService(NULL, "192.0.2.1", *TEST_PORT, false, true),
                  IOError);
     EXPECT_THROW(IOService(NULL, "2001:db8::1", *TEST_PORT, true, false),




More information about the bind10-changes mailing list