diff --git a/tests/cql/CqlComparisonOperatorsTest.xml b/tests/cql/CqlComparisonOperatorsTest.xml index 67eb1ce..4898a8f 100644 --- a/tests/cql/CqlComparisonOperatorsTest.xml +++ b/tests/cql/CqlComparisonOperatorsTest.xml @@ -809,4 +809,164 @@ true + + + 1 millisecond = 1 'ms' + true + + + 1 millisecond = 1 milliseconds + true + + + 1 milliseconds = 1 'ms' + true + + + 1 second = 1 's' + true + + + 1 second = 1 seconds + true + + + 1 seconds = 1 's' + true + + + 1 minute = 1 'min' + true + + + 1 minute = 1 minutes + true + + + 1 minutes = 1 'min' + true + + + 1 hour = 1 'h' + true + + + 1 hour = 1 hours + true + + + 1 hours = 1 'h' + true + + + 1 day = 1 'd' + true + + + 1 day = 1 days + true + + + 1 days = 1 'd' + true + + + 1 week = 1 'wk' + true + + + 1 week = 1 weeks + true + + + 1 weeks = 1 'wk' + true + + + 1 month = 1 'mo' + null + + + + 1 month != 1 'mo' + null + + + + 1 month ~ 1 'mo' + true + + + 1 month = 1 months + true + + + 1 months != 1 'mo' + null + + + + 1 months ~ 1 'mo' + true + + + 1 year = 1 'a' + null + + + + 1 year != 1 'a' + null + + + + 1 year ~ 1 'a' + true + + + 1 years = 1 year + true + + + 1 years != 1 'a' + null + + + + 1 years ~ 1 'a' + true + + + 1 year ~ 12 months + true + + + 1 year ~ 365 days + true + + + 1 month ~ 30 days + true + + + 1 week = 7 days + true + + + 1 day = 24 hours + true + + + 1 hour = 60 minutes + true + + + 1 minute = 60 seconds + true + + + 1 second = 1000 milliseconds + true + +