mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-24 01:11:12 +00:00
Typo.
git-svn-id: http://svn.redmine.org/redmine/trunk@13561 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
5052d48491
commit
4c9fcb34b6
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user