mirror of
https://gitee.com/openharmony/telephony_core_service
synced 2024-11-23 08:00:07 +00:00
update test/unittest/core_service_gtest/zero_branch_test.cpp.
Signed-off-by: Aurora <liuxiyao223@huawei.com>
This commit is contained in:
parent
b67b6fa37e
commit
7fed2bd42c
@ -1503,7 +1503,7 @@ HWTEST_F(BranchTest, Telephony_NetworkRegister_002, Function | MediumTest | Leve
|
||||
EXPECT_GT(
|
||||
networkRegister->GetTechnologyByNrConfig(RadioTech::RADIO_TECHNOLOGY_LTE), RadioTech::RADIO_TECHNOLOGY_INVALID);
|
||||
EXPECT_EQ(networkRegister->NotifyStateChange(), TELEPHONY_ERR_SUCCESS);
|
||||
EXPECT_NE(networkRegister->RevertLastTechnology(), TELEPHONY_ERR_SUCCESS);
|
||||
EXPECT_EQ(networkRegister->RevertLastTechnology(), TELEPHONY_ERR_SUCCESS);
|
||||
EXPECT_EQ(networkRegister->GetSystemPropertiesConfig(config), TELEPHONY_ERR_SUCCESS);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user