Alexandre Julliard : secur32/tests: Update test for the new certificate on winehq.org.

Alexandre Julliard julliard at wine.codeweavers.com
Thu Sep 25 14:15:17 CDT 2014


Module: wine
Branch: master
Commit: 0ff2fb8a4f93e4860df839ac9a4873858c85bceb
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=0ff2fb8a4f93e4860df839ac9a4873858c85bceb

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Thu Sep 25 16:08:05 2014 +0200

secur32/tests: Update test for the new certificate on winehq.org.

---

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

diff --git a/dlls/secur32/tests/schannel.c b/dlls/secur32/tests/schannel.c
index 2b68c3d..e868b13 100644
--- a/dlls/secur32/tests/schannel.c
+++ b/dlls/secur32/tests/schannel.c
@@ -517,7 +517,7 @@ static void test_remote_cert(PCCERT_CONTEXT remote_cert)
         cert_cnt++;
     }
 
-    ok(cert_cnt == 2, "cert_cnt = %u\n", cert_cnt);
+    ok(cert_cnt == 3, "cert_cnt = %u\n", cert_cnt);
     ok(incl_remote, "context does not contain cert itself\n");
 }
 




More information about the wine-cvs mailing list