Parcourir la source

[1372] cleanup: removed an unused method in a test class.

JINMEI Tatuya il y a 13 ans
Parent
commit
319bc2d653
1 fichiers modifiés avec 0 ajouts et 3 suppressions
  1. 0 3
      src/bin/xfrout/tests/xfrout_test.py.in

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

@@ -786,9 +786,6 @@ class TestXfroutSession(TestXfroutSessionBase):
         sent_data = self.sock.readsent()
         self.assertEqual(len(sent_data), 0)
 
-    def default(self, param):
-        return "example.com"
-
     def test_dns_xfrout_start_notauth(self):
         def notauth(msg, name, rrclass):
             return Rcode.NOTAUTH()