Sha256: eb4756bb3bcff1e8d10b812366b26eb31fb5564487d76aef26c4e33213aece9b

Contents?: true

Size: 833 Bytes

Versions: 9

Compression:

Stored size: 833 Bytes

Contents

project test "Test" "1.0" 2007-03-25 +6m

resource r1 "R1"
resource r2 "R2"
resource r3 "R3"
resource r4 "R4"

task duration "Duration Tasks" {
  start 2007-03-27

  task t1 "Duration 5h" {
    duration 5h
    allocate r1
    minend 2007-03-27-5:00
    maxend 2007-03-27-5:00
    fail plan.effort != 0
  }

  task t2 "Duration 5d" {
    duration 5d
    allocate r2
    minend 2007-04-01
    maxend 2007-04-01
    fail plan.effort != 4
  }

  task t3 "Duration 5w" {
    duration 5w
    allocate r3
    minend 2007-05-01
    maxend 2007-05-01
    fail plan.effort != 25
  }

  task t4 "Duration 5m" {
    duration 5m
    allocate r4
    minend 2007-08-26-2:00
    maxend 2007-08-26-2:00
    fail plan.effort != 109
  }
}
  
taskreport duration "Duration" {
  formats html
  loadunit days
	columns name, start, effort, end, daily
}
  

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
taskjuggler-0.1.1 test/TestSuite/Scheduler/Correct/Duration.tjp
taskjuggler-0.1.0 test/TestSuite/Scheduler/Correct/Duration.tjp
taskjuggler-0.0.11 test/TestSuite/Scheduler/Correct/Duration.tjp
taskjuggler-0.0.10 test/TestSuite/Scheduler/Correct/Duration.tjp
taskjuggler-0.0.9 test/TestSuite/Scheduler/Correct/Duration.tjp
taskjuggler-0.0.8 test/TestSuite/Scheduler/Correct/Duration.tjp
taskjuggler-0.0.7 test/TestSuite/Scheduler/Correct/Duration.tjp
taskjuggler-0.0.6 test/TestSuite/Scheduler/Correct/Duration.tjp
taskjuggler-0.0.5 test/TestSuite/Scheduler/Correct/Duration.tjp