From 141bbf8bff8487e745d7b2722864284ee8caf274 Mon Sep 17 00:00:00 2001 From: James Vega Date: Fri, 15 Apr 2005 12:15:51 +0000 Subject: [PATCH] Remove the hostmask test from Misc. --- plugins/Misc/test.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/plugins/Misc/test.py b/plugins/Misc/test.py index a5cf46929..5cc0959dd 100644 --- a/plugins/Misc/test.py +++ b/plugins/Misc/test.py @@ -195,12 +195,6 @@ class MiscTestCase(ChannelPluginTestCase): self.assertNotError('more %s' % nick.upper()) self.assertNotError('more %s' % nick.lower()) - def testHostmask(self): - self.assertResponse('hostmask', self.prefix) - self.assertError('@hostmask asdf') - m = self.irc.takeMsg() - self.failIf(m is not None, m) - def testApropos(self): self.assertNotError('apropos f') self.assertRegexp('apropos asldkfjasdlkfja', 'No appropriate commands')