Added test case for bug #866178 - invalidCommand called when addressed with

nick for karma++
This commit is contained in:
Daniel DiPaolo 2003-12-27 02:06:50 +00:00
parent 7b0af3d67f
commit bf3b4a074c
1 changed files with 3 additions and 0 deletions

View File

@ -141,6 +141,9 @@ if sqlite is not None:
self.assertRegexp('karma most active', '(?!bar)')
self.assertNotError('karma config karma-most-display 25')
self.assertRegexp('karma most active', 'bar')
def testIncreaseKarmaWithNickNotCallingInvalidCommand(self):
self.assertNoResponse('%s: foo++' % self.irc.nick, 3)
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78: