提交 5acd9724 编写于 作者: J jiyong

jiyong@huawei.com

Signed-off-by: Njiyong <jiyong@huawei.com>
上级 13b6f6a7
......@@ -989,7 +989,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 + "frequentlyStress2.hap";
string hapPath = g_testPath + "frequentlyStress.hap";
Install(hapPath.c_str(), &installParam, TestBundleStateCallback);
sem_wait(&g_sem);
for (int i = 1; i <= 100; i++) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册