Commit 61a51717 authored by Toshi MARUYAMA's avatar Toshi MARUYAMA

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
parent acb0d966
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment