1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-24 01:11:12 +00:00
git-svn-id: http://svn.redmine.org/redmine/trunk@13561 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2014-11-05 15:17:21 +00:00
parent 5052d48491
commit 4c9fcb34b6

View 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