Removed defaultPlugin test.

This commit is contained in:
Jeremy Fincher 2004-01-31 07:42:03 +00:00
parent d2c6d66214
commit 463163d977
1 changed files with 0 additions and 10 deletions

View File

@ -36,16 +36,6 @@ import Owner
class OwnerTestCase(PluginTestCase, PluginDocumentation):
plugins = ('Utilities', 'Relay', 'Network', 'Admin', 'Channel')
if network:
def testDefaultPlugin(self):
self.assertError('whois osu.edu')
self.assertNotError('defaultplugin whois network')
self.assertNotError('whois osu.edu')
self.assertResponse('defaultplugin whois', 'network')
self.assertNotError('defaultplugin --remove whois')
self.assertError('whois osu.edu')
self.assertError('defaultplugin asdlfkjasdflkjsad Owner')
def testEval(self):
try:
originalConfAllowEval = conf.allowEval