mirror of
https://gitee.com/openharmony/telephony_core_service
synced 2025-02-18 16:29:46 +00:00
IssueNo:虚假断言修复
Description:虚假断言修复 Sig:SIG_Telephony Feature or Bugfix: Bugfix Binary Source: No Signed-off-by: liuxiyao223 <liuxiyao223@huawei.com>
This commit is contained in:
parent
ecff2a7043
commit
e5daf782ca
@ -2055,7 +2055,7 @@ HWTEST_F(BranchTest, Telephony_NetworkSearchManager_003, Function | MediumTest |
|
||||
EXPECT_TRUE(networkSearchManager->GetCellLocation(INVALID_SLOTID) == nullptr);
|
||||
bool airplaneMode = false;
|
||||
EXPECT_NE(networkSearchManager->GetAirplaneMode(airplaneMode), TELEPHONY_ERR_SUCCESS);
|
||||
EXPECT_NE(networkSearchManager->UpdateRadioOn(-1), TELEPHONY_ERR_SUCCESS);
|
||||
EXPECT_NE(networkSearchManager->UpdateRadioOn(INVALID_SLOTID), TELEPHONY_ERR_SUCCESS);
|
||||
EXPECT_NE(networkSearchManager->UpdateNrOptionMode(INVALID_SLOTID, NrMode::NR_MODE_UNKNOWN), TELEPHONY_SUCCESS);
|
||||
int32_t status = 0;
|
||||
EXPECT_NE(networkSearchManager->UpdateRrcConnectionState(INVALID_SLOTID, status), TELEPHONY_SUCCESS);
|
||||
|
Loading…
x
Reference in New Issue
Block a user