Signed-off-by: Francois Gouget fgouget@free.fr --- dlls/urlmon/tests/protocol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/urlmon/tests/protocol.c b/dlls/urlmon/tests/protocol.c index 5788ff9160a..84dd5345be4 100644 --- a/dlls/urlmon/tests/protocol.c +++ b/dlls/urlmon/tests/protocol.c @@ -3160,7 +3160,7 @@ static void test_file_protocol(void) { lstrcatW(buf, fragmentW); test_file_protocol_url(buf);
- /* Fragment part is considered a part of the file name, if the file exsists. */ + /* Fragment part is considered a part of the file name, if the file exists. */ len = lstrlenW(file_name_buf); lstrcpyW(file_name_buf+len, fragmentW); file = CreateFileW(wszIndexHtml, GENERIC_WRITE, 0, NULL, CREATE_ALWAYS,
Hi,
While running your changed tests, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check?
Full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=62074
Your paranoid android.
=== w2003std (task log) ===
Task errors: The task timed out
=== w1064v1809_ar (32 bit report) ===
urlmon: protocol.c:1185: Test failed: unexpected call ReportResult protocol.c:1193: Test failed: hrResult = 00000000, expected: 80004004 protocol.c:3318: Test failed: Read failed: 00000001
=== w1064v1809_ja (32 bit report) ===
urlmon: protocol.c:903: Test failed: unexpected call ReportProgress_CONNECTING