Changeset 191:afd59c1d03e1

Show
Ignore:
Timestamp:
07/19/09 21:48:13 (14 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:
1 modified

Legend:

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

    r160 r191  
    3737        url = url_for(controller='stats', action='text', id=self.text2.name) 
    3838        res = self.app.get(url) 
    39         assert 'Sorry, no statistics' in res 
     39        assert 'Sorry</strong>, no statistics' in res, res 
    4040 
    4141    def test_word_stats(self):