From 85fdc36656872309d2f36936a23091cf821d8a11 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Wed, 27 May 2020 01:57:24 +0000 Subject: [PATCH] gantt: add parameter to GanttsControllerTest#test_gantt_should_export_to_png to show dates git-svn-id: http://svn.redmine.org/redmine/trunk@19793 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 0968ee64e..a7a7231f6 100644 --- a/test/functional/gantts_controller_test.rb +++ b/test/functional/gantts_controller_test.rb @@ -173,6 +173,7 @@ class GanttsControllerTest < Redmine::ControllerTest :show, :params => { :project_id => 1, + :zoom => 4, :format => 'png' } )