update test/systemtest/common/bms/acts_bms_kit_system_test/acts_bms_kit_system_test.cpp.

Signed-off-by: Lotol <linxiangzhi@huawei.com>
This commit is contained in:
Lotol 2024-07-11 03:41:11 +00:00 committed by Gitee
parent fe58cb7f4a
commit 32813e3071
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -9270,7 +9270,7 @@ HWTEST_F(ActsBmsKitSystemTest, InstallCloneAppTest002_UserNotFound, Function | M
int32_t appIndex = TEST_APP_INDEX1;
auto result = installerProxy->InstallCloneApp(bundleName, userId, appIndex);
EXPECT_TRUE(result == ERR_APPEXECFWK_CLONE_INSTALL_USER_NOT_EXIST
|| result == ERR_APPEXECFWK_PERMISSION_DENIED);
|| result == ERR_APPEXECFWK_PERMISSION_DENIED || result = ERR_APPEXECFWK_CLONE_INSTALL_APP_NOT_EXISTED);
}
/**