Updated test to be more specific.

This commit is contained in:
Jeremy Fincher 2004-09-16 14:18:23 +00:00
parent 11300e1845
commit af65b54ecc
1 changed files with 1 additions and 0 deletions

View File

@ -150,6 +150,7 @@ class ChannelTestCase(ChannelPluginTestCase, PluginDocumentation):
# something wonky is going on here. irc.error (src/Channel.py|449)
# is being called but the assert is failing
self.assertError('permban not!a.hostmask')
self.assertNotRegexp('permban not!a.hostmask', 'KeyError')
finally:
conf.supybot.protocols.irc.strictRfc.setValue(orig)