Open arangue opened 9 years ago
solved in rev. e4fb512
The preconditions you wrote will always be true since the argument of the feature is not defined as detachable. You should make a more appropriate precondition.
solved in rev. 6dd6a34
The precondition is wrong, this case proves it:
{01:00:00:0000} > {00:00:00:1000}
but your precondition will compare 0000 < 1000
You can't mark as resolved without supplying a rev. nro.