Fixes EOL style related test failures.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3719 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2010-04-30 18:08:40 +00:00
parent 0a47389a65
commit 80f7faf10a
1 changed files with 1 additions and 1 deletions

View File

@ -65,6 +65,6 @@ class WelcomeControllerTest < ActionController::TestCase
get :robots
assert_response :success
assert_equal 'text/plain', @response.content_type
assert @response.body.match(%r{^Disallow: /projects/ecookbook/issues$})
assert @response.body.match(%r{^Disallow: /projects/ecookbook/issues\r?$})
end
end