Francois Gouget
04cf91ed1d
urlmon/tests: Fix the spelling of a comment.
...
Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-05-14 20:57:12 +02:00
Francois Gouget
516a6f7317
urlmon/tests: Check that .Net is present in the user-agent string.
...
Signed-off-by: Francois Gouget <fgouget@codeweavers.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-05-07 22:22:49 +02:00
Jacek Caban
5d11104689
include: Add UAS_EXACTLEGACY define.
...
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-03-26 16:55:41 +01:00
Jacek Caban
c034da78df
urlmon: Fix user agent suffix separator handling.
...
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-03-26 16:55:41 +01:00
Jacek Caban
b599464326
urlmon/tests: Add more user agent string tests.
...
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-03-25 19:48:15 +01:00
Francois Gouget
a909baeb4e
tests: Report all errors when failing to wait for a child process.
...
Report the line number where the test failed to wait for the child so
one can identify which child process did not behave as expected.
Also wait_child_process() is meant for the general case so report
all non-crash error cases as test failures so they are accounted for.
Omit the "winetest_" prefix to match the other Wine test functions and
so the underlying winetest_wait_child_process() function can be wrapped
with the usual line-capturing macros.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=48651
Signed-off-by: Francois Gouget <fgouget@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-03-17 10:51:44 +01:00
Michael Stefaniuc
81f2b5fd9a
urlmon/tests: Get rid of a2w() in misc.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-20 16:13:42 +01:00
Michael Stefaniuc
1a1efa330b
urlmon/tests: Get rid of strcmp_wa() in misc.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:28 +01:00
Dmitry Timoshkov
422b625c9b
urlmon: Add support for PARSE_UNESCAPE to CoInternetParseUrl.
...
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-17 20:01:43 +02:00
Jacek Caban
a9b27c2b0d
urlmon/tests: Make ParseUrl call tests more strict.
...
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-05-17 09:24:58 +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
Zebediah Figura
8d773e2c83
urlmon/tests: Fix a couple of allocations.
...
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-02-06 19:38:30 +01:00
Michael Stefaniuc
6ec880993b
urlmon/tests: Use the global HeapAlloc() wrappers.
...
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-02-06 15:13:51 +01:00
Jacek Caban
05826d5a68
urlmon/tests: Added IBindStatusCallback marshaling tests.
...
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-11-14 09:24:18 +01:00
André Hentschel
b19e99397f
urlmon/tests: Mark data53 test as broken on Win10.
...
Signed-off-by: André Hentschel <nerv@dawncrow.de>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-09-21 21:17:17 +09:00
Andrey Gusev
805092f8f6
urlmon/tests: Fix a typo in ok() message.
...
Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-06-03 12:31:14 +09:00
André Hentschel
8b064d69e1
urlmon/tests: Use todo_wine_if() in tests.
...
Signed-off-by: André Hentschel <nerv@dawncrow.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-02-22 17:37:09 +09: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
Jacek Caban
9351e225bb
urlmon: Skip query and hash part in find_mime_from_url.
2014-12-23 15:29:11 +01:00
Jacek Caban
299a48075d
urlmon: Store URLs as const char* in mime_tests.
2014-12-22 19:18:33 +01:00
André Hentschel
c2ffe6e139
urlmon/tests: Remove unused strings (Clang).
2014-12-04 14:03:28 +01:00
Piotr Caban
df8a1ce609
urlmon: Recognize <body> tag in FindMimeFromData function.
2014-07-11 16:59:58 +02:00
Frédéric Delanoy
ed9607876c
urlmon/tests: Use BOOL type where appropriate.
2014-03-20 10:44:15 +01:00
Jacek Caban
72edda27a1
urlmon: Fixed internet features 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
Marcus Meissner
e89c801b50
urlmon: Fixed a chars vs bytes mismatch.
2013-08-01 12:12:10 +02:00
Jacek Caban
7fbcd4cb81
urlmon/tests: Added more FindMimeFromData tests.
2013-07-27 11:48:28 -05:00
Jacek Caban
e7ca2655e8
urlmon/tests: Make array-based MIME tests more generic.
2013-07-27 11:47:52 -05:00
Jacek Caban
6b73e8fb9f
urlmon/tests: MIME tests clean up.
2013-07-27 11:46:59 -05:00
Nikolay Sivov
6c4bdf3bdf
urlmon: Implement TYMED_HGLOBAL case for CopyStgMedium.
2012-05-21 11:34:39 +02:00
Piotr Caban
e85210f3c5
urlmon/tests: Show that text/plain and application/octet-stream mimes suggestions are ignorred.
2012-03-09 17:25:17 +01:00
Piotr Caban
04847ada41
urlmon/tests: Mark results returned by older urlmon broken in FindMimeFromData tests.
2012-03-09 17:25:13 +01:00
Piotr Caban
e69001ed67
urlmon/tests: Added text/xml mime filer tests.
2012-03-09 17:25:07 +01:00
Piotr Caban
058b9dfbe2
urlmon/tests: Added CopyBindInfo tests.
2012-03-08 18:54:54 +01:00
Nikolay Sivov
f2dfe86ac4
urlmon: Recognize <head> start tag as text/html MIME type.
2012-01-30 11:56:04 +01:00
Francois Gouget
f445325999
Assorted spelling fixes.
2012-01-23 16:07:32 +01:00
Jacek Caban
75dd412311
urlmon: Fixed misc.c tests on IE9 and make image_tiff_filter behave like IE9.
2011-11-14 17:36:57 +01:00
Austin English
aa80ce8cf7
urlmon: Add some more tests for FindMimeFromData().
2011-11-03 17:42:35 +01:00
Francois Gouget
33ed639345
urlmon/tests: Skip some tests if not allowed to modify the zone elevation feature.
2011-09-21 11:35:43 +02:00
André Hentschel
62dca77bb3
urlmon/tests: Print out the wrong mime.
2011-09-02 14:46:35 +02:00
Frédéric Delanoy
760faf01a9
tests: Assorted spelling fixes.
2011-08-04 18:27:37 +02:00
Jacek Caban
4815e411d1
urlmon: Moved test_internet_feature_defaults invokation to skip tests on too old IEs.
2011-05-04 17:26:46 +02:00
Thomas Mullaly
b7694d8d7c
urlmon: Added basic implementation for CoInternet{Is/Set}FeatureEnabled.
2011-04-11 19:31:31 +02:00
Thomas Mullaly
985aebd59e
urlmon/tests: Added FeatureControl registry key tests.
2011-04-11 17:34:43 +02:00
Thomas Mullaly
b83967ce6b
urlmon/tests: Added tests for CoInternetSetFeatureEnabled.
2011-04-11 17:33:46 +02:00
Thomas Mullaly
99480b0dc8
urlmon/tests: Added tests for CoInternetIsFeatureEnabled.
2011-04-11 17:33:40 +02:00
Thomas Mullaly
2f5ca80cce
urlmon/tests: Added CoInternetParseUrl tests.
2011-03-28 17:22:00 +02:00
Dan Kegel
6bbd0b87d5
urlmon: IsValidUrl should not fail if first parameter is not NULL.
2011-03-28 17:13:44 +02:00
Nikolay Sivov
5b1d461748
urlmon/tests: Fix a leak in test (Valgrind).
2011-01-24 12:35:02 +01:00
Jacek Caban
651fc5a289
urlmon: Skip tests on IEs older than 6 by checking for CompareSecurityIds.
2010-09-30 17:51:17 +02:00