Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3bfbed5a authored by sqian's avatar sqian Committed by shuoq
Browse files

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
parent 24401aac
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);
  }