Browse Source

[1288] (unrelated cleanup) removed now-unnecessary setting

JINMEI Tatuya 13 years ago
parent
commit
f1cb067ea8
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/bin/xfrout/tests/xfrout_test.py.in

+ 0 - 2
src/bin/xfrout/tests/xfrout_test.py.in

@@ -648,7 +648,6 @@ class TestXfroutSession(TestXfroutSessionBase):
         return "example.com"
 
     def test_dns_xfrout_start_notauth(self):
-        self.xfrsess._get_query_zone_name = self.default
         def notauth(formpara):
             return Rcode.NOTAUTH()
         self.xfrsess._check_xfrout_available = notauth
@@ -664,7 +663,6 @@ class TestXfroutSession(TestXfroutSessionBase):
         self.assertEqual(self.sock.read_msg().get_rcode(), Rcode.SERVFAIL())
 
     def test_dns_xfrout_start_noerror(self):
-        self.xfrsess._get_query_zone_name = self.default
         def noerror(form):
             return Rcode.NOERROR()
         self.xfrsess._check_xfrout_available = noerror