Changeset 256:7f6b4d65c6cd
- Timestamp:
- 01/30/10 18:10:41 (6 months ago)
- Branch:
- default
- Files:
-
- 1 modified
-
shakespeare/tests/functional/test_anno.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
shakespeare/tests/functional/test_anno.py
r241 r256 17 17 res = self.app.get(url_for(controller='anno', action='annotate')) 18 18 assert 'Annotate' in res 19 assert 'annotator.min.css' in res20 19 assert 'No text to annotate' in res 21 20
