commit | ec5aa6af4d8b330af6c8599830942e29294aa688 | [log] [tgz] |
---|---|---|
author | Ruchi Kandoi <kandoiruchi@google.com> | Mon Jul 02 13:20:34 2018 -0700 |
committer | Ruchi Kandoi <kandoiruchi@google.com> | Mon Jul 02 21:34:17 2018 +0000 |
tree | aba8020f432170bf60f9469ee2053f28b4d98e9b | |
parent | e4722f92ddbe325a14882f226d5e752d558d1b24 [diff] |
Secure_element: vts: Modify openBasicChannel as per OMAPI standard CHANNEL_NOT_AVAILABLE should be returned when opening basic channel is not permitted on the secure element Test: Test with SIM1 HAL Bug: 110945797 Merged-In: I2dd4eafaf4c534b49a37690a9baadcc5ac93190c Change-Id: I2dd4eafaf4c534b49a37690a9baadcc5ac93190c
diff --git a/secure_element/1.0/vts/functional/VtsHalSecureElementV1_0TargetTest.cpp b/secure_element/1.0/vts/functional/VtsHalSecureElementV1_0TargetTest.cpp index 3ea3e8d..671923a 100644 --- a/secure_element/1.0/vts/functional/VtsHalSecureElementV1_0TargetTest.cpp +++ b/secure_element/1.0/vts/functional/VtsHalSecureElementV1_0TargetTest.cpp
@@ -173,7 +173,7 @@ se_->closeChannel(0); return; } - EXPECT_EQ(SecureElementStatus::UNSUPPORTED_OPERATION, statusReturned); + EXPECT_EQ(SecureElementStatus::CHANNEL_NOT_AVAILABLE, statusReturned); } /*