1
0
Fork 0
mirror of synced 2025-03-07 03:53:26 +01:00

secur32/tests: Update for new WineHQ certificate.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 02eae36ec8)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
This commit is contained in:
Alexandre Julliard 2022-06-03 21:41:38 +02:00
parent a79b0d4bcc
commit fbeb7b006c

View file

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