summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJackLivio <jack@livio.io>2020-06-17 14:57:32 -0400
committerJackLivio <jack@livio.io>2020-06-17 14:57:32 -0400
commit56465b057c923cdf559714b408bd2a169e724653 (patch)
tree8635d1926f19e534866f8722806e3ab637a54016
parent5218b90e48ea677e2f8ef394a733610556284eba (diff)
downloadsdl_core-fix/handshake_flow_failures.tar.gz
-rw-r--r--src/components/security_manager/test/security_manager_test.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/security_manager/test/security_manager_test.cc b/src/components/security_manager/test/security_manager_test.cc
index 0ea7371034..0cbe204f38 100644
--- a/src/components/security_manager/test/security_manager_test.cc
+++ b/src/components/security_manager/test/security_manager_test.cc
@@ -600,8 +600,7 @@ TEST_F(SecurityManagerTest, ProcessHandshakeData_WrongDataSize) {
* getting SEND_HANDSHAKE_DATA from mobile side
* for service which is not protected
*/
-TEST_F(SecurityManagerTest,
- DISABLED_ProcessHandshakeData_ServiceNotProtected) {
+TEST_F(SecurityManagerTest, DISABLED_ProcessHandshakeData_ServiceNotProtected) {
SetMockCryptoManager();
// Expect InternalError with ERROR_ID
uint32_t connection_id = 0;