Jacek Caban : secur32/tests: Fixed tests with new winehq.org setup.
Module: wine Branch: master Commit: 29a409b222d865c16cc7d21c3af63396137e82a3 URL: http://source.winehq.org/git/wine.git/?a=commit;h=29a409b222d865c16cc7d21c3a... Author: Jacek Caban <jacek(a)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"); }
participants (1)
-
Alexandre Julliard