-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
CQLTest: CQL-test-codeActual tests stored or changed in this repo. Closed through PR and no HL7 balloting required.Actual tests stored or changed in this repo. Closed through PR and no HL7 balloting required.bugSomething isn't workingSomething isn't working
Description
The test CqlIntervalOperatorsTest.In.TestInNullBoundaries specifies the following CQL:
5 in Interval[null, null]
and expected output false.
The CQL specification for In, however, says:
For closed interval boundaries, if the interval boundary is null, the result of the boundary comparison is considered true.
Therefore, the result of each boundary comparison in the test CQL is true and the overall result should also be true.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
CQLTest: CQL-test-codeActual tests stored or changed in this repo. Closed through PR and no HL7 balloting required.Actual tests stored or changed in this repo. Closed through PR and no HL7 balloting required.bugSomething isn't workingSomething isn't working