From: Toshi MARUYAMA Date: Wed, 27 May 2020 01:57:35 +0000 (+0000) Subject: gantt: add parameter to GanttsControllerTest#test_gantt_should_export_to_pdf to show... X-Git-Tag: 4.2.0~995 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=807fd7a9e95039af52cf33028ccee4842b4a9c9c;p=redmine.git gantt: add parameter to GanttsControllerTest#test_gantt_should_export_to_pdf to show dates git-svn-id: http://svn.redmine.org/redmine/trunk@19794 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/test/functional/gantts_controller_test.rb b/test/functional/gantts_controller_test.rb index a7a7231f6..d89ae52db 100644 --- a/test/functional/gantts_controller_test.rb +++ b/test/functional/gantts_controller_test.rb @@ -150,6 +150,7 @@ class GanttsControllerTest < Redmine::ControllerTest :show, :params => { :project_id => 1, + :months => 1, :format => 'pdf' } )