From: Toshi MARUYAMA Date: Thu, 11 Sep 2014 14:14:11 +0000 (+0000) Subject: pdf: fix r13368 test name (#17826) X-Git-Tag: 2.6.0~57 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ba44348fff2720168f3a7577ba18fce3474d5998;p=redmine.git pdf: fix r13368 test name (#17826) git-svn-id: http://svn.redmine.org/redmine/trunk@13369 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/test/functional/issues_controller_test.rb b/test/functional/issues_controller_test.rb index 104e27d44..bf1397c68 100644 --- a/test/functional/issues_controller_test.rb +++ b/test/functional/issues_controller_test.rb @@ -1405,7 +1405,7 @@ class IssuesControllerTest < ActionController::TestCase assert_not_nil assigns(:issue) end - def test_export_to_pdf_with_utf8_u_ffdd + def test_export_to_pdf_with_utf8_u_fffd # U+FFFD s = "\xef\xbf\xbd" s.force_encoding('UTF-8') if s.respond_to?(:force_encoding)