mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-17 06:00:42 +01:00
Added test for bad modified date.
This commit is contained in:
parent
2935c16d27
commit
db5c58b98b
@ -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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user