Changeset 191:afd59c1d03e1
- Timestamp:
- 07/19/09 21:48:13 (8 months ago)
- Author:
- rgrp
- Branch:
- default
- convert_revision:
- svn:0ead1229-0713-0410-96cd-f668dbfad531/trunk@277
- Message:
-
[addendum][xs]: fix up test broken by r265.
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r160
|
r191
|
|
| 37 | 37 | url = url_for(controller='stats', action='text', id=self.text2.name) |
| 38 | 38 | res = self.app.get(url) |
| 39 | | assert 'Sorry, no statistics' in res |
| | 39 | assert 'Sorry</strong>, no statistics' in res, res |
| 40 | 40 | |
| 41 | 41 | def test_word_stats(self): |