]> source.dussan.org Git - redmine.git/commitdiff
gantt: add parameter to GanttsControllerTest#test_gantt_should_export_to_png to show...
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 27 May 2020 01:57:24 +0000 (01:57 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 27 May 2020 01:57:24 +0000 (01:57 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@19793 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/functional/gantts_controller_test.rb

index 0968ee64e8569e41dccfdaf5e2e9802a551027ac..a7a7231f644e91bb39620b370d7ec67d8c7fb4ae 100644 (file)
@@ -173,6 +173,7 @@ class GanttsControllerTest < Redmine::ControllerTest
         :show,
         :params => {
           :project_id => 1,
+          :zoom => 4,
           :format => 'png'
         }
       )