Skip to content

Commit

Permalink
commented out decimal and negative range tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
StrayAlien committed Aug 17, 2023
1 parent e2b03b4 commit 459a9b1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@
</resultNode>
</testCase>

<!-- comment decimal scale tests for now, subject to clarification -->
<!--
<testCase id="015">
<description>Non integer scale param gives null</description>
<resultNode errorResult="true" name="decision015" type="decision">
Expand All @@ -154,7 +156,9 @@
</expected>
</resultNode>
</testCase>
-->

<!-- comment negative scale tests for now, subject to clarification -->
<!--
what is expected for a negative scale?
<testCase id="016_a">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,19 +114,25 @@
</literalExpression>
</decision>

<!-- comment decimal scale tests for now, subject to clarification -->
<!--
<decision name="decision015" id="_decision015">
<variable name="decision015"/>
<literalExpression>
<text>round half up(5.5, 1.1)</text>
</literalExpression>
</decision>
-->

<!-- comment negative scale tests for now, subject to clarification -->
<!--
<decision name="decision016_a" id="_decision016_a">
<variable name="decision016_a"/>
<literalExpression>
<text>round half up(5.5, -6111)</text>
</literalExpression>
</decision>
-->

<decision name="decision016_b" id="_decision016_b">
<variable name="decision016_b"/>
Expand Down

0 comments on commit 459a9b1

Please sign in to comment.