plugins/Time: Add Utilities as a loaded plugin for the tests in order to fix some test failures.

This commit is contained in:
James Vega 2005-06-13 17:12:31 +00:00
parent d4d165ea40
commit c60deebc73

View File

@ -30,7 +30,7 @@
from supybot.test import * from supybot.test import *
class TimeTestCase(PluginTestCase): class TimeTestCase(PluginTestCase):
plugins = ('Time',) plugins = ('Time','Utilities')
def testSeconds(self): def testSeconds(self):
self.assertResponse('seconds 1s', '1') self.assertResponse('seconds 1s', '1')
self.assertResponse('seconds 10s', '10') self.assertResponse('seconds 10s', '10')