]> source.dussan.org Git - redmine.git/commitdiff
Typo.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 5 Nov 2014 15:17:21 +0000 (15:17 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 5 Nov 2014 15:17:21 +0000 (15:17 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@13561 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/functional/issues_controller_test.rb

index a21a468f2eaaf6e660dc6a36ff114043f370b8c7..414044d882fa0f0957981ca818f49bfad95467bf 100644 (file)
@@ -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