From 9e7a37e5bfd98bfd7652c3712b1b1eb8f81a9610 Mon Sep 17 00:00:00 2001 From: James Vega Date: Fri, 31 Oct 2003 18:44:13 +0000 Subject: [PATCH] Test praise for good measure --- test/test_FunDB.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/test_FunDB.py b/test/test_FunDB.py index c5b2df004..97fcb72b1 100644 --- a/test/test_FunDB.py +++ b/test/test_FunDB.py @@ -99,6 +99,8 @@ if sqlite is not None: '\(#1\)') self.assertRegexp('lart me and %s' % self.irc.nick, 'jabs t3st '\ 'and %s \(#1\)' % self.irc.nick) + self.assertRegexp('praise me and %s' % self.irc.nick, 'pets t3st '\ + 'and %s \(#1\)' % self.irc.nick) self.assertNotError('remove lart 1') self.assertNotError('remove praise 1') self.assertNotError('remove insult 1')