Commit 80f7faf1 authored by Jean-Philippe Lang's avatar Jean-Philippe Lang

Fixes EOL style related test failures.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3719 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent 0a47389a
......@@ -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
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