Sha256: f81fe4e8cd3e29cd1926e9724b0099fd67a17b9eafb0d6d19d868ba0ba86c3f6

Contents?: true

Size: 268 Bytes

Versions: 7

Compression:

Stored size: 268 Bytes

Contents

project "test" 2010-02-19 +2m

resource r1 "R1"

task t1 "Task 1" {
  duration 5d
  allocate r1
}

timesheet r1 2010-02-21 +1w {
  task t1 {
    work 80%
# MARK: error 14 ts_bad_priority
    priority 1001
    end 2010-02-28
    status green "Lots of work done"
  }
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
taskjuggler-0.0.11 test/TestSuite/Syntax/Errors/ts_bad_priority.tjp
taskjuggler-0.0.10 test/TestSuite/Syntax/Errors/ts_bad_priority.tjp
taskjuggler-0.0.9 test/TestSuite/Syntax/Errors/ts_bad_priority.tjp
taskjuggler-0.0.8 test/TestSuite/Syntax/Errors/ts_bad_priority.tjp
taskjuggler-0.0.7 test/TestSuite/Syntax/Errors/ts_bad_priority.tjp
taskjuggler-0.0.6 test/TestSuite/Syntax/Errors/ts_bad_priority.tjp
taskjuggler-0.0.5 test/TestSuite/Syntax/Errors/ts_bad_priority.tjp