!308 电话子系统失败用例修改

Merge pull request !308 from 李昊/master
This commit is contained in:
openharmony_ci 2022-09-22 03:51:28 +00:00 committed by Gitee
commit 510a10d921
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -2878,7 +2878,6 @@ HWTEST_F(HdfRilHdiTest, Telephony_DriverSystem_GetPsRegStatus_V1_0200, Function
HWTEST_F(HdfRilHdiTest, Telephony_DriverSystem_GetOperatorInfo_V1_0100, Function | MediumTest | Level3)
{
if (!IsReady(SLOTID_1)) {
ASSERT_NE(nullptr, g_rilInterface);
return;
}
int32_t ret = g_rilInterface->GetOperatorInfo(SLOTID_1, GetSerialId());
@ -2890,7 +2889,6 @@ HWTEST_F(HdfRilHdiTest, Telephony_DriverSystem_GetOperatorInfo_V1_0100, Function
HWTEST_F(HdfRilHdiTest, Telephony_DriverSystem_GetOperatorInfo_V1_0200, Function | MediumTest | Level3)
{
if (!IsReady(SLOTID_2)) {
ASSERT_NE(nullptr, g_rilInterface);
return;
}
int32_t ret = g_rilInterface->GetOperatorInfo(SLOTID_2, GetSerialId());