Sebastian Lackner : crypt32/tests: Remove duplicate test.
Module: wine Branch: master Commit: 818a1b14f210e7759b831d905c5bd6f78fd49401 URL: http://source.winehq.org/git/wine.git/?a=commit;h=818a1b14f210e7759b831d905c... Author: Sebastian Lackner <sebastian(a)fds-team.de> Date: Thu Feb 11 07:19:10 2016 +0100 crypt32/tests: Remove duplicate test. Signed-off-by: Sebastian Lackner <sebastian(a)fds-team.de> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/crypt32/tests/cert.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dlls/crypt32/tests/cert.c b/dlls/crypt32/tests/cert.c index da32a74..58a27df 100644 --- a/dlls/crypt32/tests/cert.c +++ b/dlls/crypt32/tests/cert.c @@ -3627,7 +3627,6 @@ static void testVerifyRevocation(void) "expected CRYPT_E_NO_REVOCATION_CHECK or CRYPT_E_REVOCATION_OFFLINE, got %08x\n", status.dwError); ok(status.dwIndex == 0, "expected index 0, got %d\n", status.dwIndex); - ok(status.dwIndex == 0, "expected index 0, got %d\n", status.dwIndex); /* Now add a CRL to the hCrlStore */ revPara.hCrlStore = CertOpenStore(CERT_STORE_PROV_MEMORY, 0, 0, CERT_STORE_CREATE_NEW_FLAG, NULL);
participants (1)
-
Alexandre Julliard