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

This commit is contained in:
Jacek Caban 2014-03-03 13:55:11 +01:00 committed by Alexandre Julliard
parent f525038142
commit 29a409b222
1 changed files with 1 additions and 1 deletions

View File

@ -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");
}