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

Commit 6b322c1d authored by Jack Yu's avatar Jack Yu Committed by android-build-merger
Browse files

Merge "Fixed VTS failure in no SIM case" into pi-dev

am: d33b77a1

Change-Id: I35bc7708c546eadb6acc0bd5e87cadb81b38b846
parents b7c3126e d33b77a1
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -636,8 +636,9 @@ TEST_F(RadioHidlTest_v1_2, setupDataCall_1_2) {
    if (cardStatus.base.cardState == CardState::ABSENT) {
        ASSERT_TRUE(CheckAnyOfErrors(
            radioRsp_v1_2->rspInfo.error,
            {RadioError::SIM_ABSENT, RadioError::RADIO_NOT_AVAILABLE, RadioError::INVALID_ARGUMENTS,
             RadioError::OP_NOT_ALLOWED_BEFORE_REG_TO_NW, RadioError::REQUEST_NOT_SUPPORTED}));
            {RadioError::NONE, RadioError::SIM_ABSENT, RadioError::RADIO_NOT_AVAILABLE,
             RadioError::INVALID_ARGUMENTS, RadioError::OP_NOT_ALLOWED_BEFORE_REG_TO_NW,
             RadioError::REQUEST_NOT_SUPPORTED}));
    } else if (cardStatus.base.cardState == CardState::PRESENT) {
        ASSERT_TRUE(CheckAnyOfErrors(
            radioRsp_v1_2->rspInfo.error,