Removed useless code

This commit is contained in:
Armin Ronacher 2010-04-18 16:29:41 +02:00
parent 190059c8f0
commit bf52a17902
2 changed files with 0 additions and 2 deletions

View file

@ -57,7 +57,6 @@ class FlaskrTestCase(unittest.TestCase):
text='<strong>HTML</strong> allowed here'
), follow_redirects=True)
assert 'No entries here so far' not in rv.data
self.login(flaskr.USERNAME, flaskr.PASSWORD)
assert '&lt;Hello&gt' in rv.data
assert '<strong>HTML</strong> allowed here' in rv.data