test/TestSuite/Scheduler/Correct/AutomaticMilestones.tjp in taskjuggler-0.0.2 vs test/TestSuite/Scheduler/Correct/AutomaticMilestones.tjp in taskjuggler-0.0.3

- old
+ new

@@ -1,9 +1,8 @@ project test "Test" "1.0" 2009-02-12 +4m -macro FixStart [ minstart ${1} maxstart ${1} ] -macro FixEnd [ minend ${1} maxend ${1} ] +include "checks.tji" task msStart "Start Milestone" { start ${projectstart} milestone } @@ -55,9 +54,10 @@ period ${projectstart} - ${projectend} ${FixStart "${projectstart}"} ${FixEnd "${projectend}"} } -htmltaskreport "AutomaticMilestones.html" { +taskreport ms "AutomaticMilestones" { + formats html columns name, id, start, end, chart }