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
1 changed files with 2 additions and 0 deletions

View File

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