summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2014-09-11 14:14:11 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2014-09-11 14:14:11 +0000
commitba44348fff2720168f3a7577ba18fce3474d5998 (patch)
tree8e74d2edad933993e174b9e275b06b0314864ee5
parent3cba1e001246c019a60c8cae4965a0b2ed7acd2e (diff)
downloadredmine-ba44348fff2720168f3a7577ba18fce3474d5998.tar.gz
redmine-ba44348fff2720168f3a7577ba18fce3474d5998.zip
pdf: fix r13368 test name (#17826)
git-svn-id: http://svn.redmine.org/redmine/trunk@13369 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--test/functional/issues_controller_test.rb2
1 files changed, 1 insertions, 1 deletions
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)