AthiraHari77 opened a new issue, #2133:
URL: https://github.com/apache/incubator-kie-issues/issues/2133

   The TCK test 1161-boxed-list-expression-test-01.002 tests a boxed list, 
where there are no input values provided (all inputs are null). The expected 
result is a list [null, null, null]. Our engine returns simply "null". Given 
below is the failing testcase and attached is the corresponding dmn.
   
   Testcase : 
   
   ```
   <testCase id="002">
           <description>null inputs</description>
           <resultNode name="BList" type="decision">
               <expected>
                   <list>
                       <item>
                           <value xsi:nil="true"/>
                       </item>
                       <item>
                           <value xsi:nil="true"/>
                       </item>
                       <item>
                           <value xsi:nil="true"/>
                       </item>
                   </list>
               </expected>
           </resultNode>
       </testCase>
   ```
    ERROR: FAILURE: 'BList' expected='[null, null, null]' but found='null'
   
   
[1161-boxed-list-expression.txt](https://github.com/user-attachments/files/22716301/1161-boxed-list-expression.txt)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to