提交 bb480ba3 编写于 作者: R r00559040 提交者: ry

fixed 663411be from https://gitee.com/inter515/xts_acts_release/pulls/2349

delete getBundleArchiveInfo without permission test
Signed-off-by: Nr00559040 <ry.renyi@huawei.com>
上级 92eab25f
...@@ -171,22 +171,6 @@ describe('ActsBmsJsUnPermissionTest', function () { ...@@ -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.number: setApplicationEnabledTest_100
* @tc.name: test setApplicationEnabled * @tc.name: test setApplicationEnabled
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册