Commit 8bd5619e authored by Ge van Geldorp's avatar Ge van Geldorp Committed by Alexandre Julliard

advapi32/tests: Add acceptable error codes for Win7.

parent 52731a80
......@@ -101,8 +101,8 @@ static void test_CredWriteA(void)
ret = pCredWriteA(&new_cred, 0);
if (ret)
{
/* Vista */
ok(GetLastError() == ERROR_IO_PENDING,
ok(GetLastError() == ERROR_SUCCESS ||
GetLastError() == ERROR_IO_PENDING, /* Vista */
"Expected ERROR_IO_PENDING, got %d\n", GetLastError());
}
else
......
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