Remove the hostmask test from Misc.

This commit is contained in:
James Vega 2005-04-15 12:15:51 +00:00
parent 9482f27bf1
commit 141bbf8bff

View File

@ -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')