Skip to content

Conversation

@AthiraHari77
Copy link

@AthiraHari77 AthiraHari77 commented Nov 24, 2025

Disabling the below tests as the use case of comparing lists using in operator needs further clarification.
[https://github.com//issues/709]
DMN :

     <decision name="list_015_b" id="_list_015_b">
        <variable name="list_015_b"/>
        <literalExpression>
            <text>[1,2,3] in (=[1,2,3])</text>
        </literalExpression>
    </decision>

    <decision name="list_016_a" id="_list_016_a">
        <variable name="list_016_a"/>
        <literalExpression>
            <text>[1,2,3] in !=[1,2,3]</text>
        </literalExpression>
    </decision>

    <decision name="list_016_b" id="_list_016_b">
        <variable name="list_016_b"/>
        <literalExpression>
            <text>[1,2,3] in (!=[1,2,3])</text>
        </literalExpression>
    </decision>

Test :

  <testCase id="list_015_b">
        <description>list: e1 in (=e2)</description>
        <resultNode name="list_015_b" type="decision">
            <expected>
                <value xsi:type="xsd:boolean">true</value>
            </expected>
        </resultNode>
    </testCase>

    <testCase id="boolean_016_a">
        <description>boolean: e1 in !=e2</description>
        <resultNode name="boolean_016_a" type="decision">
            <expected>
                <value xsi:type="xsd:boolean">false</value>
            </expected>
        </resultNode>
    </testCase>

    <testCase id="boolean_016_b">
        <description>boolean: e1 in (!=e2)</description>
        <resultNode name="boolean_016_b" type="decision">
            <expected>
                <value xsi:type="xsd:boolean">false</value>
            </expected>
        </resultNode>
    </testCase>

@baldimir
Copy link
Member

This will most likely be closed based on #709

@yesamer
Copy link
Contributor

yesamer commented Jan 19, 2026

No longer needed.

@yesamer yesamer closed this Jan 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants