Merged r4710 and r4714 from trunk.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/1.1-stable@4716 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2011-01-14 23:37:30 +00:00
parent 96c4dc3f1e
commit 6188b9eddb
4 changed files with 17 additions and 6 deletions
@@ -192,7 +192,7 @@ class RepositoriesGitControllerTest < ActionController::TestCase
@repository.reload
['', ' ', nil].each do |r|
get :revision, :id => 1, :rev => r
assert_response 500
assert_response 404
assert_error_tag :content => /was not found/
end
end