From: Bartlomiej Grzelewski Date: Tue, 22 Dec 2015 17:36:06 +0000 (+0100) Subject: CKM: Unblock ocsp test. X-Git-Tag: security-manager_5.5_testing~9^2~34 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2b66364d0a7e315ff50b0924c0e863c106f4d8f4;p=platform%2Fcore%2Ftest%2Fsecurity-tests.git CKM: Unblock ocsp test. Change-Id: Icad1ae774a6413c72b0eb71fc6c76cddd898f464 --- diff --git a/src/ckm/main.cpp b/src/ckm/main.cpp index 060eaa04..fde318e0 100644 --- a/src/ckm/main.cpp +++ b/src/ckm/main.cpp @@ -1426,8 +1426,6 @@ RUNNER_TEST(T1313_get_chain_with_alias) RUNNER_TEST(T13141_ocsp_check_valid_chain) { - RUNNER_IGNORED_MSG("Fixed in next version of ckm!"); - auto cert = TestData::getTestCertificate(TestData::MBANK); auto cert1 = TestData::getTestCertificate(TestData::SYMANTEC); CKM::CertificateShPtrVector certVector = {cert1};