diff --git a/tests/cql/CqlArithmeticFunctionsTest.xml b/tests/cql/CqlArithmeticFunctionsTest.xml index 72e3d73..8c69a47 100644 --- a/tests/cql/CqlArithmeticFunctionsTest.xml +++ b/tests/cql/CqlArithmeticFunctionsTest.xml @@ -725,19 +725,32 @@ predecessor of 1L 0L - + predecessor of 1.0 0.99999999 - + predecessor of 1.01 1.00999999 - + + predecessor of 1.0 + 0.9 + + + predecessor of 1.01 + 1.00 + + predecessor of 1.0 'cm' 0.99999999'cm' + + + predecessor of 1.0 'cm' + 0.9'cm' + predecessor of DateTime(2000,1,1) @1999-12-31T @@ -916,14 +929,22 @@ successor of 1L 2L - + successor of 1.0 1.00000001 - + successor of 1.01 1.01000001 + + successor of 1.0 + 1.1 + + + successor of 1.01 + 1.02 + successor of DateTime(2000,1,1) @2000-01-02T