Added tests for no errors where no errors should occur.

This commit is contained in:
Jeremy Fincher 2004-09-28 07:19:47 +00:00
parent e5df6c87ed
commit 05c06f8f4b
1 changed files with 3 additions and 1 deletions

View File

@ -47,7 +47,9 @@ class TimeTestCase(PluginTestCase):
self.assertResponse('seconds 1y 1s', '31536001')
self.assertResponse('seconds 1w 1s', '604801')
def testNoErrors(self):
self.assertNotError('ctime')
self.assertNotError('time %Y')
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78: