setupapi: Close the target file before issuing SPFILENOTIFY_FILEEXTRACTED.
[wine] / dlls / setupapi / tests / misc.c
2010-12-29  Greg Geldorpsetupapi/tests: Uninstall .pnf if uninstall of .inf...
2010-12-27  André Hentschelsetupapi/tests: Don't test function directly when repor...
2010-12-27  André Hentschelsetupapi/tests: Better clean up if SetupUninstallOEMInf...
2010-06-16  Andrew Nguyensetupapi: Only extract the first MSZIP cabinet file...
2010-06-16  Andrew Nguyensetupapi: Exhaustively test the invalid parameter handl...
2009-10-09  Paul Vrienssetupapi/tests: Fix some test failures on Win98.
2009-10-07  Paul Vrienssetupapi/tests: Cleanup after SetupCopyOEMInf() tests.
2009-09-28  Ge van Geldorpsetupapi/tests: Add acceptable error code for Win7.
2009-05-18  Paul Vrienssetupapi: Fix passing a NULL parameter (Coverity).
2009-04-24  Paul Vrienssetupapi/tests: Fix a test failure on Win98.
2009-02-23  Francois Gougetsetupapi/tests: Use win_skip() to skip over unimplement...
2008-12-17  Paul Vrienssetupapi/tests: Fix a test failure on Vista (and skip...
2008-12-05  Vincent Povirksetupapi/tests: Fix string format warnings.
2008-10-21  Paul Vrienssetupapi/tests: Fix a failure on win98.
2008-09-12  Paul Vrienssetupapi/tests: Fix two failures on win98.
2008-07-21  Hans Leidekkersetupapi: Fix two memory leaks in the test.
2007-05-29  Francois Gougetsetupapi/tests: There is no strncasecmp() on Windows...
2007-05-08  Paul Vrienssetupapi/tests: SetupQueryInfOriginalFileInformationA...
2007-05-04  Rob Shearmansetupapi: Partially implement SetupQueryInfOriginalFile...
2007-04-26  Paul Vrienssetupapi/tests: SetupCopyOEMInfA is not available on...
2007-04-10  Hans Leidekkersetupapi: Implement SetupGetFileCompressionInfo on...
2007-04-10  Paul Vrienssetupapi/tests: Run tests on win98 again.
2007-04-09  Alexandre Julliardsetupapi: Avoid using sizeof in traces.
2007-04-09  Hans Leidekkersetupapi: Add tests for SetupDecompressOrCopyFile.
2007-04-09  Hans Leidekkersetupapi: Add tests for SetupGetFileCompressionInfoEx.
2007-03-28  James Hawkinssetupapi: SetLastError to ERROR_SUCCESS on success.
2007-03-28  James Hawkinssetupapi: Correct the Inf output position.
2007-03-28  James Hawkinssetupapi: The Inf file should be copied regardless...
2007-03-28  James Hawkinssetupapi: Don't allow relative paths in SetupCopyOEMInf.
2007-03-27  James Hawkinssetupapi: Add several tests for SetupCopyOEMInf, with...