From 807fd7a9e95039af52cf33028ccee4842b4a9c9c Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Wed, 27 May 2020 01:57:35 +0000 Subject: [PATCH] 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 --- test/functional/gantts_controller_test.rb | 1 + 1 file changed, 1 insertion(+) 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' } ) -- 2.39.5