Juan Lang : crypt32/tests: Fix a typo.

Alexandre Julliard julliard at winehq.org
Mon Nov 23 08:49:50 CST 2009


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

Author: Juan Lang <juan.lang at gmail.com>
Date:   Fri Nov 20 14:47:53 2009 -0800

crypt32/tests: Fix a typo.

---

 dlls/crypt32/tests/crl.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/crypt32/tests/crl.c b/dlls/crypt32/tests/crl.c
index abf2fd0..26033c2 100644
--- a/dlls/crypt32/tests/crl.c
+++ b/dlls/crypt32/tests/crl.c
@@ -704,7 +704,7 @@ static void testFindCRL(void)
     } while (context);
     todo_wine
     ok(count == 0 || broken(count == 1 /* Win9x */),
-     "expected 1 matching CRLs, got %d\n", count);
+     "expected 0 matching CRLs, got %d\n", count);
     ok(revoked_count == 0, "expected 0 matching CRL entries, got %d\n",
      revoked_count);
     count = revoked_count = 0;




More information about the wine-cvs mailing list