diff --git a/test/test_RSS.py b/test/test_RSS.py index 3bc4d7f62..f2700728e 100644 --- a/test/test_RSS.py +++ b/test/test_RSS.py @@ -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')