Changeset 256:7f6b4d65c6cd

Show
Ignore:
Timestamp:
01/30/10 18:10:41 (6 months ago)
Author:
rgrp <http://rufuspollock.org>
Branch:
default
Message:

[tests][xs]: remove broken and unnecessarily fragile test for content related to annotator.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • shakespeare/tests/functional/test_anno.py

    r241 r256  
    1717        res = self.app.get(url_for(controller='anno', action='annotate')) 
    1818        assert 'Annotate' in res 
    19         assert 'annotator.min.css' in res 
    2019        assert 'No text to annotate' in res 
    2120