summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2013-09-18 04:19:27 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2013-09-18 04:19:27 +0000
commit435df8675758695b956b5a052ffec765d874205f (patch)
tree499970956bf7f2477cf936b609328405c99394c4
parent12e1499b06ef260ee1fed8addd62b940c55b9ab3 (diff)
downloadredmine-435df8675758695b956b5a052ffec765d874205f.tar.gz
redmine-435df8675758695b956b5a052ffec765d874205f.zip
fix test failure (#14931)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12139 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--test/functional/repositories_mercurial_controller_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/repositories_mercurial_controller_test.rb b/test/functional/repositories_mercurial_controller_test.rb
index fd9c17b58..c541d7da8 100644
--- a/test/functional/repositories_mercurial_controller_test.rb
+++ b/test/functional/repositories_mercurial_controller_test.rb
@@ -447,7 +447,7 @@ class RepositoriesMercurialControllerTest < ActionController::TestCase
:sibling =>
{
:tag => 'td' ,
- :content => 'jsmith' ,
+ :content => /jsmith/ ,
:attributes => { :class => 'author' },
}
assert_tag :tag => 'th',