Skip to content

Commit

Permalink
commented out error test for func usage with no scale
Browse files Browse the repository at this point in the history
  • Loading branch information
StrayAlien committed Nov 12, 2023
1 parent 459a9b1 commit 71d4fad
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 @@ -56,6 +56,8 @@
</resultNode>
</testCase>

<!-- commented out pending RTF. https://github.com/dmn-tck/tck/pull/592#issuecomment-1769761733 -->
<!--
<testCase id="006">
<description>Missing scale param gives null</description>
<resultNode errorResult="true" name="decision006" type="decision">
Expand All @@ -64,6 +66,7 @@
</expected>
</resultNode>
</testCase>
-->

<testCase id="007">
<description>null number gives null</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,15 @@
</literalExpression>
</decision>

<!-- commented out pending RTF. https://github.com/dmn-tck/tck/pull/592#issuecomment-1769761733 -->
<!--
<decision name="decision006" id="_decision006">
<variable name="decision006"/>
<literalExpression>
<text>round half up(1234)</text>
</literalExpression>
</decision>
-->

<decision name="decision007" id="_decision007">
<variable name="decision007"/>
Expand Down

0 comments on commit 71d4fad

Please sign in to comment.