提交 bf03023f 编写于 作者: Z zjucx 提交者: Gitee

update distributed_schedule_lite/system_ability_manager_posix/src/LiteIPCClientTest.cpp.

上级 9fff2423
......@@ -116,22 +116,6 @@ HWTEST_F(LiteIPCClientTest, testIPCClient0020, Function | MediumTest | Level2)
ASSERT_EQ(iUnknown == NULL, TRUE);
};
/**
* @tc.number : DMSLite_SAMGR_IPCClient_0030
* @tc.name : Client can not get api if the api version does not match
* @tc.desc : [C- SOFTWARE -0200]
*/
HWTEST_F(LiteIPCClientTest, testIPCClient0030, Function | MediumTest | Level2)
{
IClientProxy *demoApi = NULL;
IUnknown *iUnknown = SAMGR_GetInstance()->GetFeatureApi("abilityms", "AmsFeature");
ASSERT_EQ(iUnknown != NULL, TRUE);
int result = iUnknown->QueryInterface(iUnknown, 0x00, (void **)&demoApi);
ASSERT_EQ(result != 0, TRUE);
ASSERT_EQ(demoApi == nullptr, TRUE);
};
/**
* @tc.number : DMSLite_SAMGR_IPCClient_0040
* @tc.name : Client can send request to other process
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册