From 5c85626aefd635c35e26e691aad91d3abde09f3a Mon Sep 17 00:00:00 2001 From: Octavian Patrascoiu Date: Fri, 15 Nov 2024 10:25:52 +0000 Subject: [PATCH] Change tests to reflect intention expressed in comments --- .../0068-feel-equality/0068-feel-equality-test-01.xml | 6 +++--- .../0068-feel-equality/0068-feel-equality.dmn | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/TestCases/compliance-level-3/0068-feel-equality/0068-feel-equality-test-01.xml b/TestCases/compliance-level-3/0068-feel-equality/0068-feel-equality-test-01.xml index 141606cd..cc90f95a 100644 --- a/TestCases/compliance-level-3/0068-feel-equality/0068-feel-equality-test-01.xml +++ b/TestCases/compliance-level-3/0068-feel-equality/0068-feel-equality-test-01.xml @@ -705,16 +705,16 @@ same datetimes, one with offset and the other with zone are equal - false + true same datetimes, one with offset and the other with zone are equal - DST - + - false + true diff --git a/TestCases/compliance-level-3/0068-feel-equality/0068-feel-equality.dmn b/TestCases/compliance-level-3/0068-feel-equality/0068-feel-equality.dmn index 7ff3ad87..18037b5d 100644 --- a/TestCases/compliance-level-3/0068-feel-equality/0068-feel-equality.dmn +++ b/TestCases/compliance-level-3/0068-feel-equality/0068-feel-equality.dmn @@ -781,12 +781,12 @@ - Tests FEEL expression: 'date and time("2018-10-08T00:00:00+01:00") = date and time("2018-10-08T00:00:00@Europe/Paris")' and expects result: 'true (boolean)' - Result of FEEL expression 'date and time("2018-10-08T00:00:00+01:00") = date and time("2018-10-08T00:00:00@Europe/Paris")'? - false (boolean) + Tests FEEL expression: 'date and time("2018-10-08T00:00:00+02:00") = date and time("2018-10-08T00:00:00@Europe/Paris")' and expects result: 'true (boolean)' + Result of FEEL expression 'date and time("2018-10-08T00:00:00+02:00") = date and time("2018-10-08T00:00:00@Europe/Paris")'? + true (boolean) - date and time("2018-10-08T00:00:00+01:00") = date and time("2018-10-08T00:00:00@Europe/Paris") + date and time("2018-10-08T00:00:00+02:00") = date and time("2018-10-08T00:00:00@Europe/Paris") @@ -796,7 +796,7 @@ true (boolean) - date and time("2018-02-08T00:00:00+02:00") = date and time("2018-02-08T00:00:00@Europe/Paris") + date and time("2018-02-08T00:00:00+01:00") = date and time("2018-02-08T00:00:00@Europe/Paris")