From: Jean-Philippe Lang Date: Wed, 5 Nov 2014 15:17:21 +0000 (+0000) Subject: Typo. X-Git-Tag: 3.0.0~412 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=4c9fcb34b68ba074e0ab1db92fbae9010cc14c5a;p=redmine.git Typo. git-svn-id: http://svn.redmine.org/redmine/trunk@13561 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/test/functional/issues_controller_test.rb b/test/functional/issues_controller_test.rb index a21a468f2..414044d88 100644 --- a/test/functional/issues_controller_test.rb +++ b/test/functional/issues_controller_test.rb @@ -480,7 +480,7 @@ class IssuesControllerTest < ActionController::TestCase with_settings :default_language => 'en' do get :index, :format => 'csv', :c => %w(parent) end - lines = response.body.split + lines = response.body.split("\n") assert_include "#{child.id},#{parent.id}", lines end