mirror of
https://gitee.com/openharmony/xts_hats
synced 2024-12-04 21:29:07 +00:00
XTS Adaptation return value
Signed-off-by: qiaozzzh <qiaozhang@huawei.com> Change-Id: I9f85b6cb4dc86737776213716271099aceea19f0
This commit is contained in:
parent
84012c6cdb
commit
3e44fb906b
@ -592,7 +592,7 @@ HWTEST_F(UserIamUserAuthTest, Security_IAM_UserAuth_HDI_FUNC_0121, Function | Me
|
||||
FillAuthTypeVector(parcel, validTypes);
|
||||
int32_t ret = g_service.GetValidSolution(userId, authTypes, authTrustLevel, validTypes);
|
||||
cout << "ret is " << ret << endl;
|
||||
EXPECT_EQ(ret, 0);
|
||||
ASSERT_EQ(ret != Expectedvalue, true);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user