You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Executing test '0119-multi-collect-hitpolicy-test-01 / 001'
Test failure: Expected '[{Rate=Standard, Approved/Declined=Declined}, {Rate=Standard, Approved/Declined=Approved}]' but was '[]'
Executing test '0119-multi-collect-hitpolicy-test-01 / 002'
Test failure: Expected '[{Rate=Basic, Approved/Declined=Approved}]' but was '{Rate=Basic, Approved/Declined=Approved}'
Executing test '0119-multi-collect-hitpolicy-test-01 / 003'
Test failure: Expected '[{Rate=Standard, Approved/Declined=Declined}]' but was '{Rate=Standard, Approved/Declined=Declined}'
The text was updated successfully, but these errors were encountered:
The test cases fail because of problems with the TCK runner. In the runner, it is hard to extract the result in the correct form. The Camunda DMN always returns the same structure (list<map<string, any>>) instead of the required one.
The text was updated successfully, but these errors were encountered: