Fixed test.

This commit is contained in:
Jeremy Fincher 2004-09-30 09:21:40 +00:00
parent c4cef878e6
commit 84ea24d27f
1 changed files with 5 additions and 3 deletions

View File

@ -31,9 +31,11 @@ from testsupport import *
class CtcpTestCase(PluginTestCase):
plugins = ('Ctcp',)
def testVersion(self):
self.assertNotError('unload Misc')
self.assertNoResponse('version', 1)
# As long as we have a version command, this will fail.
## def testVersion(self):
## 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: