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

!2427 【XTS】删除冗余XTS代码

Merge pull request !2427 from ry/cherry-pick-1647260275
......@@ -171,22 +171,6 @@ describe('ActsBmsJsUnPermissionTest', function () {
});
});
/*
* @tc.number: getBundleArchiveInfoTest_100
* @tc.name: test getBundleArchiveInfo
* @tc.desc: test getBundleArchiveInfo
*/
it('getBundleArchiveInfoTest_100', 0, async function (done) {
console.debug('getBundleArchiveInfoTest_100 start');
bundle.getBundleArchiveInfo("/system/app/Launcher.hap", DEFAULT_FLAG).then(data => {
expect().assertFail();
done();
}).catch(err => {
expect(err).assertEqual(INVALID_CODE);
done();
});
});
/*
* @tc.number: setApplicationEnabledTest_100
* @tc.name: test setApplicationEnabled
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册