Adds last edit comments on the wiki page (#7082).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10719 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang
2012-10-25 21:17:46 +00:00
parent 03062394fc
commit a679d19709
2 changed files with 2 additions and 0 deletions
@@ -54,6 +54,7 @@ class ApiTest::WikiPagesTest < ActionController::IntegrationTest
assert_select 'version', :text => '3'
assert_select 'text'
assert_select 'author'
assert_select 'comments'
assert_select 'created_on'
assert_select 'updated_on'
end