Augmented test cases for RFE 1030244.

This commit is contained in:
Kevin Murphy 2004-10-03 08:29:59 +00:00
parent ac1930b7de
commit a87d8c9a1f
1 changed files with 2 additions and 0 deletions

View File

@ -44,6 +44,8 @@ class GeekQuoteTestCase(ChannelPluginTestCase, PluginDocumentation):
self.assertError('geekquote asdf')
def testQdb(self):
# Run twice just to make sure it handles multiple randoms
self.assertNotError('qdb')
self.assertNotError('qdb')
self.assertNotError('qdb 13600')
self.assertError('qdb qwerty')