1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-02-01 03:57:15 +00:00

pdf: fix r13368 test name (#17826)

git-svn-id: http://svn.redmine.org/redmine/trunk@13369 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2014-09-11 14:14:11 +00:00
parent 3cba1e0012
commit ba44348fff

View File

@ -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)