Closed dboltovskyi closed 3 years ago
Within fix https://github.com/smartdevicelink/sdl_core/issues/3614 is it became possible to build SDL with -DBUILD_TESTS=ON -DENABLE_SECURITY=OFF flags However protocol_handler_test failed in this configuration.
-DBUILD_TESTS=ON
-DENABLE_SECURITY=OFF
protocol_handler_test
All UTs passed
protocol_handler_test failed with error:
unknown file: Failure Uninteresting mock function call - returning default value. Function call: SendMessageToDevice(16-byte object <60-AD 17-9C D3-55 00-00 20-2E 50-9B D3-55 00-00>) Returns: 0 [ FAILED ] ProtocolHandlerImplTest.OnTMMessageSend_ReadyToCloseConnection_Disconnect (1 ms)
Closing with the merge of #3655
Bug Report
Within fix https://github.com/smartdevicelink/sdl_core/issues/3614 is it became possible to build SDL with
-DBUILD_TESTS=ON
-DENABLE_SECURITY=OFF
flags Howeverprotocol_handler_test
failed in this configuration.Reproduction Steps
Expected Behavior
All UTs passed
Observed Behavior
protocol_handler_test failed with error:
OS & Version Information