Skip to content
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

Conversation

dcherniev
Copy link
Contributor

Added additional check for one of the cases which should consider received HMI response as invalid response.

@dcherniev
Copy link
Contributor Author

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;
Copy link
Contributor

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.

Copy link
Contributor Author

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.

dcherniev added 2 commits May 17, 2017 16:09
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.
@dcherniev dcherniev force-pushed the fix/complement_checks_that_consider_hmi_response_to_be_invalid branch from f6b464e to c8d2be3 Compare May 17, 2017 13:21
Copy link

@ATymchenko ATymchenko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dcherniev, reviewed

@iCollin
Copy link
Collaborator

iCollin commented Jun 10, 2021

Closed in favor of #3718

@iCollin iCollin closed this Jun 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants