shlwapi/tests: Improve the way that the UrlCanonicalize tests report failure.
[wine] / dlls / shlwapi / tests /
2008-04-23  Reece Dunnshlwapi/tests: Improve the way that the UrlCanonicalize...
2008-04-21  Reece Dunnshlwapi/tests: Fix the return codes for Windows 2000...
2008-04-17  Reece Dunnshlwapi/tests: Enumerate the STGM sharing modes in...
2008-04-17  Reece Dunnshlwapi: Fixed the todo blocks in the SHCreateStreamOnF...
2008-04-04  Reece Dunnshlwapi/tests: Fixed the wide-character strings.
2008-04-02  Paul Vriensshlwapi/tests: Turn printf into trace or skip.
2008-04-01  Reece Dunnshlwapi/tests: Loop over the STGM access modes when...
2008-03-27  Reece Dunnshlwapi: Added basic tests for the SHCreateStreamOnFile...
2008-03-27  Reece Dunnshlwapi: Added STGM_TRANSACTED tests for SHCreateStream...
2008-03-25  Reece Dunnshlwapi: Added SHCreateStreamOnFileEx tests.
2008-03-25  Reece Dunnshlwapi: Added SHCreateStreamOnFileW tests.
2008-03-25  Reece Dunnshlwapi: Added SHCreateStreamOnFileA tests.
2008-03-05  Francois Gougetshlwapi/tests: Skip the string tests for the functions...
2008-03-05  Francois Gougetshlwapi/tests: The function pointers are global so...
2008-03-05  Francois Gougetshlwapi/tests: Add skip statements for missing function...
2008-03-03  Marcus Meissnershlwapi: Handle buffer overflow on A->W converter.
2008-02-28  Jacek Cabanshlwapi: Added more tests.
2008-02-27  Maarten Lankhorstshlwapi: Don't add a trailing slash in the case that...
2008-01-16  Francois GougetFix spelling error in the generated conformance test...
2008-01-10  Lei Zhangshlwapi: Fix a return value in UrlEscapeA.
2008-01-10  Lei Zhangshlwapi: Check more arguments to UrlEscapeA.
2008-01-10  Lei Zhangshlwapi: Check an argument to UrlEscapeA.
2008-01-10  Lei Zhangshlwapi: Additional UrlEscapeA tests.
2007-12-11  Alistair Leslie... shlwapi: Fix memory leak in test.
2007-11-12  Jacek Cabanshlwapi: Added SHPackDispParams test.
2007-10-29  Gerald Pfeifershlwapi/tests: Remove overly aggressive const declarati...
2007-10-16  Alexandre Julliardshlwapi/tests: Make local variables static and const.
2007-10-16  Detlef Riekenbergshlwapi/test: Test dwSize for UrlCanonicalizeA/W.
2007-10-16  Detlef Riekenbergshlwapi/tests: Move URL testing functions from path...
2007-08-23  Rob Shearmanshlwapi: Fix UrlCombineW for absolute URLs without...
2007-08-08  Paul Vriensshlwapi/tests: Use GetModuleHandleA instead of LoadLibr...
2007-06-27  Michael Stefaniucjanitorial: Remove superfluous casts of void pointers...
2007-06-07  Francois GougetAssorted spelling fixes.
2007-05-29  Francois Gougetshlwapi/tests: The PSDK does not define IID_IDelayedRel...
2007-05-11  Damjan Jovanovicshlwapi: Fix UrlCanonicalizeW's handling of filesystem...
2007-04-24  Mikołaj Zalewskishlwapi: Fix the handling of overflows in PathCombine...
2007-03-28  Francois GougetRemove unneeded checks on the GetModuleHandle() return...
2007-03-12  Stefan HuehnerChange some functions arguments from () -> (void).
2007-02-12  Jacek Cabanshlwapi: Fix handling mk URLs.
2007-02-05  Mikołaj Zalewskishlwapi: Test string functions when buffer is too small.
2007-02-05  Jacek Cabanshlwapi: Don't unescape url in UrlCombineW with URL_FIL...
2007-01-09  Francois Gougetshlwapi/tests: Print GetLastError() in decimal with...
2007-01-08  Jacek Cabanshlwapi: Forward CLSIDFromProgIDWrap to ole32 (with...
2006-12-24  Louis Lendersshlwapi: Fix a failing test.
2006-12-15  Paul Vriensshlwapi/tests: Fix typos.
2006-12-14  Francois Gougetshlwapi/tests: Replace some '#if 0's with 'if (0)'s.
2006-12-08  Alexandre Julliardshlwapi: Fixed string tests for non-English locales.
2006-11-24  Francois Gougetshlwapi/tests: Remove unneeded NONAMELESS* macros.
2006-11-13  Hans Leidekkershlwapi: UrlEscapeA should fail with E_POINTER when...
2006-11-08  Andrey Turkinshlwapi: Implement GetShellSecurityDescriptor and test...
2006-10-23  Mikołaj Zalewskishlwapi: Test and fix StrRStrI[AW].
2006-10-23  Mikołaj Zalewskishlwapi/tests: Disable the StrFromTimeInterval tests...
2006-10-23  Mikołaj Zalewskishlwapi/tests: Enable the locale-dependent tests if...
2006-10-23  Mikołaj Zalewskishlwapi/tests: Make the string.c tests compile in Visua...
2006-10-12  Alexandre JulliardFixed some printf warnings caused by using sizeof.
2006-10-11  Ge van Geldorpwinapi_test: Regenerate tests.
2006-10-10  Paul Vriensshlwapi: Cast-qual warnings fix.
2006-10-07  Hans Leidekkershlwapi/tests: Win64 printf format warning fixes.
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-20  Paul Vriensurl: Fixed wrong argument (Coverity).
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-09-07  Louis. Lendersshlwapi: Simple test for UrlCanonicalizeA.
2006-08-09  Huw Daviesshlwapi: Add tests for PathUnquoteSpaces.
2006-08-09  Andrew Talbotshlwapi/tests: Write-strings warnings fix.
2006-07-31  Jacek Cabanshlwapi: Change file path to URL in UrlCanonicalize.
2006-07-27  Jacek Cabanshlwapi: Change '/'->'\' only for file protocol in...
2006-07-13  James Hawkinsshlwapi: Add tests for PathCommonPrefixA.
2006-07-13  James Hawkinsshlwapi: Add tests for PathBuildRootA.
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore .ok files in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore testlist.c in all tests...
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-06-30  James Hawkinsshlwapi: Add tests for PathFindExtensionA.
2006-06-30  James Hawkinsshlwapi: Add tests for PathCanonicalize.
2006-06-28  James Hawkinsshlwapi: Add tests for PathAppendA.
2006-06-27  Andrey Turkinshlwapi: Test for UrlGetPart in case of file name.
2006-06-27  James Hawkinsshlwapi: Add tests for PathAddBackslash.
2006-06-27  James Hawkinsshlwapi: Add tests for PathCombineA.
2006-06-26  Paul Vriensshlwapi: PathCombineW should return NULL on invalid...
2006-06-13  Alexandre Julliardshlwapi/tests: Use lstrlenA instead of strlen in ok...
2006-05-24  Alexandre JulliardTests should not use wine/unicode.h.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-12  Peter Oberndorfershlwapi: Ignore leading spaces in PathMatchSpec.
2006-04-12  Peter Oberndorfershlwapi: Add tests for PathMatchSpec.
2006-02-16  Hans Leidekkershlwapi: Fix parameter check for UrlUnescapeA.
2006-01-11  Jacek Cabanshlwapi: UrlCanonicalize: fix URL_DONT_SIMPLIFY.
2005-12-26  Jacek Cabanshlwapi: Fix UrlCanonicalize.
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-11-10  Francois GougetRemove spaces before '\n' in traces.
2005-10-31  Stefan LeichterStop PathIsValidCharW tests after 100 failing tests.
2005-09-13  Alexandre JulliardRemove the 'L' suffix on a number of constants to avoid...
2005-08-27  Alexandre JulliardExplicitly import kernel32 in tests that use it.
2005-08-12  Richard CohenBlame ExpandEnvironmentStringsA for the failing NT4...
2005-08-09  Huw DaviesImplement and add tests for the FDSA functions.
2005-07-29  Mike McCormackgcc 4.0 warning fixes.
2005-07-13  Mike McCormackInterlocked LONG* gcc warning fixes.
2005-07-03  Mike McCormackAvoid warnings in generated tests by casting sizeof...
2005-06-27  Stefan HuehnerFix some -Wstrict-prototypes warnings.
2005-06-21  Stefan HuehnerFix some more -Wstrict-prototypes warnings.
2005-06-20  Stefan HuehnerFix more -Wstrict-prototypes warnings.
2005-06-14  Mike McCormackFixes for -Wmissing-declaration and -Wwrite-string...
next