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 5d32b94 commit 5b312af
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,14 +146,15 @@
</resultNode>
</testCase>

<testCase id="015">
<!-- 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">
<expected>
<value xsi:nil="true"/>
</expected>
</resultNode>
</testCase>
</testCase>-->

<!--
what is expected for a negative scale?
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,6 @@
</literalExpression>
</decision>

<decision name="decision003a" id="_decision003a">
<variable name="decision003a"/>
<literalExpression>
<text>round up(1.121, -2)</text>
</literalExpression>
</decision>

<decision name="decision004" id="_decision004">
<variable name="decision004"/>
<literalExpression>
Expand Down Expand Up @@ -121,19 +114,23 @@
</literalExpression>
</decision>

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

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

0 comments on commit 5b312af

Please sign in to comment.