From: Jean-Philippe Lang Date: Fri, 30 Apr 2010 18:08:40 +0000 (+0000) Subject: Fixes EOL style related test failures. X-Git-Tag: 1.0.0~110 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=80f7faf10aa5a572b25adf2b08a80777472af7b1;p=redmine.git Fixes EOL style related test failures. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3719 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/test/functional/welcome_controller_test.rb b/test/functional/welcome_controller_test.rb index 5fef176ab..07faf5004 100644 --- a/test/functional/welcome_controller_test.rb +++ b/test/functional/welcome_controller_test.rb @@ -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