Skip to content

Commit

Permalink
commented out test 3/6 for undecided list coercion
Browse files Browse the repository at this point in the history
  • Loading branch information
StrayAlien committed Nov 12, 2023
1 parent fc8e1a1 commit f5c8dc8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
</resultNode>
</testCase>

<!-- commented out pending RTF. https://github.com/dmn-tck/tck/pull/602#issuecomment-1770863632 -->
<!--
<testCase id="003">
<description>Will return null when 'in' expression is not a list</description>
<resultNode name="decision003" type="decision" errorResult="true">
Expand All @@ -44,6 +46,7 @@
</expected>
</resultNode>
</testCase>
-->

<testCase id="004">
<description>Will return null when 'match' does not return boolean</description>
Expand All @@ -63,6 +66,8 @@
</resultNode>
</testCase>

<!-- commented out pending RTF. https://github.com/dmn-tck/tck/pull/602#issuecomment-1770863632 -->
<!--
<testCase id="006">
<description>Will not coerce single value 'in' expression to list - and return null</description>
<resultNode name="decision006" type="decision" errorResult="true">
Expand All @@ -71,5 +76,6 @@
</expected>
</resultNode>
</testCase>
-->

</testCases>
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,16 @@
</filter>
</decision>

<!-- commented out pending RTF. https://github.com/dmn-tck/tck/pull/602#issuecomment-1770863632 -->
<!--
<decision name="decision003" id="_decision003">
<variable name="decision003"/>
<filter>
<in><literalExpression><text>"not a list"</text></literalExpression></in>
<match><literalExpression><text>true</text></literalExpression></match>
</filter>
</decision>
-->

<decision name="decision004" id="_decision004">
<variable name="decision004"/>
Expand All @@ -49,13 +52,16 @@
</filter>
</decision>

<!-- commented out pending RTF. https://github.com/dmn-tck/tck/pull/602#issuecomment-1770863632 -->
<!--
<decision name="decision006" id="_decision006">
<variable name="decision006"/>
<filter>
<in><literalExpression><text>1</text></literalExpression></in>
<match><literalExpression><text>item >= 3</text></literalExpression></match>
</filter>
</decision>
-->

</definitions>

0 comments on commit f5c8dc8

Please sign in to comment.