mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Figure out what error returned in getLastCallFailCause
( locally bug 38228792 is not reproduciable , have to make such change to see what error returned in vts-web ) Test: vts-web Bug: 38228792 Change-Id: Ieccb450324ae6b06d4e3e15726c837a9fede49fe
This commit is contained in:
@@ -184,6 +184,7 @@ TEST_F(RadioHidlTest, getLastCallFailCause) {
|
||||
EXPECT_EQ(serial, radioRsp->rspInfo.serial);
|
||||
|
||||
if (cardStatus.cardState == CardState::ABSENT) {
|
||||
EXPECT_EQ(radioRsp->rspInfo.error, RadioError::NONE);
|
||||
ASSERT_TRUE(CheckGeneralError() ||
|
||||
radioRsp->rspInfo.error == RadioError::NONE);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user