Commit Graph

648 Commits

Author SHA1 Message Date
Alexandre Julliard a3dd2967ca shlwapi/tests: SHLWAPI.23 apparently returns an HRESULT on Vista. 2008-09-17 16:23:49 +02:00
Detlef Riekenberg 3a2dfbd4e4 shlwapi: Add a stub for SHSetDefaultDialogFont. 2008-09-10 11:08:20 +02:00
Reece Dunn 261a39a008 shlwapi: Fixed the url tests on Vista. 2008-09-08 14:09:09 +02:00
Alexandre Julliard b63c648656 shlwapi/tests: Avoid sizeof in traces. 2008-09-05 11:25:21 +02:00
Hongbo Ni 7d35b15539 shlwapi: Add simplified and traditional Chinese resources. 2008-09-04 11:42:38 +02:00
James Hawkins 3e76eacbfd shlwapi: Fix a few failing tests in Vista. 2008-09-03 13:14:51 +02:00
Paul Vriens cea45c5339 shlwapi/tests: Don't test unimplemented functions. 2008-09-02 13:28:39 +02:00
Louis Lenders 58efbe97ec shlwapi: Fix UrlUnEscape to expand URLs in-place even if the output buffer is NULL. 2008-08-28 13:15:27 +02:00
Louis Lenders d571636dbc shlwapi: Add test showing UrlUnEscape should convert the url in place when URL_UNESCAPE_INPLACE is set. 2008-08-28 13:12:53 +02:00
Detlef Riekenberg a34f4ae848 shlwapi/tests: Add tests for UrlApplyScheme. 2008-08-27 13:21:23 +02:00
Detlef Riekenberg b331b1a3ed shlwapi: Fix results for UrlApplyScheme. 2008-08-27 13:21:23 +02:00
Detlef Riekenberg 177c2a2798 shlwapi: Fix parameters for RegQueryValueExW to read the default value. 2008-08-27 13:21:23 +02:00
Paul Vriens 0bafb78755 shlwapi/tests: Fix a test on Vista. 2008-08-27 13:21:20 +02:00
Rob Shearman 9dd75ea093 shlwapi: Fix testing of HRESULT types with not operator instead of comparing against S_OK.
This makes it more obvious what the code is doing.
2008-08-18 17:34:12 +02:00
Reece Dunn aa584f146a shlwapi: Fixed the string tests on Vista. 2008-08-05 14:09:34 +02:00
Detlef Riekenberg 139c214661 shlwapi/tests: Fix istream tests on win9x (GetTempPathW). 2008-08-04 14:21:54 +02:00
Detlef Riekenberg 63b8624a05 shlwapi/tests: Fix a buffer overflow that results in a crash on Win9x. 2008-07-28 14:27:28 +02:00
Juan Lang 87c3df1578 shlwapi: Use CharNextA to iterate through characters in PathAddBackslashA. Fixes problems with MBCS paths. 2008-07-28 11:32:08 +02:00
Andrew Talbot dd0a22420a shlwapi: Remove unneeded address-of operator from array name. 2008-07-14 11:50:15 +02:00
Alistair Leslie-Hughes d2cce3284a shlwapi: Fix tests under w2k8. 2008-07-10 20:21:21 +02:00
Jacek Caban c086429465 shlwapi: Fixed handling mk protocol URLs in UrlCombineW. 2008-07-10 12:17:51 +02:00
Jacek Caban a4ea1c608a shlwapi: Fixed UrlCanonicalizeW for URLs without slashes after scheme. 2008-07-10 12:17:44 +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
Jon Griffiths 938ab8a633 Fix minor comment typos. 2008-07-07 14:26:08 +02:00
Hans Leidekker 96b89623af shlwapi: Add a couple of tests for UrlUnescape. 2008-06-30 15:09:20 +02:00
Mikołaj Zalewski 9c030d4660 shlwapi: UrlCanonicalize should strip all the characters <= 32 from the end of the string. 2008-06-30 13:26:40 +02:00
Francois Gouget e0338be2d4 shlwapi: Don't use Unix functions for case sensitive string comparisons. 2008-06-26 21:08:32 +02:00
Paul Vriens 99deb5ca2c shlwapi/tests: Fix another test on Vista. 2008-06-25 10:39:35 +02:00
Paul Vriens f88a3c569e shlwapi/tests: Fix a test on Vista. 2008-06-25 10:39:31 +02:00
Petr Dlouhý 283012cc95 shlwapi: UrlCanonicalize will canonize address in format "file://localhost/c:/" correctly. 2008-06-21 11:36:29 +02:00
Paul Vriens c81c11f72d shlwapi/tests: Don't create testfile at a fixed location. 2008-06-11 11:27:39 +02:00
Paul Vriens 6689994362 shlwapi/tests: Don't create testfile at a fixed location. 2008-06-06 15:27:01 +02:00
Paul Vriens 64444ebe94 janitorial: Close COM after tests. 2008-05-19 23:10:01 +02:00
Mikołaj Zalewski 14a42f802d Make Swedish use SUBLANG_NEUTRAL. 2008-05-19 16:09:13 +02:00
Jens Albretsen 67afde8504 shlwapi: Added Danish translation. 2008-05-05 13:35:50 +02:00
Alexandre Julliard dad21bbcbf makefiles: List the static libraries as normal imports instead of extra libs. 2008-04-30 14:23:55 +02:00
Andrew Talbot af3055e2e1 shlwapi: Remove unused variables. 2008-04-29 12:37:54 +02:00
Reece Dunn 48f39dc995 shlwapi/tests: Add 'res:' protocol tests for UrlCanonicalize. 2008-04-24 11:49:26 +02:00
Reece Dunn eb139e44a7 shlwapi/tests: Improve the way that the UrlCanonicalize tests report failure. 2008-04-23 14:32:16 +02:00
Austin English aab8fae59a Spelling fixes. 2008-04-21 14:25:05 +02:00
Reece Dunn cd16e22252 shlwapi/tests: Fix the return codes for Windows 2000 (without IE6 installed). 2008-04-21 12:10:36 +02:00
Reece Dunn fa7f16562e shlwapi/tests: Enumerate the STGM sharing modes in the SHCreateStreamOnFile tests. 2008-04-17 13:13:06 +02:00
Reece Dunn 8ea25acd73 shlwapi: Fixed the todo blocks in the SHCreateStreamOnFile tests. 2008-04-17 13:13:06 +02:00
Rok Mandeljc 406507423b shlwapi: Added Slovenian translation. 2008-04-08 11:57:10 +02:00
Reece Dunn 33f788f7cb shlwapi/tests: Fixed the wide-character strings. 2008-04-04 11:04:49 +02:00
Paul Vriens 428543d9ea shlwapi/tests: Turn printf into trace or skip. 2008-04-02 19:54:56 +02:00
Reece Dunn 47abba0257 shlwapi/tests: Loop over the STGM access modes when testing the SHCreateStreamOnFile methods. 2008-04-01 13:16:17 +02:00
Vitaliy Margolen 2dddbe2f18 shlwapi: Add Russian translation. 2008-03-28 09:53:32 +01:00
Reece Dunn de3c19c2f0 shlwapi: Added basic tests for the SHCreateStreamOnFile IStream implementation. 2008-03-27 17:47:38 +01:00
Reece Dunn 2679453f04 shlwapi: Added STGM_TRANSACTED tests for SHCreateStreamOnFileA/W/Ex. 2008-03-27 17:47:31 +01:00