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

!8126 XTS中ActsBundleManagerEtsTest增加debug字段

Merge pull request !8126 from zhouwenzhi/master
......@@ -95,6 +95,7 @@ export default function getBundleInfoForSelf() {
await bundle.getBundleInfoForSelf(bundle.BundleFlag.GET_BUNDLE_INFO_WITH_APPLICATION).then(data => {
console.info("getBundleInfoForSelfApplicationPro" + JSON.stringify(data.appInfo));
checkCommonBundleInfo(data);
expect(data.appInfo.debug).assertFalse();
expect(bundle.ExtensionAbilityType.PRINT).assertEqual(15);
expect(data.appInfo.bundleType).assertEqual(bundle.BundleType.APP);
expect(data.appInfo.name).assertEqual(BUNDLE_NAME);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册