Michael Stefaniuc
20f5410799
urlmon/tests: Get rid of strcmp_wa() in protocol.c.
...
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-02-18 20:29:31 +01:00
Francois Gouget
9466fb01b1
urlmon/tests: Fix the spelling of a comment.
...
Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-12-13 09:58:57 +01:00
Sven Baars
e59b2579b9
urlmon/tests: Expect BINDSTRING_SAMESITE_COOKIE_LEVEL on newer IE11.
...
Signed-off-by: Sven Baars <sven.wine@gmail.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-11-22 13:30:36 +01:00
Dmitry Timoshkov
43c1992821
urlmon: If ProtocolCF_CreateInstance doesn't support aggregation retry without it.
...
This patch fixes a regression caused by 097811f251
.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47190
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-05-22 19:16:05 +02:00
Dmitry Timoshkov
97529298a1
urlmon/tests: Add a test for ProtocolCF_CreateInstance not supporting aggregation.
...
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-05-22 19:16:05 +02:00
Michael Stefaniuc
1281a687c8
urlmon/tests: Use the available ARRAY_SIZE() macro.
...
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-06-19 20:53:06 +02:00
Jacek Caban
d3a9af15d2
urlmon/tests: Added more ref counting and aggregation tests.
...
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-05-22 10:24:32 +02:00
Jacek Caban
749dbd81b1
urlmon/tests: Use the same thread for both connections in redirect tests.
...
Fixes a race spotted by Zebediah Figura.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-05-22 10:24:26 +02:00
Jacek Caban
df976fd57a
urlmon/tests: Handle ERROR_INTERNET_INVALID_CA security problem in https tests.
...
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-05-22 10:24:17 +02:00
Jacek Caban
fd2fb4a7a5
urlmon/tests: Added more protocol COM aggregation tests.
...
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-05-09 19:47:28 +02:00
Jacek Caban
17574518d6
urlmon: Added support for COM aggregation to mk protocol handler.
...
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-05-08 20:29:36 +02:00
Jacek Caban
44a9940256
urlmon: Added support for COM aggregation to ftp protocol handler.
...
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-05-08 20:29:36 +02:00
Jacek Caban
8eeac66052
urlmon: Added support for COM aggregation to http protocol handler.
...
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-05-08 20:29:36 +02:00
Jacek Caban
74989b6e41
urlmon: Added support for COM aggregation of file protocol handler.
...
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-05-08 20:29:36 +02:00
Jacek Caban
114b070543
urlmon: Release protocol handler in BindProtocol::Terminate.
...
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-05-08 20:29:36 +02:00
Jacek Caban
216ad43f18
urlmon: Use HttpQueryInfoA in IWinInetHttpInfo::QueryInfo implementation.
...
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-02-26 20:18:31 +01:00
Jacek Caban
86f7c4c8f8
urlmon/tests: Added BindProtocol redirection handling tests.
...
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-06-07 16:36:21 +02:00
Jacek Caban
09b78c21e5
urlmon/tests: Added test of hanling BINDINFO_OPTIONS_DISABLEAUTOREDIRECTS by http protocol provider.
...
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-06-06 21:22:34 +02:00
Jacek Caban
2e05a814ff
urlmon/tests: Get rid of debug leftovers.
...
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-06-01 15:46:59 +02:00
Huw Davies
7453c835e9
urlmon/tests: Allow QueryInterface to accept IUnknown and IInternetProtocolSink.
...
Fixes a crash on modern versions of Windows 10.
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-01-26 16:57:29 +01:00
Michael Stefaniuc
0b49495b8e
urlmon/tests: Make use of todo_wine_if().
...
Signed-off-by: Michael Stefaniuc <mstefani@redhat.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-08-04 16:50:54 -05:00
Andrey Gusev
8bfc9bd2ee
Assorted typos fixes.
...
Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-11-27 15:38:30 +09:00
Nikolay Sivov
c0308873b9
urlmon/tests: Fixed a couple of test failure on Win10.
2015-09-25 21:00:44 +02:00
Jacek Caban
16274e78b6
urlmon: Correctly handle hash part in file protocol handler.
2015-05-20 17:26:52 +09:00
Francois Gouget
847a391349
urlmon/tests: Silence some protocol traces that generate too many lines.
2015-05-11 15:19:04 +09:00
André Hentschel
388ff35a18
urlmon/tests: Clarify ok() condition (PVS-Studio).
2014-11-11 14:21:20 +09:00
Michael Stefaniuc
0ef0477f9e
urlmon/tests: Visually separate two if statements (PVS-Studio).
2014-11-03 16:31:36 +09:00
Jacek Caban
9c642455f0
urlmon: Fixed protocol tests on IE11.
2014-02-26 09:08:19 -06:00
Jacek Caban
2b04a5e3ff
urlmon: Fixed some tests on IE11.
2014-02-24 09:13:48 -06:00
Jacek Caban
8f289c821e
urlmon/tests: Use test.winehq.org for https protocol tests.
2014-02-06 17:25:48 +01:00
Frédéric Delanoy
781a0a009a
urlmon/tests: Use common wine_dbgstr_guid implementation from test.h.
2014-01-29 14:50:54 +01:00
Frédéric Delanoy
e4c76bb3ca
urlmon/tests: Constify some character strings.
2013-12-31 12:24:37 +01:00
Nikolay Sivov
d1cda1d4be
urlmon/tests: Accept another failure error code.
2013-11-25 16:22:46 +01:00
Jacek Caban
1e83ca4dcd
urlmon: Fixed protocol tests on IE10.
2013-11-15 19:23:24 +01:00
Nikolay Sivov
e50dc73b86
urlmon/tests: Preparation for -D__WINESRC__.
2013-11-04 11:06:15 +01:00
Jacek Caban
8b0b99103c
urlmon: Fixed some test failures on IE10.
2013-03-08 18:11:05 +01:00
Jacek Caban
4d92d604e0
urlmon: Added HTTP cache reading tests.
2013-03-07 17:02:35 +01:00
Jacek Caban
2544999ed2
urlmon: Skip https tests on IE6.
2013-02-18 17:01:03 +01:00
Alexandre Julliard
9d8e5651eb
urlmon/tests: Avoid infinite timeouts in tests.
2013-01-29 18:45:36 +01:00
Jacek Caban
5487d2c35a
urlmon: Fixed some tests on IE10.
2012-12-28 20:32:40 +01:00
Michael Stefaniuc
afe73325f5
urlmon/tests: Remove stray ok() call.
2012-05-24 20:08:46 +02:00
Alexandre Julliard
0789ec1144
urlmon/tests: Allow some more optional progress notifications.
2012-05-08 09:23:34 +02:00
Alexandre Julliard
7f1b26a0a9
urlmon/tests: Allow more COOKIE_SENT notifications.
2012-05-03 23:44:35 +02:00
Alexandre Julliard
b3e5d2c1e5
urlmon/tests: Allow multiple COOKIE_SENT notifications, and trace received progress messages.
2012-05-03 11:12:34 +02:00
Piotr Caban
ea407686bb
urlmon/tests: Test PI_MIMEVERIFICATION when MIME filter is in use.
2012-03-16 15:38:36 +01:00
Piotr Caban
38d578af5e
urlmon: Add mime handler layer before data is processed.
2012-03-16 15:38:32 +01:00
Piotr Caban
13e3d32f76
urlmon/tests: Fixed protocol tests on IE9.
2012-02-21 19:35:30 +01:00
Jacek Caban
9c464ca3cb
urlmon: Fixed protocol tests on IE9.
2011-11-15 19:37:37 +01:00
Jacek Caban
7230b6b2b6
urlmon: Fixed some failures on IE9.
2011-11-14 15:25:20 +01:00
Jacek Caban
7ccbbd86ba
urlmon: Use CoInternetParseIUri instead of IUri::GetPath in file protocol handler implementation.
2011-06-27 13:09:48 -05:00