未验证 提交 32564b1a 编写于 作者: O openharmony_ci 提交者: Gitee

!8818 修复XTS crash

Merge pull request !8818 from chenyuyan/xts
......@@ -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.
先完成此消息的编辑!
想要评论请 注册