Commit 7dee9718 authored by Juan Lang's avatar Juan Lang Committed by Alexandre Julliard

crypt32/tests: Fix a typo.

parent 8646c39b
...@@ -704,7 +704,7 @@ static void testFindCRL(void) ...@@ -704,7 +704,7 @@ static void testFindCRL(void)
} while (context); } while (context);
todo_wine todo_wine
ok(count == 0 || broken(count == 1 /* Win9x */), 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", ok(revoked_count == 0, "expected 0 matching CRL entries, got %d\n",
revoked_count); revoked_count);
count = revoked_count = 0; count = revoked_count = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment