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
SDL sends "menuIcon" : null in UI.AddSubmenu to HMI, ATF parse "menuIcon" : null and fail test with message "SDL sends menuIcon in request to HMI in case parameter is absent in request"
Summary
ATF doed not parse structure like '"menuIcon" : null'
Steps to reproduce
Script for reproduce Added check of the menuIcon parameter absence sdl_atf_test_scripts#2142
Expected result
SDL sends "menuIcon" : null in UI.AddSubmenu to HMI, ATF parse "menuIcon" : null and fail test with message "SDL sends menuIcon in request to HMI in case parameter is absent in request"
Actual result
In case SDL sends message like
ATF will parse it like
So atf tests will not failed with error because of redundant null parameter.
Can be reproduced in case SDL defect smartdevicelink/sdl_core#2744 is reproduced.
The text was updated successfully, but these errors were encountered: