mirror of
https://github.com/redmine/redmine.git
synced 2026-02-03 05:09:57 +01:00
Typo.
git-svn-id: http://svn.redmine.org/redmine/trunk@13561 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user