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:
parent
12e1499b06
commit
435df86757
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue