-
Notifications
You must be signed in to change notification settings - Fork 244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Complement checks that consider HMI response to be invalid #1541
Complement checks that consider HMI response to be invalid #1541
Conversation
Please review: @indlu, @VVeremjova, @LitvinenkoIra, @LuxoftAKutsan |
"HMI response contains unrecognizable result code, so it is " | ||
"considered as invalid response"); | ||
response[strings::msg_params][strings::result_code] = | ||
hmi_apis::Common_Result::GENERIC_ERROR; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dcherniev You send message to mobile, but send code from hmi_apis.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@VVeremjova You right, fixed in 2834639.
Added additional check for one of the cases which should consider received HMI response as invalid response.
Changed few expectations in unit tests from INVALID_ENUM into GENERIC_ERROR.
f6b464e
to
c8d2be3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dcherniev, reviewed
Closed in favor of #3718 |
Added additional check for one of the cases which should consider received HMI response as invalid response.