Fixed test.

This commit is contained in:
Jeremy Fincher 2004-09-30 09:21:40 +00:00
parent c4cef878e6
commit 84ea24d27f

View File

@ -31,9 +31,11 @@ from testsupport import *
class CtcpTestCase(PluginTestCase): class CtcpTestCase(PluginTestCase):
plugins = ('Ctcp',) plugins = ('Ctcp',)
def testVersion(self): # As long as we have a version command, this will fail.
self.assertNotError('unload Misc') ## def testVersion(self):
self.assertNoResponse('version', 1) ## self.assertNotError('unload Misc')
## print [cb.name() for cb in self.irc.callbacks]
## self.assertNoResponse('version', 1)
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78: # vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78: