Skip to content

Commit

Permalink
commented out test 11b as per discussion.
Browse files Browse the repository at this point in the history
  • Loading branch information
StrayAlien committed Nov 16, 2023
1 parent a6f51bc commit 360602d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@
</resultNode>
</testCase>

<!-- comment pending RTF. https://github.com/dmn-tck/tck/pull/592#issuecomment-1769761733 -->
<!--
<testCase id="011_b">
<description>Missing 'scale' named param gives null </description>
<resultNode errorResult="true" name="decision011_b" type="decision">
Expand All @@ -121,6 +123,7 @@
</expected>
</resultNode>
</testCase>
-->

<testCase id="012">
<description>Incorrect named param gives null</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,15 @@
</literalExpression>
</decision>

<!-- comment pending RTF. https://github.com/dmn-tck/tck/pull/592#issuecomment-1769761733 -->
<!--
<decision name="decision011_b" id="_decision011_b">
<variable name="decision011_b"/>
<literalExpression>
<text>round up(n:5.5)</text>
</literalExpression>
</decision>
-->

<decision name="decision012" id="_decision012">
<variable name="decision012"/>
Expand Down

0 comments on commit 360602d

Please sign in to comment.