shell32/tests: Fix a test failure on Vista and higher.
[wine] / dlls / shell32 / tests / shlfolder.c
2009-06-19  Paul Vriensshell32/tests: Fix a test failure on Vista and higher.
2009-06-18  Paul Vriensshell32/tests: Fix some test failures on Vista and...
2009-06-18  Paul Vriensshell32/tests: Fix a test failure on Vista and higher.
2009-06-18  Paul Vriensshell32/tests: Fix a test failure on Vista.
2009-06-18  Paul Vriensshell32/tests: Fix a test failure on Vista.
2009-05-22  Vincent Povirkshell32: Implement IShellItem_GetParent.
2009-05-22  Vincent Povirkshell32: Handle parent folders in SHCreateShellItem.
2009-05-22  Vincent Povirkshell32: Fail properly when no pidl is passed to SHCrea...
2009-05-22  Vincent Povirkshell32: Add test for SHCreateShellItem.
2009-04-24  Paul Vriensshell32/tests: Fix a test failure on Win98.
2009-04-24  Paul Vriensshell32/tests: Fix some test failures on Win9x and...
2009-04-23  Paul Vriensshell32/tests: Fix a test failure on Win95 and NT4.
2009-04-15  Paul Vriensshell32/tests: Fix some test failures on Vista.
2009-04-09  Nicolas Le Camshell32/tests: Fix ITEMIDLIST format test on Win2k...
2009-04-09  Nicolas Le Camshell32/tests: Skip FolderShortcut test on Win2k.
2009-04-09  Nicolas Le Camshell32/tests: Fix PropertyBag test on Win2k.
2009-04-09  Nicolas Le Camshell32/tests: Skip interactive part of SetNameOf test...
2009-04-09  Nicolas Le Camshell32/tests: Completly fix GetAttributesOf test when...
2009-04-07  Nicolas Le Camshell32/tests: Fix wrong comment and update test accord...
2009-04-07  Nicolas Le Camshell32/tests: Fix a test on WinNT and some Win95.
2009-04-06  Nicolas Le Camshell32/tests: Fix crash when launched from drive root...
2009-04-06  Nicolas Le Camshell32/tests: Fix GetAttributesOf tests on Win2k and...
2009-03-12  Paul Vriensshell32/tests: Fix a test failure on W2K and earlier.
2009-03-05  Paul Vriensshell32/tests: Skip some tests on Win95 because of...
2009-03-05  Paul Vriensshell32/tests: Make sure we test on Win95.
2009-03-05  Paul Vriensshell32/tests: Use the correct directory on Win95.
2009-02-05  Francois Gougetshell32/tests: Remove spaces before a '\n's.
2009-01-29  Aric Stewartshell32: In ParseDisplayName make use of shdocvw if...
2009-01-22  Paul Vriensshell32/tests: Fix a test on Win9x, WinME and W2K.
2009-01-22  Paul Vriensshell32/tests: Fix a test failure on Win9x and W2K.
2009-01-22  Paul Vriensshell32/tests: Use A-functions to test on Win9x.
2009-01-21  Paul Vriensshell32/tests: Fix a test failure on some platforms.
2008-12-05  Paul Vriensshell32/tests: Fix some new test failures on W2K.
2008-12-05  Vincent Povirkshell32: Add test for localized filenames in desktop...
2008-10-08  Michael Stefaniucshell32/tests: Use FAILED instead of !SUCCEEDED.
2008-09-02  Paul Vriensshell32/tests: Don't test unimplemented functions.
2008-06-23  Alistair Leslie... shell32: Stop crash when an error occurs.
2008-06-10  Alistair Leslie... shell32: Stop shlfolder tests crashing under win98.
2008-03-14  Stefan Leichtershell32: Fix SHGetFolderPathAndSubDir tests.
2008-03-04  Stefan Leichtershell32: Added tests for SHGetFolderPathAndSubDirA.
2007-12-18  Francois Gougetshell32/tests: Use GetProcAddress() on SHGetPathFromIDL...
2007-12-18  Francois Gougetshell32/tests: Copy the PathRemoveBackslashA() and...
2007-03-28  Francois GougetRemove unneeded checks on the GetModuleHandle() return...
2007-02-14  Francois GougetAssorted spelling fixes.
2007-02-09  Francois Gougetshell32/tests: Fix test_GetDisplayName() to cope with...
2007-02-09  Francois Gougetshell32/tests: ILFree() and ILIsEqual() are exported...
2007-01-06  Francois Gougetshell32/tests: Print GetLastError() in decimal with...
2006-12-11  Marcus Meissnermade functions and variables static in some testcases.
2006-10-30  Paul Vriensshell32: Cast-qual warnings fix.
2006-10-09  Hans Leidekkershell32/tests: Win64 printf format warning fixes.
2006-09-29  Francois GougetFix rpcndr.h so it takes CONST_VTABLE into account.
2006-07-11  Juan Langshell32: Always NULL-terminate path in SHGetPathFromIDList.
2006-05-24  Alexandre JulliardTests should not use wine/unicode.h.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-02  Alexandre JulliardFixed some compiler warnings on old gcc versions.
2006-02-27  Michael Jungshell32/tests: Added test for Desktop::ParseDisplayName...
2006-02-11  Martin Fuchsshell32: SHELL32_GetItemAttributes()
2006-01-16  Michael Jungunixfs: Fix SetNameOf.
2006-01-03  Michael Jungshell32/unixfs: Added unicode support in folder and...
2005-12-22  Michael Jungshell32: Added some test to document native ITEMIDLIST...
2005-12-20  Michael Jungshell32/tests: Fixed a test failing on WinXP.
2005-12-12  Paul Vriensshell32/tests/shlfolder.c: ILFindLastID has to be calle...
2005-12-02  Michael JungAdded a test for native PIDL format.
2005-11-28  Martin FuchsCorrectly call HCR_GetFolderAttributes() in SHELL32_Get...
2005-11-09  Saulius KrasuckasDisable code that segfaults on Win98 SE.
2005-11-05  Michael Jung- Move target folder initialization to a dedicated...
2005-11-03  Michael JungAdded some more unit tests for FolderShortcut objects.
2005-11-03  Alexandre JulliardAuthors: Vitaliy Margolen <wine-patch@kievinfo.com...
2005-10-27  Michael JungImplemented UnixFolder's IPersistPropertyBag::Load...
2005-10-06  Francois GougetUse "static const" rather than "const static" as gcc...
2005-09-07  Michael JungRemoved two todo_wine's around tests that meanwhile...
2005-09-07  Michael JungDon't clone pidlLast in SHBindToParent.
2005-09-06  Saulius KrasuckasSHELL32.ILFindLastID is exported by ordinal.
2005-08-29  Michael JungAdded test to show that Windows does not allocate a...
2005-08-23  Michael JungAdded some tests for CLSID_FolderShortcut objects.
2005-08-22  Saulius KrasuckasMake file operations succeed on Win9x too.
2005-08-16  Francois GougetDynamically load StrRetToBufW(). This lets shell32_test...
2005-08-15  Saulius KrasuckasXP returns E_INVALIDARG on failure.
2005-08-12  Saulius KrasuckasWin98 returns HRESULT_FROM_WIN32(ERROR_FILE_NOT_FOUND...
2005-08-11  Steven EdwardsCorrect definition of SFGAO_STORAGEANCESTOR.
2005-08-08  Saulius KrasuckasRemove trailing backslash.
2005-08-08  Saulius KrasuckasWine and NT4 returns E_FAIL on failure.
2005-08-02  Saulius KrasuckasAdded test for IShellFolder_ParseDisplayName.
2005-07-11  Francois GougetAssorted spelling fixes.
2005-07-08  Michael JungReturn correct HRESULT code in UnixFolder's IEnumIDList...
2005-06-30  Saulius KrasuckasPrepare for adding new tests.
2005-06-29  Vitaliy MargolenILFree is not available on all versions.
2005-06-27  Saulius KrasuckasAdditional test cases for IShellFolder_BindToObject.
2005-06-24  Michael JungAdded tests for ShellFolder's CallForAttributes value.
2005-06-22  Saulius Krasuckas- Move test init code back to START_TEST(shlfolder).
2005-06-21  Saulius KrasuckasCleanup the shlfolder test a bit more.
2005-06-20  Stefan LeichterMake shell32 tests loadable on NT4.
2005-06-17  Francois GougetAssorted spelling fixes.
2005-06-16  Michael JungTest GetAttributesOf on the MyComputer shellfolder.
2005-06-15  Michael JungAdded tests for SHGetPathFromIDList.
2005-06-14  Michael JungReplace magic error constant.
2005-06-14  Michael JungReturn the correct attributes for the desktop folder.
2005-06-14  Michael JungAdded tests to compare SHGetPathFromIDList and GetDispl...
2005-06-09  Saulius KrasuckasGet current directory during tests on win9x too.
2005-06-07  Mike McCormackWarning fixes for -Wmissing-declarations and -Wwrite...
next