Gijs Vermeulen : crypt32/tests: Fix a typo in ok() message.

Alexandre Julliard julliard at winehq.org
Mon Jan 14 16:21:50 CST 2019


Module: wine
Branch: master
Commit: 8e0139af2a1cd1ac12aadfa18c8bb04552433ce4
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=8e0139af2a1cd1ac12aadfa18c8bb04552433ce4

Author: Gijs Vermeulen <gijsvrm at gmail.com>
Date:   Mon Jan 14 17:46:49 2019 +0100

crypt32/tests: Fix a typo in ok() message.

Signed-off-by: Gijs Vermeulen <gijsvrm at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/crypt32/tests/store.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/crypt32/tests/store.c b/dlls/crypt32/tests/store.c
index 9915482..0adfeb8 100644
--- a/dlls/crypt32/tests/store.c
+++ b/dlls/crypt32/tests/store.c
@@ -541,7 +541,7 @@ static void testStoresInCollection(void)
     cert2 = CertCreateCertificateContext(X509_ASN_ENCODING, signedBigCert, sizeof(signedBigCert));
     ok (cert2 != NULL, "Failed to create cert context %x\n", GetLastError());
     ret = CertAddCertificateContextToStore(collection, cert2, CERT_STORE_ADD_REPLACE_EXISTING, NULL);
-    ok (ret, "Failed to add cert3 to the store %x\n",GetLastError());
+    ok (ret, "Failed to add cert2 to the store %x\n",GetLastError());
 
     /** checking certificates in the stores */
     tcert1 = CertEnumCertificatesInStore(ro_store, 0);




More information about the wine-cvs mailing list