]> source.dussan.org Git - redmine.git/commitdiff
pdf: fix r13368 test name (#17826)
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Thu, 11 Sep 2014 14:14:11 +0000 (14:14 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Thu, 11 Sep 2014 14:14:11 +0000 (14:14 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@13369 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/functional/issues_controller_test.rb

index 104e27d442e4d56e06df1d8b73110d00af745067..bf1397c681b6ddbe8957a0c281c9198773a259d7 100644 (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)