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

test/functional/gantts_controller_test.rb

index a7a7231f644e91bb39620b370d7ec67d8c7fb4ae..d89ae52db7a2b90aef0cc3b0e5d52d9cd4a45923 100644 (file)
@@ -150,6 +150,7 @@ class GanttsControllerTest < Redmine::ControllerTest
       :show,
       :params => {
         :project_id => 1,
+        :months => 1,
         :format => 'pdf'
       }
     )