TST: separate out DNS based IgnoreIP tests

pull/483/head
Daniel Black 2013-12-11 12:10:44 +11:00
parent c13b91fa70
commit 33d96ae462
1 changed files with 0 additions and 1 deletions

View File

@ -211,7 +211,6 @@ class IgnoreIPDNS(IgnoreIP):
def testIgnoreIPDNSNOK(self):
# Test DNS
self.filter.addIgnoreIP("www.epfl.ch")
print self._log.getvalue()
self.assertFalse(self.filter.inIgnoreIPList("127.177.50.10"))
self.assertFalse(self.filter.inIgnoreIPList("128.178.50.11"))
self.assertFalse(self.filter.inIgnoreIPList("128.178.50.13"))