1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-19 15:01:14 +00:00

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
This commit is contained in:
Toshi MARUYAMA 2020-05-27 01:57:24 +00:00
parent 92b7427c49
commit 85fdc36656

View File

@ -173,6 +173,7 @@ class GanttsControllerTest < Redmine::ControllerTest
:show,
:params => {
:project_id => 1,
:zoom => 4,
:format => 'png'
}
)