Skip to content

Commit

Permalink
Mapping range is checked only if condition is true (old or new one).
Browse files Browse the repository at this point in the history
  • Loading branch information
mederly committed Mar 1, 2017
1 parent 6467960 commit 2c8c07a
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -386,9 +386,9 @@ public void evaluate(Task task, OperationResult parentResult) throws ExpressionE
recomputeValues();
setOrigin();
// TODO: output filter
}

checkRange(task, result);
checkRange(task, result);
}

result.recordSuccess();
traceSuccess(conditionResultOld, conditionResultNew);
Expand Down

0 comments on commit 2c8c07a

Please sign in to comment.