Jacek Caban
9f2ede8d62
urlmon: Added IInternetProtocolEx support to ftp protocol handler.
2010-10-07 12:00:27 +02:00
Jacek Caban
72c8b283e5
urlmon: Added IInternetProtocolEx support to http protocol handler.
2010-10-07 12:00:27 +02:00
Jacek Caban
8205f627c1
urlmon: Added post data stream tests.
2010-10-07 12:00:27 +02:00
Jacek Caban
a7852b5128
urlmon: Return correct error in get_protocol_handler for unknown protocol types.
2010-10-06 14:43:17 +02:00
Jacek Caban
0d27b740b3
urlmon: Added Abort support to BindProtocol.
2010-10-04 15:01:50 +02:00
Jacek Caban
2e59b5ac1a
urlmon: Added Abort tests.
2010-10-04 15:01:46 +02:00
Jacek Caban
2e7fc004e3
mshtml: Added file protocol's IInternetProtocolEx tests.
2010-09-02 11:54:39 +02:00
Detlef Riekenberg
63b53ff586
urlmon/tests: Skip protocol tests on IE 4.0.
...
Register the filters is not possible due to the missing functions.
No tests left, so skip all of them (winetestbot W95B).
2010-04-22 11:53:57 +02:00
Alistair Leslie-Hughes
c79c849479
urlmon: Strip forward and back slashes when using the file: protocol.
2010-04-20 16:24:44 +02:00
Jacek Caban
04cfe6acf7
urlmon: Fixed accept_mimes leak in tests.
2010-01-07 19:41:33 +01:00
Jacek Caban
ce53f34458
urlmon: Added HTTP redirecting test.
2009-12-16 12:23:36 +01:00
Jacek Caban
8eada56b50
urlmon: Fixed tests for systems with stored cookie for winehq.org.
2009-10-07 12:28:26 +02:00
Jacek Caban
bf5c2e858f
urlmon: Fixed tests on IE older than 8.
2009-08-24 12:02:45 +02:00
Jacek Caban
601c881705
urlmon: Added more protocol tests.
2009-08-21 11:09:52 +02:00
Alexandre Julliard
203bf6c8e0
urlmon/tests: Use the global wine_dbgstr_w instead of a local variant.
2009-08-19 13:37:04 +02:00
Jacek Caban
09436d69f1
urlmon: Use one wininet internet handle for all connections.
2009-08-03 15:00:02 +02:00
Jacek Caban
e349165214
urlmon: Moved more initialization code to init_test.
2009-07-08 20:12:48 +02:00
Jacek Caban
a21c1f3c31
urlmon: Ignore QueryInterface call for an undocumented interface.
2009-07-08 20:12:45 +02:00
Paul Vriens
cb2d43100c
urlmon/tests: Fix a test failure on Win95 by using more A-functions.
2009-06-22 11:23:10 +02:00
Alexandre Julliard
35bc0c798a
urlmon/tests: Avoid comparing uninitialized structure data.
2009-06-19 15:10:17 +02:00
Jacek Caban
80dd9b9c9e
urlmon: Use a copy of PROTOCOLDATA in Switch/Continue implementation.
2009-06-05 14:43:24 +02:00
Jacek Caban
d86143b3e4
urlmon: Fixed tests on Windows.
2009-05-22 15:16:29 +02:00
Jacek Caban
69365793b1
urlmon: Added MIME filter handling in BindProtocol tests.
2009-05-19 11:58:53 +02:00
Jacek Caban
b23ccb1303
urlmon: Added PI_MIMEVERIFICATION tests.
2009-05-14 11:14:06 +02:00
Detlef Riekenberg
b5eb3be433
urlmon/tests: Handle BSCF_SKIPDRAINDATAFORFILEURLS to fix failures on IE8.
2009-05-04 12:52:16 +02:00
Paul Vriens
6ba4b314f3
urlmon/tests: Fix a test failure on Win9x, WinME and NT4.
2009-04-28 11:58:31 +02:00
Ge van Geldorp
f4795d5997
urlmon/tests: Handle certificate verification error.
2009-04-07 14:53:58 +02:00
Jacek Caban
19067f1256
urlmon.idl: Use HANDLE_PTR in IInternetProtocolRoot::Start declaration.
2009-04-01 14:23:32 +02:00
Ge van Geldorp
6d238a6f51
urlmon/tests: Fix ftp protocol test on WinXP and higher.
2009-03-30 15:10:44 +02:00
Jacek Caban
c31e6537fb
urlmon: Added IWinInetHttpInfo stub implementation to FtpProtocol object.
2009-03-30 15:09:30 +02:00
Jacek Caban
3fa595e2a8
urlmon: Added IWinInetHttpInfo stub implementation to HttpProtocol object.
2009-03-30 15:09:17 +02:00
Paul Vriens
ad5e68e8a1
urlmon/tests: Fix a test failure on Vista and higher.
2009-03-23 13:24:03 +01:00
Jacek Caban
44149b8a8c
urlmon: Added IInternetPriority implementation for gopher protocol.
2009-03-05 12:39:03 +01:00
Jacek Caban
cfb9c099b5
urlmon: Added gopher protocol handler stub implementation.
2009-03-05 12:38:57 +01:00
Jacek Caban
aa1d032271
urlmon: Added ftp protocol tests.
2009-03-05 12:38:35 +01:00
Ge van Geldorp
f0f6225906
urlmon/tests: Fix protocol tests when proxy is configured.
2009-01-20 14:02:33 +01:00
Jacek Caban
3b84a40cf1
urlmon: Added HttpSProtocol object tests.
2009-01-13 15:28:56 +01:00
Alexandre Julliard
d4226445d0
urlmon/tests: Accept IInternetProtocolEx interface id.
2008-11-14 12:08:31 +01:00
Paul Vriens
7a723944b8
urlmon/tests: Skip some tests on Win9x and WinMe.
2008-11-11 11:41:03 +01:00
Michael Stefaniuc
10ebc51fa4
urlmon/tests: Use FAILED instead of !SUCCEEDED.
2008-10-08 13:42:15 +02:00
Jacek Caban
9b81945aeb
urlmon: Fixed file protocol tests on win9x.
2008-09-29 17:26:11 -05:00
Rob Shearman
601b3b2732
urlmon: Fix race in protocol tests.
...
The value of *called is set asynchronously and so the callback
function could be called after IInternetProtocol_Read returns
E_PENDING. The value of *called is only predictable after the
WaitForSingleObject call returns. Therefore, remove the checks on
*called before this call.
2008-09-29 17:23:11 -05:00
James Hawkins
1c010e77cf
urlmon: Fix a failing test with IE7.
2008-09-09 11:46:17 +02:00
Paul Vriens
bdde87f04a
urlmon/tests: Fix timeouts for win9x tests.
2008-09-08 12:49:12 +02:00
Alexandre Julliard
79c64acc7b
tests: Don't depend on the static uuid libraries in the tests.
...
This avoids trouble with the broken MingW libraries when
cross-compiling the tests.
2008-07-08 17:51:45 +02:00
James Hawkins
75a10719ac
urlmon: Fix a few test failures in IE7.
2008-06-25 10:42:53 +02:00
Jacek Caban
5fb656f958
urlmon/tests: Always clear expect_* variables.
2008-06-09 12:38:48 +02:00
James Hawkins
6fc9d7e59d
urlmon: Fix a few failing tests in win2k3.
2008-06-02 12:32:57 +02:00
Jacek Caban
02bf65a752
urlmon: Better error handling in file protocol.
2008-05-12 13:59:13 +02:00
Jacek Caban
3efe4e6837
urlmon: Correctly handle file URLs with '|' instead of ':' after drive letter.
2008-05-12 13:59:13 +02:00