Use a real inexistent domain for DNS fail testing

This commit is contained in:
Richard Schwab 2013-04-13 22:56:52 +02:00
parent 56b4f1ddc4
commit 847563869c
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ class InternetTestCase(PluginTestCase):
if network:
def testDns(self):
self.assertNotError('dns slashdot.org')
self.assertResponse('dns alsdkjfaslkdfjaslkdfj.com',
self.assertResponse('dns does.not.exist.',
'Host not found.')
def testWhois(self):