witten
/
luminotes
Archived
1
0
Fork 0

Fixing unit test to account for new Html_cleaner tag stripping behavior.

This commit is contained in:
Dan Helfman 2008-04-01 21:32:01 +00:00
parent 388b49c345
commit 276bb9b5bc
1 changed files with 1 additions and 1 deletions

View File

@ -1587,7 +1587,7 @@ class Test_notebooks( Test_controller ):
note = result[ "note" ]
expected_contents = title_with_tags + cgi.escape( junk ) + u"<p>blah</p>"
expected_contents = title_with_tags + u"foohaxx0r<p>blah</p>"
assert note.object_id == new_note.object_id
assert note.title == new_note.title