Added test for bad modified date.

This commit is contained in:
Jeremy Fincher 2003-08-28 17:55:31 +00:00
parent 2935c16d27
commit db5c58b98b

View File

@ -35,6 +35,8 @@ class RSSTestCase(PluginTestCase):
plugins = ('RSS',) plugins = ('RSS',)
def testRssinfo(self): def testRssinfo(self):
self.assertNotError('rssinfo http://slashdot.org/slashdot.rss') self.assertNotError('rssinfo http://slashdot.org/slashdot.rss')
self.assertNotRegexp('rssinfo http://slashdot.org/slashdot.rss',
'-1 years')
def testRsstitles(self): def testRsstitles(self):
self.assertNotError('rsstitles http://slashdot.org/slashdot.rss') self.assertNotError('rsstitles http://slashdot.org/slashdot.rss')