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 |
Jacek Caban
|
493a3172f4
|
urlmon: Skip tests on very old IEs as soon as possible.
|
2010-09-20 13:48:12 +02:00 |
Andrew Nguyen
|
c6e5e39460
|
urlmon: Validate parameters in MkParseDisplayNameEx.
|
2010-05-21 18:58:05 +02:00 |
Andrew Nguyen
|
0b3eac9227
|
urlmon/tests: Fix CoInternetCompareUrl failure message typos.
|
2010-05-20 16:38:56 +02:00 |
Detlef Riekenberg
|
7458345fb8
|
urlmon/tests: Skip even more tests on IE 4.0.
ObtainUserAgentString, ReleaseBindInfo and UrlMkGetSessionOption
missing on IE 4.0 (winetestbot W95B).
|
2010-04-22 11:53:57 +02:00 |
Detlef Riekenberg
|
eef8be3698
|
urlmon/tests: Skip more tests on IE 4.0.
CoInternetQueryInfo, CopyStgMedium and FindMimeFromData
missing on IE 4.0 (winetestbot W95B).
|
2010-04-22 11:53:57 +02:00 |
Detlef Riekenberg
|
cb620908ee
|
urlmon/tests: Skip some tests on IE 4.0.
CoInternetCompareUrl, CoInternetGetSecurityUrl, CoInternetGetSession,
CoInternetParseUrl missing on IE 4.0 (winetestbot W95B).
|
2010-04-22 11:53:46 +02:00 |
Detlef Riekenberg
|
0838495596
|
urlmon/tests: Run the tests again on W95B (CoInternetParseUrl).
|
2010-04-14 11:06:36 +02:00 |
Alexandre Julliard
|
08e53fc048
|
urlmon/tests: Avoid size_t in a trace.
|
2010-02-16 15:50:36 +01:00 |
Piotr Caban
|
c0bfc2fb95
|
urlmon/tests: Added more url parsing tests.
|
2010-02-09 11:35:18 +01:00 |
Piotr Caban
|
c72a7d471a
|
urlmon: Remove some CoInternetParseUrl tests.
Some tests with PARSE_DOMAIN flag fails on older urlmon.
|
2009-12-18 13:14:02 +01:00 |
Piotr Caban
|
18069b2d0d
|
urlmon: Added PARSE_ROOTDOCUMENT to CoInternetParseUrl.
|
2009-12-16 13:04:35 +01:00 |
Piotr Caban
|
3adfe170bf
|
urlmon: Added PARSE_DOMAIN to CoInternetParseUrl.
|
2009-12-16 13:04:35 +01:00 |
Vladimir Pankratov
|
1327ae0c74
|
urlmon: Handle NULL parameter.
|
2009-09-02 15:47:57 +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 |
Paul Vriens
|
024725515e
|
urlmon/tests: Don't check for out of memory (Coverity).
|
2009-07-02 11:30:41 +02:00 |