Commit b9fddc05 authored by Jakob Eriksson's avatar Jakob Eriksson Committed by Alexandre Julliard

Test failed before on 98, NT4, 2000 and XP.

parent 9ff2eea0
......@@ -438,7 +438,9 @@ static void InternetTimeToSystemTimeW_test()
"InternetTimeToSystemTimeW failed (%ld)\n", GetLastError() );
ret = InternetTimeToSystemTimeW( string3, &time, 0 );
ok( !ret, "InternetTimeToSystemTimeW failed (%ld)\n", GetLastError() );
todo_wine {
ok( ret, "InternetTimeToSystemTimeW succeeds on (%ld), string3='Fr'", GetLastError() );
}
}
START_TEST(http)
......
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