Browse Source

IOService and DNSService aren't used in the recurse test

git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac383@3323 e5f2f494-b856-4b98-b285-d166d9295462
Jelte Jansen 14 years ago
parent
commit
ba808f126f
1 changed files with 1 additions and 5 deletions
  1. 1 5
      src/bin/recurse/tests/recursor_unittest.cc

+ 1 - 5
src/bin/recurse/tests/recursor_unittest.cc

@@ -63,9 +63,7 @@ private:
 
 class RecursorTest : public ::testing::Test {
 protected:
-    RecursorTest() : ios(),
-                     dnss(ios, *TEST_PORT, true, false, NULL, NULL, NULL),
-                     server(*DEFAULT_REMOTE_ADDRESS),
+    RecursorTest() : server(*DEFAULT_REMOTE_ADDRESS),
                      request_message(Message::RENDER),
                      parse_message(new Message(Message::PARSE)),
                      default_qid(0x1035), opcode(Opcode(Opcode::QUERY())),
@@ -81,8 +79,6 @@ protected:
     }
     MockSession notify_session;
     MockServer dnsserv;
-    IOService ios;
-    DNSService dnss;
     Recursor server;
     Message request_message;
     MessagePtr parse_message;