Merged r4860 from trunk.
scm: fix diff revision param validation. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/1.1-stable@4877 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -172,6 +172,12 @@ class RepositoriesSubversionControllerTest < ActionController::TestCase
|
||||
assert_error_tag :content => /was not found/
|
||||
end
|
||||
|
||||
def test_invalid_revision_diff
|
||||
get :diff, :id => 1, :rev => '1', :rev_to => 'something_weird'
|
||||
assert_response 404
|
||||
assert_error_tag :content => /was not found/
|
||||
end
|
||||
|
||||
def test_empty_revision
|
||||
['', ' ', nil].each do |r|
|
||||
get :revision, :id => 1, :rev => r
|
||||
|
||||
Reference in New Issue
Block a user