From 67271e14d13217391228f15c6b2cc478b6da94aa Mon Sep 17 00:00:00 2001 From: jiyong Date: Thu, 26 Aug 2021 17:40:22 +0800 Subject: [PATCH] jiyong@huawei.com Signed-off-by: jiyong --- appexecfwk_lite/appexecfwk_posix/src/BundleMgrTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appexecfwk_lite/appexecfwk_posix/src/BundleMgrTest.cpp b/appexecfwk_lite/appexecfwk_posix/src/BundleMgrTest.cpp index a8462ce17..aa1384a77 100755 --- a/appexecfwk_lite/appexecfwk_posix/src/BundleMgrTest.cpp +++ b/appexecfwk_lite/appexecfwk_posix/src/BundleMgrTest.cpp @@ -1009,7 +1009,7 @@ HWTEST_F(BundleMgrTest, testStressConfig_0002, Function | MediumTest | Level2) char *bundleName2 = (char*)"com.huawei.testjsdemoBtestjsdemoB"; sem_init(&g_sem, 0, 0); InstallParam installParam = { .installLocation = 1, .keepData = false }; - string hapPath = g_testPath + "testGetBundleNameWithLegal127.hap"; + string hapPath = g_testPath + "frequentlyStress2.hap"; Install(hapPath.c_str(), &installParam, TestBundleStateCallback); sem_wait(&g_sem); -- GitLab