camunda / dmn-tck

Decision Model and Notation Technology Compatibility Kit
0 stars 1 forks source link

0119-multi-collect-hitpolicy-test-01 #42

Open saig0 opened 3 years ago

saig0 commented 3 years ago
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}'
saig0 commented 3 years ago

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.