shell32/tests: Comment out a test that crashes on windows nt 4.0.
[wine] / dlls / shell32 / tests / shlfileop.c
2006-06-30  Ivan Leoshell32/tests: Comment out a test that crashes on windo...
2006-06-08  Phil Lodwickshell32/tests: Test to make sure we can create a non...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-01-23  James Hawkinsshell32: Reimplement a factored SHFileOperation.
2006-01-03  Francois GougetAdd trailing '\n's to ok() calls.
2005-12-26  James Hawkinsshell32: Clean up the SHFileOperation tests.
2005-12-22  James Hawkinsshell32: Add tests for SHFileOperation's FO_MOVE command.
2005-12-22  James Hawkinsshell32: Add tests for SHFileOperation's FO_COPY command.
2005-12-22  James Hawkinsshell32: Add tests for SHFileOperation's FO_RENAME...
2005-12-22  James Hawkinsshell32: Add tests for SHFileOperation's FO_DELETE...
2005-12-21  James Hawkinsshell32: Remove the '.\\' prefix from filenames, becaus...
2005-11-10  Francois GougetRemove spaces before '\n' in traces.
2005-10-11  James HawkinsTest that the FO_COPY action creates output directories...
2005-08-08  Saulius KrasuckasRemove trailing backslash.
2005-06-20  Mike McCormackMake functions static.
2005-06-01  Mike McCormackEliminate some -Wwrite-strings warnings.
2005-05-06  Francois GougetAssorted spelling fixes.
2005-03-25  Paul VriensPrint retval in decimal to avoid confusion.
2005-03-22  Jakob ErikssonIf the device gets interrupted, we just give up.
2005-02-10  Francois GougetAssorted spelling fixes.
2004-12-06  Stefan LeichterFix missing imports of the test program on NT4.
2004-10-28  Rolf KalbermatterAdd test for SHCreateDirectoryEx function.
2004-01-26  Francois GougetAdd trailing '\n's to ok() calls.
2003-10-16  Rolf KalbermatterUse INVALID_FILE_ATTRIBUTES to test for failure of
2003-09-27  Rolf KalbermatterFix a return value in SHFileOperation and add some...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-07-09  Francois GougetSpelling fixes.
2003-04-01  Rolf KalbermatterFix test to succeed in Win 98/2K and most probably...
2003-01-14  Francois GougetRemove (POINTER)NULL casts.
2002-11-15  Patrik StridvallMade tests compile on Windows.
2002-10-29  Patrik StridvallFixed tests to compile with MS C on Windows.
2002-09-17  Francois GougetChange the #include order so that these tests compile...
2002-09-04  Andriy PalamarchukSHFileOperationA: improved, implemented FO_MOVE action...
2002-08-27  Andriy PalamarchukSHFileOperation: Implemented the FO_RENAME action,...