diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2014-08-28 10:23:46 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2014-08-28 10:23:46 +0000 |
commit | 4a9210d86fcb928b94c6f17eef622017548560ab (patch) | |
tree | 14286e5020bd85a43b5f94631acebdb915bce6c4 /test | |
parent | f07a12659a0b816020a8035a4689f238a9665a8d (diff) | |
download | redmine-4a9210d86fcb928b94c6f17eef622017548560ab.tar.gz redmine-4a9210d86fcb928b94c6f17eef622017548560ab.zip |
use rbpdf gem instead of bundled rfpdf (#17570)
Contributed by Jun NAITOH.
git-svn-id: http://svn.redmine.org/redmine/trunk@13358 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test')
-rw-r--r-- | test/functional/issues_controller_test.rb | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/test/functional/issues_controller_test.rb b/test/functional/issues_controller_test.rb index 580c4b516..e586e9bd1 100644 --- a/test/functional/issues_controller_test.rb +++ b/test/functional/issues_controller_test.rb @@ -573,15 +573,6 @@ class IssuesControllerTest < ActionController::TestCase assert_response :success assert_template 'index' - if lang == "ja" - if RUBY_PLATFORM != 'java' - assert_equal "CP932", l(:general_pdf_encoding) - end - if RUBY_PLATFORM == 'java' && l(:general_pdf_encoding) == "CP932" - next - end - end - get :index, :format => 'pdf' assert_response :success assert_not_nil assigns(:issues) |