diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2017-12-28 18:40:25 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2017-12-28 18:40:25 +0000 |
commit | fca43b026eea2808bd8a1d9af845ca9f0f1ccf0a (patch) | |
tree | acb64b076a9bb32d27a8d9b211a28defa95550cf /test/functional/timelog_report_test.rb | |
parent | cf7c9b9b12b097ba94d36e77dfd1195051b2d1ae (diff) | |
download | redmine-fca43b026eea2808bd8a1d9af845ca9f0f1ccf0a.tar.gz redmine-fca43b026eea2808bd8a1d9af845ca9f0f1ccf0a.zip |
remove trailing white spaces from test/functional/timelog_report_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@17134 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/functional/timelog_report_test.rb')
-rw-r--r-- | test/functional/timelog_report_test.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/functional/timelog_report_test.rb b/test/functional/timelog_report_test.rb index bfbb35c51..332b13a34 100644 --- a/test/functional/timelog_report_test.rb +++ b/test/functional/timelog_report_test.rb @@ -263,7 +263,7 @@ class TimelogReportTest < Redmine::ControllerTest end assert_response :success assert_equal 'text/csv; header=present', @response.content_type - lines = @response.body.chomp.split("\n") + lines = @response.body.chomp.split("\n") # Headers s1 = "\xa5\xce\xa4\xe1,2011-11-11,\xa4u\xae\xc9\xc1`\xadp".force_encoding('Big5') s2 = "\xa4u\xae\xc9\xc1`\xadp".force_encoding('Big5') @@ -310,7 +310,7 @@ class TimelogReportTest < Redmine::ControllerTest end assert_response :success assert_equal 'text/csv; header=present', @response.content_type - lines = @response.body.chomp.split("\n") + lines = @response.body.chomp.split("\n") # Headers s1 = "\xa5\xce\xa4\xe1,2011-11-11,\xa4u\xae\xc9\xc1`\xadp".force_encoding('Big5') assert_equal s1, lines.first @@ -345,7 +345,7 @@ class TimelogReportTest < Redmine::ControllerTest } assert_response :success assert_equal 'text/csv; header=present', @response.content_type - lines = @response.body.chomp.split("\n") + lines = @response.body.chomp.split("\n") # Headers s1 = "Utilisateur;2011-11-11;Temps total".force_encoding('ISO-8859-1') s2 = "Temps total".force_encoding('ISO-8859-1') |