crypt32/tests: Fix a typo.

This commit is contained in:
Juan Lang 2009-11-20 14:47:53 -08:00 committed by Alexandre Julliard
parent 8646c39bdb
commit 7dee971809
1 changed files with 1 additions and 1 deletions

View File

@ -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;