From 6892709a9f63424d65de6a7f9d08ca4aa01b2d41 Mon Sep 17 00:00:00 2001 From: James Vega Date: Wed, 12 Nov 2003 14:42:23 +0000 Subject: [PATCH] Update the tests to match the changes in the plugin --- test/test_Dict.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_Dict.py b/test/test_Dict.py index 7b40b4ced..9fc24ae9c 100644 --- a/test/test_Dict.py +++ b/test/test_Dict.py @@ -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: