mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-23 11:12:47 +01:00
Fixed test.
This commit is contained in:
parent
c4cef878e6
commit
84ea24d27f
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user