diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2011-06-01 16:39:52 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2011-06-01 16:39:52 +0000 |
commit | 05ff5aa11ec61734a254237642a48d789fa33d6b (patch) | |
tree | f695bd6d83ffc36d1a848f3a3afd01e4744f293f | |
parent | c9ba5662e8426e392cad029de92628f43f23b145 (diff) | |
download | redmine-05ff5aa11ec61734a254237642a48d789fa33d6b.tar.gz redmine-05ff5aa11ec61734a254237642a48d789fa33d6b.zip |
Fixes git annotate test failure.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5990 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | test/functional/repositories_git_controller_test.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/functional/repositories_git_controller_test.rb b/test/functional/repositories_git_controller_test.rb index d42c76e9f..0bbcab447 100644 --- a/test/functional/repositories_git_controller_test.rb +++ b/test/functional/repositories_git_controller_test.rb @@ -266,7 +266,7 @@ class RepositoriesGitControllerTest < ActionController::TestCase :tag => 'td', :child => { :tag => 'a', - :content => /2f9c0091c754a91af7a9c478e36556b4bde8dcf7/ + :content => /2f9c0091/ } } assert_tag :tag => 'th', :content => '24', @@ -276,7 +276,7 @@ class RepositoriesGitControllerTest < ActionController::TestCase :tag => 'td', :child => { :tag => 'a', - :content => /2f9c0091c754a91af7a9c478e36556b4bde8dcf7/ + :content => /2f9c0091/ } } assert_tag :tag => 'th', :content => '24', |