mirror of
https://gitee.com/openharmony/bundlemanager_bundle_framework
synced 2024-11-23 15:20:24 +00:00
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:
parent
fe58cb7f4a
commit
32813e3071
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user