fix test failure (#14931)

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12139 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2013-09-18 04:19:27 +00:00
parent 12e1499b06
commit 435df86757
1 changed files with 1 additions and 1 deletions

View File

@ -447,7 +447,7 @@ class RepositoriesMercurialControllerTest < ActionController::TestCase
:sibling => :sibling =>
{ {
:tag => 'td' , :tag => 'td' ,
:content => 'jsmith' , :content => /jsmith/ ,
:attributes => { :class => 'author' }, :attributes => { :class => 'author' },
} }
assert_tag :tag => 'th', assert_tag :tag => 'th',