diff --git a/TestCases/compliance-level-3/1156-range-function/1156-range-function-test-01.xml b/TestCases/compliance-level-3/1156-range-function/1156-range-function-test-01.xml index e5af48e0c..dc83e68e5 100644 --- a/TestCases/compliance-level-3/1156-range-function/1156-range-function-test-01.xml +++ b/TestCases/compliance-level-3/1156-range-function/1156-range-function-test-01.xml @@ -141,42 +141,6 @@ - - closed start endpoint with value and open endpoint with no value is valid and is unary GE equivalent - - - true - - - - - - open start endpoint with value and open endpoint with no value is valid and is unary GT equivalent - - - true - - - - - - open start endpoint with no value and closed endpoint with value is valid and is unary LE equivalent - - - true - - - - - - closed start endpoint with no value and open endpoint with value is valid and is LT equivalent - - - true - - - - closed start endpoint with no value is not valid and gives null diff --git a/TestCases/compliance-level-3/1156-range-function/1156-range-function.dmn b/TestCases/compliance-level-3/1156-range-function/1156-range-function.dmn index 943b24d8b..bf3010168 100644 --- a/TestCases/compliance-level-3/1156-range-function/1156-range-function.dmn +++ b/TestCases/compliance-level-3/1156-range-function/1156-range-function.dmn @@ -131,38 +131,6 @@ - - - - - range("[2..)") = >=2 - - - - - - - - range("(2..)") = >2 - - - - - - - - range("(..2]") = <=2 - - - - - - - - range("(..2)") = <2 - - -