Fixed continuous revision check

This commit is contained in:
Alexey Verkhovsky 2005-08-14 23:09:10 +00:00
parent 052754b068
commit d24cf7c8e1
3 changed files with 6 additions and 3 deletions

View file

@ -80,7 +80,7 @@ class E2EInstikiTest < Test::Unit::TestCase
def test_00030_edit_page
enter_markup('TestEditPage', 'Test Edit Page, revision 1')
assert_match /Test Edit Page, revision 1/, ie.text
# subsequent revision by the anonymous author
enter_markup('TestEditPage', 'Test Edit Page, revision 1, altered')
assert_match /Test Edit Page, revision 1, altered/, ie.text