From 11ae71c5b993ffe5c3f9ee8082d0d45aa691dd95 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Wed, 18 Sep 2013 14:37:25 +0000 Subject: [PATCH] remove trailing white-space from test/functional/repositories_bazaar_controller_test.rb (#14931) git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12157 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/functional/repositories_bazaar_controller_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functional/repositories_bazaar_controller_test.rb b/test/functional/repositories_bazaar_controller_test.rb index b4d7d7276..f167fa2e8 100644 --- a/test/functional/repositories_bazaar_controller_test.rb +++ b/test/functional/repositories_bazaar_controller_test.rb @@ -179,7 +179,7 @@ class RepositoriesBazaarControllerTest < ActionController::TestCase if REPOSITORY_PATH.respond_to?(:force_encoding) def test_annotate_author_non_ascii log_encoding = nil - if Encoding.locale_charmap == "UTF-8" || + if Encoding.locale_charmap == "UTF-8" || Encoding.locale_charmap == "ISO-8859-1" log_encoding = Encoding.locale_charmap end -- 2.39.5