]> source.dussan.org Git - redmine.git/commitdiff
remove trailing white spaces from test/functional/timelog_report_test.rb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Thu, 28 Dec 2017 18:40:25 +0000 (18:40 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Thu, 28 Dec 2017 18:40:25 +0000 (18:40 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@17134 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/functional/timelog_report_test.rb

index bfbb35c51d76265016ee5baee6b065298dbd155d..332b13a3460361bccee3aacd4e35694b05e2ad1b 100644 (file)
@@ -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')