Jacek Caban : secur32/tests: Fixed tests with new winehq.org setup.

Alexandre Julliard julliard at winehq.org
Mon Mar 3 13:20:10 CST 2014


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

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Mon Mar  3 13:55:11 2014 +0100

secur32/tests: Fixed tests with new winehq.org setup.

---

 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 8cfa4f8..fa61f4a 100644
--- a/dlls/secur32/tests/schannel.c
+++ b/dlls/secur32/tests/schannel.c
@@ -518,7 +518,7 @@ static void test_remote_cert(PCCERT_CONTEXT remote_cert)
         cert_cnt++;
     }
 
-    ok(cert_cnt == 3, "cert_cnt = %u\n", cert_cnt);
+    ok(cert_cnt == 2, "cert_cnt = %u\n", cert_cnt);
     ok(incl_remote, "context does not contain cert itself\n");
 }
 




More information about the wine-cvs mailing list