summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-03-31 16:46:24 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-03-31 16:46:24 +0000
commitf96d7ce8e0cfc2d13d3c446eda048ad98d53439d (patch)
tree93257ef5268af5685388615c6f374d219608bcf3
parentdbe71b4f3baea4f4b05d3d2a228f76a1fbed3926 (diff)
downloadredmine-f96d7ce8e0cfc2d13d3c446eda048ad98d53439d.tar.gz
redmine-f96d7ce8e0cfc2d13d3c446eda048ad98d53439d.zip
scm: git: fix annotate test due to changing en.yml (#8035, #7855).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5268 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--test/functional/repositories_git_controller_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/repositories_git_controller_test.rb b/test/functional/repositories_git_controller_test.rb
index ff56f5196..469d9b66b 100644
--- a/test/functional/repositories_git_controller_test.rb
+++ b/test/functional/repositories_git_controller_test.rb
@@ -212,7 +212,7 @@ class RepositoriesGitControllerTest < ActionController::TestCase
get :annotate, :id => 3, :path => ['images', 'edit.png']
assert_response 500
assert_tag :tag => 'p', :attributes => { :id => /errorExplanation/ },
- :content => /can not be annotated/
+ :content => /cannot be annotated/
end
def test_revision