shell32: Don't try to check for the folder's existence if we don't have a path.
[wine] / dlls / shell32 / tests /
2012-02-08  Huw Daviesshell32: Zero-init the out parameter and fix the error...
2012-01-16  Detlef Riekenbergshell32/tests: Simple tests for IApplicationAssociation...
2012-01-16  Detlef Riekenbergshell32: Avoid crash on NULL pointer.
2012-01-16  Detlef Riekenbergshell32/tests: Start tests for IQueryAssociations.
2011-12-20  Francois Gougetinclude: Add a few missing include directives to shlguid.h.
2011-11-07  Alexandre Julliardshell32/tests: Avoid some array bounds warnings.
2011-10-26  Bruno Jesusshell32: Don't parse command line if numargs is NULL...
2011-10-19  Andrew Eikumshell32: ShellExec with empty operation should behave...
2011-10-18  Piotr Cabanshell32/tests: Fix uninitialized memory access (Valgrind).
2011-09-27  Thomas Fabershell32/tests: Fix build with MSVC.
2011-09-27  Francois Gougettests: Remove unneeded assert.h includes.
2011-09-26  André Hentschelshell32/tests: Don't test function directly when report...
2011-09-23  André Hentschelshell32/tests: Fix typos.
2011-09-21  Michael Stefaniucshell32: Remove casts to the type of the casted expression.
2011-09-21  Piotr Cabanshell32/tests: Added more SHChangeNotify tests.
2011-09-13  Nikolay Sivovshell32/tests: Make test explicit about return pointer.
2011-09-01  Octavian Voicushell32/tests: Add a todo for two recycle bin tests...
2011-08-31  André Hentschelshell32/tests: Fix checking the child strings.
2011-08-24  André Hentschelshell32/tests: Initial directory tests for ShellExecuteEx.
2011-08-04  Mariusz Plucińskishell32/tests: Add verification of FOLDERID_ProgramFile...
2011-08-04  Mariusz Plucińskishell32/tests: Add verification of known folders defini...
2011-08-04  Mariusz Plucińskishell32/tests: Add verification of known folders attrib...
2011-08-04  Frédéric Delanoytests: Assorted spelling fixes.
2011-08-04  Jay Yangshell32: Implement SHCreateDefaultContextMenu and CDefF...
2011-08-03  Mariusz Plucińskishell32/tests: Add verification of known folders parsin...
2011-08-02  Jay Yangshell32/tests: Add tests for SHCreateDefaultContextMenu.
2011-08-01  Mariusz Plucińskishell32/tests: Add checking some non-published known...
2011-08-01  Mariusz Plucińskishell32/tests: Add notification when expected known...
2011-08-01  Mariusz Plucińskishell32/tests: Add notification about unknown known...
2011-08-01  Mariusz Plucińskishell32/tests: Add verification of known folders relati...
2011-07-29  Octavian Voicushell32: Disable WOW64 redirection when converting...
2011-07-25  Mariusz Plucińskishell32/tests: Add verification of known folders parents.
2011-07-25  Mariusz Plucińskishell32/tests: Add verification of known folders catego...
2011-07-25  Mariusz Plucińskishell32/tests: Fix mistake in checking known folder...
2011-07-19  Mariusz Plucińskishell32: Fix FOLDERID_Document definition.
2011-07-19  Mariusz Plucińskishell32/tests: Add checking known folders' names.
2011-07-19  Michael Stefaniucshell32: Use FAILED instead of !SUCCEEDED.
2011-07-14  Francois Gougetshell32: Add a trailing '\n' to Wine trace calls.
2011-07-09  Jay Yangshell32: Implement SHQueryRecycleBin.
2011-07-09  Jay Yangshell32/tests: Add tests for SHQueryRecycleBin.
2011-07-05  Mariusz Plucińskishell32/tests: Remove duplicated test of known folder.
2011-07-05  Mariusz Plucińskishell32: Add support of KF_REDIRECT_DEL_SOURCE_CONTENTS...
2011-07-05  Mariusz Plucińskishell32: Add support of KF_REDIRECT_COPY_CONTENTS flag...
2011-07-04  Piotr Cabanshell32: Implement folder renaming in SHBrowseForFolder.
2011-07-04  Piotr Cabanshell32: Implement "make new folder" functionality...
2011-07-01  Mariusz Plucińskishell32: Check for known folder existance.
2011-07-01  Mariusz Plucińskishell32: IKnownFolder::SetPath modified to use redirect...
2011-06-29  Mariusz Plucińskishell32: Add support of known folders redirection to...
2011-06-29  Mariusz Plucińskishell32: Add support of known folders redirection to...
2011-06-29  Mariusz Plucińskishell32: Add support of parent folder to GetPath.
2011-06-29  Mariusz Plucińskishell32/tests: Modify tests of redirection to check...
2011-06-27  Marcus Meissnershell32: Remove superflous NULL check (Coverity).
2011-06-27  Francois GougetAssorted spelling fixes.
2011-06-24  Mariusz Plucińskishell32: Add IKnownFolder::SetPath() implementation.
2011-06-24  Mariusz Plucińskishell32: Add implementation of IKnownFolder::GetCategory.
2011-06-24  Mariusz Plucińskishell32/tests: Add test of IKnownFolder::GetCategory...
2011-06-22  Mariusz Plucińskishell32: Add IKnownFolder::GetPath support.
2011-06-22  Mariusz Plucińskishell32: Add support of registry-registered folders...
2011-06-22  Mariusz Plucińskishell32: Add IKnownFolderManager::UnregisterFolder...
2011-06-22  Mariusz Plucińskishell32: Add IKnownFolderManager::RegisterFolder implem...
2011-06-14  Mariusz Plucińskishell32/tests: Add tests for SHGet/SetKnownFolderPath...
2011-06-14  Mariusz Plucińskishell32/tests: Add test of redirecting known folders.
2011-06-14  Mariusz Plucińskishell32/tests: Add test of IKnownFolderManager::Registe...
2011-06-14  Mariusz Plucińskishell32/tests: Verify known folders available in system.
2011-06-13  Mariusz Plucińskishell32/tests: Add test of IKnownFolderManager::GetFold...
2011-06-10  Mariusz Plucińskishell32/tests: Test of IKnownFolder::GetFolderDefinition.
2011-06-10  Mariusz Plucińskishell32/tests: Basic tests of IKnownFolder.
2011-06-10  Mariusz Plucińskishell32/tests: Basic tests of IKnownFolderManager.
2011-05-25  Michael Stefaniucshell32/tests: COM cleanup in ebrowser.c.
2011-05-10  André Hentschelshell32/tests: Also test without flags.
2011-04-29  André Hentschelshell32: Add some selection tests.
2011-04-27  Michael Stefaniucshell32/tests: COM cleanup in shlfolder.c.
2011-03-16  Francois Gougetshell32/tests: Make test_ShellItemGetAttributes() static.
2011-03-15  Marcus Meissnershell32: memset only gets character (Coverity).
2011-03-07  Francois Gougetshell32/tests: Add a trailing '\n' to a skip().
2011-02-25  Austin Englishshell32/tests: Remove win9x hacks.
2011-02-14  Austin Englishshell32/tests: Don't check return values inside of...
2011-02-14  Austin Englishshell32/tests: Make sure a return value is used (LLVM...
2011-02-14  Austin Englishshell32/tests: Don't check return values inside of...
2011-02-14  Austin Englishshell32/tests: Make sure return values are used (LLVM...
2011-02-14  Austin Englishshell32/tests: Don't check return values inside of...
2011-02-14  Austin Englishshell32/tests: Don't check return values inside of...
2011-02-14  Austin Englishshell32/tests: Make sure return values are used (LLVM...
2011-02-09  Austin Englishshell32/tests: Don't check return values inside of...
2011-02-08  Alexander Morozovshell32: Partially implement FolderItem::get_Path.
2011-02-08  Alexander Morozovshell32: Implement Folder2::get_Self.
2011-02-04  Alexander Morozovshell32/tests: NT4 doesn't have the Folder2 interface.
2011-02-03  Alexander Morozovshell32/tests: Add tests for FolderItem::get_Path.
2011-02-01  Andrew Nguyenshell32: Store the autocompletion object pointer in...
2011-02-01  Andrew Nguyenshell32: Improve initialization state and parameter...
2011-02-01  Andrew Nguyenshell32/tests: Release the IAutoComplete interface...
2011-01-31  Nikolay Sivovshell32/tests: Fix a dependency on unimplemented functi...
2011-01-28  Alexander Morozovshell32: Partially implement Folder::get_Title.
2011-01-28  Alexander Morozovshell32: Implement IShellDispatch::NameSpace.
2011-01-27  Alexander Morozovshell32/tests: Fix test failure on some NT4.
2011-01-27  Greg Geldorpshell32/tests: Use long file name.
2011-01-26  Greg Geldorpshell32/tests: Remove shlwapi dependency.
2011-01-25  Vincent Povirkshell32: Test links to executable filenames lacking...
2011-01-24  Alexander Morozovshell32/tests: Add tests for IShellDispatch::NameSpace.
2011-01-24  Nikolay Sivovshell32/tests: Fix couple PIDL leaks in tests.
next