DMN - TCK failure: Wrong date-time format #1829
Labels
area:dmn
Related to DMN
area:engine
Related to the runtime engines
type:bug
Something is behaving unexpectedly
TCK Failures:
"compliance-level-3/1116-feel-time-function","1116-feel-time-function-test-01","036_eb05fabc01","ERROR","FAILURE: 'feel-time-function_036_eb05fabc01' expected='10:20:00@Europe/Paris' but found='10:20@Europe/Paris'"
"compliance-level-3/1116-feel-time-function","1116-feel-time-function-test-01","037_eed195f693","ERROR","FAILURE: 'feel-time-function_037_eed195f693' expected='11:20:00@Asia/Dhaka' but found='11:20@Asia/Dhaka'"
Model: https://github.com/dmn-tck/tck/blob/master/TestCases/compliance-level-3/1116-feel-time-function/1116-feel-time-function.dmn
Test: https://github.com/dmn-tck/tck/blob/master/TestCases/compliance-level-3/1116-feel-time-function/1116-feel-time-function-test-01.xml
The failure is strictly related _to the format _used to instantiate/return a date-time value with city/country defined, e.g.
expected -> 10:20:00@Europe/Paris
returned -> 10:20@Europe/Paris
The actual value is correct
The text was updated successfully, but these errors were encountered: