mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
RSS: Fix test broken by 2caade8f
.
This commit is contained in:
parent
ddf7ec9baa
commit
809a34a9ad
@ -103,7 +103,7 @@ class RSSTestCase(ChannelPluginTestCase):
|
||||
def testRss(self):
|
||||
self.assertNotError('rss %s' % url)
|
||||
m = self.assertNotError('rss %s 2' % url)
|
||||
self.failUnless(m.args[1].count('||') == 1)
|
||||
self.failUnless(m.args[1].count(' | ') == 1)
|
||||
|
||||
def testRssAdd(self):
|
||||
self.assertNotError('rss add advogato %s' % url)
|
||||
|
Loading…
Reference in New Issue
Block a user