Sebastian Lackner : crypt32/tests: Remove duplicate test.

Alexandre Julliard julliard at wine.codeweavers.com
Thu Feb 11 09:59:46 CST 2016


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

Author: Sebastian Lackner <sebastian at fds-team.de>
Date:   Thu Feb 11 07:19:10 2016 +0100

crypt32/tests: Remove duplicate test.

Signed-off-by: Sebastian Lackner <sebastian at fds-team.de>
Signed-off-by: Alexandre Julliard <julliard at 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);




More information about the wine-cvs mailing list