summaryrefslogtreecommitdiffstats
path: root/test/functional
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2014-11-05 15:17:21 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2014-11-05 15:17:21 +0000
commit4c9fcb34b68ba074e0ab1db92fbae9010cc14c5a (patch)
tree8aa314826141f21bbf6b78b342ed6d2643fc01df /test/functional
parent5052d48491a7f485bc11387b374b11f0e7772941 (diff)
downloadredmine-4c9fcb34b68ba074e0ab1db92fbae9010cc14c5a.tar.gz
redmine-4c9fcb34b68ba074e0ab1db92fbae9010cc14c5a.zip
Typo.
git-svn-id: http://svn.redmine.org/redmine/trunk@13561 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/functional')
-rw-r--r--test/functional/issues_controller_test.rb2
1 files changed, 1 insertions, 1 deletions
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