Unloaded Misc before testing for no response.

This commit is contained in:
Jeremy Fincher 2003-10-27 08:50:18 +00:00
parent c150567565
commit f2ab2576da
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ from test import *
class CtcpTestCase(PluginTestCase):
plugins = ('Ctcp',)
def testVersion(self):
self.assertNotError('unload Misc')
self.assertNoResponse('version', 1)