summaryrefslogtreecommitdiffstats
path: root/test/functional/repositories_git_controller_test.rb
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-01-14 23:10:13 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-01-14 23:10:13 +0000
commit61a517179d49062b566ea98918ef5b70e0cb4ae3 (patch)
treed722be675141939757a8d5c585c3977c2144e055 /test/functional/repositories_git_controller_test.rb
parentacb0d96617390d90f909e4413c80c418dad0ffc9 (diff)
downloadredmine-61a517179d49062b566ea98918ef5b70e0cb4ae3.tar.gz
redmine-61a517179d49062b566ea98918ef5b70e0cb4ae3.zip
scm: git: fix id at functional test_empty_revision test(#7307).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4713 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/functional/repositories_git_controller_test.rb')
-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 53b5ea7cc..cbe0dc1a2 100644
--- a/test/functional/repositories_git_controller_test.rb
+++ b/test/functional/repositories_git_controller_test.rb
@@ -191,7 +191,7 @@ class RepositoriesGitControllerTest < ActionController::TestCase
@repository.fetch_changesets
@repository.reload
['', ' ', nil].each do |r|
- get :revision, :id => 1, :rev => r
+ get :revision, :id => 3, :rev => r
assert_response 404
assert_error_tag :content => /was not found/
end