Added a test.

This commit is contained in:
Jeremy Fincher 2003-09-05 20:49:29 +00:00
parent 9ddc8b2402
commit 7f77e68384
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ class DictTestCase(PluginTestCase):
def testRandomDictionary(self):
self.assertNotError('randomdictionary')
self.assertNotError('dict [randomdictionary] moo')
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78: