test/TestSuite/Syntax/Correct/Freeze.tjp in taskjuggler-0.0.10 vs test/TestSuite/Syntax/Correct/Freeze.tjp in taskjuggler-0.0.11
- old
+ new
@@ -1,16 +1,16 @@
-project prj "Project" "1.0" 2000-01-01-0:00 - 2000-03-01-0:00 {
+project "Project" 2000-01-01-0:00 - 2000-03-01-0:00 {
timezone "Europe/Berlin"
now 2000-01-08
scenario plan "Plan" {
projection { strict }
}
}
resource r "Resource"
task t "Task" {
- start 2000-01-01
+ start ${projectstart}
effort 10d
allocate r
}
# Include the data from previous scheduling run.