提交 8e57345e 编写于 作者: C chenyuyan

xts删除

Signed-off-by: Nchenyuyan <chenyuyan3@huawei.com>
Change-Id: I6bfc5ffd4e064e2cd9a4ba38a6b151ede8fd6a6d
上级 ab1e4cd5
......@@ -118,27 +118,6 @@ export default function abilityTest() {
done();
});
/**
* @tc.number: SUB_AA_OpenHarmony_ProviderGetForsInfo_0400
* @tc.name: SUB_AA_OpenHarmony_ProviderGetForsInfo_0400
* @tc.desc: #4 getFormsInfo(undefined, callback)
*/
it('SUB_AA_OpenHarmony_ProviderGetForsInfo_0400', 0, async function (done) {
console.info("SUB_AA_OpenHarmony_ProviderGetForsInfo_0400");
try {
formProvider.getFormsInfo(undefined, function(err, value) {
console.info("formProvider::GetFormsInfoTest err: " + JSON.stringify(err));
console.info("formProvider::GetFormsInfoTest value: " + JSON.stringify(value));
expect().assertFail();
done();
})
} catch (err) {
console.info("formProvider::GetFormsInfoTest err: " + JSON.stringify(err));
expect(err.code).assertEqual(ERR_ADD_INVALID_PARAM);
done();
}
});
/**
* @tc.number: SUB_AA_OpenHarmony_ProviderGetForsInfo_0500
* @tc.name: SUB_AA_OpenHarmony_ProviderGetForsInfo_0500
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册