From da27a4853f0c60358024cd55fcc6887d29916163 Mon Sep 17 00:00:00 2001 From: Krzysztof Jackiewicz Date: Wed, 17 Feb 2021 13:48:32 +0100 Subject: [PATCH] Fix TA1750_ocsp_check_positive test assert message Change-Id: Id26d29f7cec5dd1aa6b55ce8b6f19318bc3724de --- src/ckm/unprivileged/async-api.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ckm/unprivileged/async-api.cpp b/src/ckm/unprivileged/async-api.cpp index 85b9acd..c0c40bf 100644 --- a/src/ckm/unprivileged/async-api.cpp +++ b/src/ckm/unprivileged/async-api.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016 - 2020 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2016 - 2021 Samsung Electronics Co., Ltd All Rights Reserved * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -1257,7 +1257,7 @@ RUNNER_TEST(TA1750_ocsp_check_positive, UserEnv) auto obs2 = test_positive(&ManagerAsync::ocspCheck, obs->m_certChain); RUNNER_ASSERT_MSG(obs2->m_ocspStatus == CKM_API_OCSP_STATUS_GOOD, - "Verification failed. Error: " << obs->m_ocspStatus); + "Verification failed. Error: " << obs2->m_ocspStatus); } // setPermission -- 2.7.4