Fixed Google test.

This commit is contained in:
Jeremy Fincher 2003-10-30 02:10:17 +00:00
parent 29d20d2513
commit 83e16b0d89

View File

@ -31,10 +31,11 @@
from test import *
class GoogleTestCase(PluginTestCase, PluginDocumentation):
class GoogleTestCase(ChannelPluginTestCase, PluginDocumentation):
plugins = ('Google',)
def testNoNoLicenseKeyError(self):
self.irc.feedMsg(ircmsgs.privmsg(self.irc.nick, 'google blah'))
self.assertNotError('toggle
self.irc.feedMsg(ircmsgs.privmsg(self.channel, 'google blah'))
self.assertNoResponse(' ')
def testGroupsSnarfer(self):