Switch to unified view
a/Allura/allura/tests/functional/test_feeds.py | b/Allura/allura/tests/functional/test_feeds.py | ||
---|---|---|---|
... |
... |
||
73 | summary='This is a new ticket', |
73 | summary='This is a new ticket', |
74 | status='unread', |
74 | status='unread', |
75 | milestone='', |
75 | milestone='', |
76 | description='This is another description'), extra_environ=dict(username='root')) |
76 | description='This is another description'), extra_environ=dict(username='root')) |
77 | r = self.app.get('/bugs/1/feed.atom') |
77 | r = self.app.get('/bugs/1/feed.atom') |
78 | assert '=>' in r
|
78 | assert '=&gt' in r
|
79 | assert '\n+' in r |
79 | assert '\n+' in r |
80 | 80 |