diff --git a/appexecfwk_lite/appexecfwk_posix/src/BundleMgrTest.cpp b/appexecfwk_lite/appexecfwk_posix/src/BundleMgrTest.cpp index a8462ce17f814aab39aca9db00f4dd3487bf945e..aa1384a770abde7aebffe686e0d45531822f2a35 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);