Skip to content

Commit e6430b8

Browse files
Merge pull request #93 from bryantaustin13/fixDateTimeDurationBetweenUncertainInterval
CqlDateTimeOperators has wrong lower interval in DateTimeDurationBetweenUncertainInterval
2 parents cfdb0b3 + 7548894 commit e6430b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cql/CqlDateTimeOperatorsTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -839,7 +839,7 @@
839839
<capability code="precision-based-timing"/>
840840
<capability code="uncertainty-intervals"/>
841841
<expression>days between DateTime(2014, 1, 15) and DateTime(2014, 2)</expression>
842-
<output>Interval[ 16, 44 ]</output>
842+
<output>Interval[ 17, 44 ]</output>
843843
<!-- TODO: How to handle the fact the question is resulting in an
844844
undertainty interval and that CQL/ELM seem to provide no direct way of
845845
selecting the same value, conceptually an implementation internal;

0 commit comments

Comments
 (0)