test/TestSuite/Syntax/Correct/Export.tjp in taskjuggler-3.2.0 vs test/TestSuite/Syntax/Correct/Export.tjp in taskjuggler-3.3.0

- old
+ new

@@ -26,19 +26,25 @@ } # *** EXAMPLE: 1 - # *** EXAMPLE: 2 + # Export the project as fully scheduled project. -export "FullProject.tjp" { +export "FullProject" { definitions * taskattributes * hideresource 0 } # Export only bookings for 1st week as resource supplements -export "Week1Bookings.tji" { +export "Week1Bookings" { definitions - start 2007-01-01 end 2007-01-08 taskattributes booking hideresource 0 +} + +# Export the scheduled project as Microsoft Project XML format. +export "MS-Project" { + formats mspxml + loadunit quarters }