From d7715d7aa033fe96e3e2b93921e45ae458cafbcd Mon Sep 17 00:00:00 2001 From: inter515 Date: Thu, 17 Nov 2022 12:10:16 +0800 Subject: [PATCH] =?UTF-8?q?fixed=208381ee0=20from=20https://gitee.com/inte?= =?UTF-8?q?r515/xts=5Facts/pulls/6551=20fixed=202f1500c=20from=20https://g?= =?UTF-8?q?itee.com/inter515/xts=5Facts/pulls/6550=20fixed=20a438fb2=20fro?= =?UTF-8?q?m=20https://gitee.com/inter515/xts=5Facts/pulls/6545=20?= =?UTF-8?q?=E5=88=A0=E9=99=A4=E7=94=A8=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: inter515 --- .../entry/src/main/ets/test/GetLaunchWantForBundle.test.ets | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bundlemanager/bundle_standard/bundlemanager/actsbundlemanageretstest/entry/src/main/ets/test/GetLaunchWantForBundle.test.ets b/bundlemanager/bundle_standard/bundlemanager/actsbundlemanageretstest/entry/src/main/ets/test/GetLaunchWantForBundle.test.ets index 729ed2442..c071863e9 100644 --- a/bundlemanager/bundle_standard/bundlemanager/actsbundlemanageretstest/entry/src/main/ets/test/GetLaunchWantForBundle.test.ets +++ b/bundlemanager/bundle_standard/bundlemanager/actsbundlemanageretstest/entry/src/main/ets/test/GetLaunchWantForBundle.test.ets @@ -28,7 +28,6 @@ export default function getLaunchWantForBundle() { * @tc.number: SUB_BMS_APPINFO_QUERY_0069 * @tc.name: testGetLaunchWantForBundle. * @tc.desc: Test getLaunchWantForBundle api by promise and callback. - * @tc.author renyi 00559040 * @tc.size MediumTest * @tc.type Function * @tc.level Level 1 @@ -58,7 +57,6 @@ export default function getLaunchWantForBundle() { * @tc.number: SUB_BMS_APPINFO_QUERY_0012 * @tc.name: testGetLaunchWantForBundleWithManyHaps. * @tc.desc: Test getLaunchWantForBundle api by promise and callback. - * @tc.author renyi 00559040 * @tc.size MediumTest * @tc.type Function * @tc.level Level 1 @@ -87,7 +85,6 @@ export default function getLaunchWantForBundle() { * @tc.number: SUB_BMS_APPINFO_QUERY_0013 * @tc.name: testGetLaunchWantForBundleWithNotExist. * @tc.desc: Test getLaunchWantForBundle api by promise and callback. - * @tc.author renyi 00559040 * @tc.size MediumTest * @tc.type Function * @tc.level Level 2 @@ -113,7 +110,6 @@ export default function getLaunchWantForBundle() { * @tc.number: SUB_BMS_APPINFO_QUERY_0014 * @tc.name: testGetLaunchWantForBundleWithInvalidParam. * @tc.desc: Test getLaunchWantForBundle api by promise and callback. - * @tc.author renyi 00559040 * @tc.size MediumTest * @tc.type Function * @tc.level Level 3 -- GitLab