mirror of
https://gitee.com/openharmony/xts_hats
synced 2025-02-01 14:15:54 +00:00
接口返回值更改适配测试套
Signed-off-by: qiaozzzh <qiaozhang@huawei.com> Change-Id: I10f80b666630d44048da9d903196498c7394e92d
This commit is contained in:
parent
04f66f5946
commit
41b3327754
@ -208,7 +208,6 @@ HWTEST_F(UserIamUserAuthTest, Security_IAM_UserAuth_HDI_FUNC_0102, Function | Me
|
||||
FillTestUint64Vector(parcel, templateIds);
|
||||
int32_t ret = g_service.AddExecutor(info, index, publicKey, templateIds);
|
||||
cout << "ret is " << ret << endl;
|
||||
// EXPECT_EQ(ret, 2);
|
||||
ASSERT_EQ(ret != Expectedvalue, true);
|
||||
}
|
||||
|
||||
@ -248,7 +247,6 @@ HWTEST_F(UserIamUserAuthTest, Security_IAM_UserAuth_HDI_FUNC_0104, Function | Me
|
||||
FillEnrolledInfoVector(parcel, infos);
|
||||
int32_t ret = g_service.GetUserInfo(userId, secureUid, pinSubType, infos);
|
||||
cout << "ret is " << ret << endl;
|
||||
// EXPECT_EQ(ret, 6);
|
||||
ASSERT_EQ(ret != Expectedvalue, true);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user