提交 663411be 编写于 作者: R r00559040

delete getBundleArchiveInfo without permission test

Signed-off-by: Nr00559040 <ry.renyi@huawei.com>
上级 c892e7bb
......@@ -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.
先完成此消息的编辑!
想要评论请 注册