Merged r12424 from trunk to 2.4-stable.

fix svn raw diff failure on svn version 1.6.17 (revision 1128011).

git-svn-id: http://svn.redmine.org/redmine/branches/2.4-stable@12425 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2013-12-20 17:46:11 +00:00
parent 00ff3361d6
commit d05042fbb5
1 changed files with 2 additions and 2 deletions

View File

@ -326,10 +326,10 @@ class RepositoriesSubversionControllerTest < ActionController::TestCase
@project.reload
assert_equal NUM_REV, @repository.changesets.count
get :diff, :id => PRJ_ID, :rev => 3, :format => 'diff'
get :diff, :id => PRJ_ID, :rev => 5, :format => 'diff'
assert_response :success
assert_equal 'text/x-patch', @response.content_type
assert_equal 'Index: subversion_test/textfile.txt', @response.body.split(/\r?\n/).first
assert_equal 'Index: subversion_test/folder/greeter.rb', @response.body.split(/\r?\n/).first
end
def test_directory_diff