Update the tests to match the changes in the plugin

This commit is contained in:
James Vega 2003-11-12 14:42:23 +00:00
parent 988ac324b4
commit 6892709a9f

View File

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