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

!2349 【XTS】bundle_manger xts代码适配

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