shell32/tests: Make sure all created files can be removed.
[wine] / dlls / msi / tests /
2009-06-04  Hans Leidekkermsi/tests: Ignore case when comparing file names.
2009-06-04  Hans Leidekkermsi: Add more tests for MsiGetSourcePath.
2009-06-04  Hans Leidekkermsi: Add tests for importing a _SummaryInformation...
2009-06-04  Hans Leidekkermsi: Initialize some variables.
2009-05-28  Paul Vriensmsi/tests: Remove unused variable.
2009-05-27  Paul Vriensmsi/tests: Prevent crash when ConvertSidToStringSidA...
2009-05-27  Hib Erismsi: Add support for merging tables that are not in...
2009-05-27  Hib Erismsi/tests: Add test for merging tables that are not...
2009-05-27  Hib Erismsi: Fix merging tables with string primary keys.
2009-05-27  Hib Erismsi/tests: Add test for merging tables with string...
2009-05-27  Hib Erismsi: Add support for importing binary OBJECTS.
2009-05-26  Hib Erismsi/tests: Add test for importing binary OBJECTS.
2009-05-26  Hib Erismsi: Add support for binary OBJECTS.
2009-05-26  Hib Erismsi/tests: Add tests for binary OBJECTS.
2009-05-26  Francois Gougetmsi/tests: Tweak the get_user_sid() functions to simpli...
2009-05-19  Francois Gougetmsi/tests: Use win_skip() to skip over unimplemented...
2009-05-06  Hans Leidekkermsi: Reject NULL or empty patch package parameter in...
2009-05-05  Detlef Riekenbergmsi/tests: Run tests again with older msi versions...
2009-05-04  Nicolas Le Cammsi/tests: Fix MsiApplyMultiplePatches tests on Windows.
2009-05-01  Hans Leidekkermsi: Implement MsiApplyMultiplePatchesA/W.
2009-04-28  Hib Erismsi: Fix LONGCHAR column data type.
2009-04-28  Hib Erismsi/tests: Test type for LONGCHAR columns.
2009-04-28  Hib Erismsi: Fix SHORT column data type.
2009-04-28  Hib Erismsi/tests: Test type for INTEGER, SHORT, LONG columns.
2009-04-28  Hib Erismsi: Fix INT column data type.
2009-04-28  Hib Erismsi/tests: Test type for INT column.
2009-04-23  Nicolas Le Cammsi/tests: Fix package test when run on a different...
2009-04-23  Nicolas Le Cammsi: Fix ACTION_AppSearchDr on empty path.
2009-04-23  Nicolas Le Cammsi/tests: Add empty dir test for the DrLocator part...
2009-04-20  Nicolas Le Cammsi: Fix buffer length value returned by MSI_RecordGetS...
2009-04-20  Nicolas Le Cammsi/tests: Test MsiRecordGetString on null and empty...
2009-04-20  Detlef Riekenbergmsi/tests: Replace lstrcatW with memcpy to fix failures...
2009-04-20  Michael Stefaniucmsi/tests: Replace long with LONG.
2009-04-10  Nicolas Le Cammsi/tests: Fix test when content indexing is disabled.
2009-04-10  Nicolas Le Cammsi/tests: Fix format test when run on root drive direc...
2009-04-07  Ge van Geldorpmsi/tests: Handle running the tests as a domain user.
2009-03-30  Detlef Riekenbergmsi/tests: Fix a copy & paste typo in a test message.
2009-03-30  Detlef Riekenbergmsi/tests: Verify path names case insensitively.
2009-03-27  Hans Leidekkermsi: Allocate token information buffer dynamically.
2009-03-27  Hans Leidekkermsi: Add tests for MsiEnumProducts.
2009-03-27  Hans Leidekkermsi: Enumerate products from all contexts.
2009-03-26  Alexandre Julliardmsi/tests: Avoid size_t in traces.
2009-03-25  Hans Leidekkermsi: Add some tests for MsiQueryFeatureState.
2009-03-23  James Hawkinsmsi: Handle a NULL and empty szPackagePath in MsiInstal...
2009-03-23  James Hawkinsmsi: Don't try to release a NULL record, with tests...
2009-03-23  James Hawkinsmsi: Test and handle the case where the SourceList...
2009-03-23  James Hawkinsmsi: Factor out the MsiEnumPatchesEx tests and test...
2009-03-23  Aric Stewartmsi: Reorder the condition operators so that longer...
2009-03-12  Paul Vriensmsi/tests: Fix a test for systems with %TEMP% being...
2009-03-12  Hans Leidekkermsi: Fix handling of REINSTALL overrides.
2009-03-03  Paul Vriensmsi/tests: Fix a test failure on Win95.
2009-03-02  James Hawkinsmsi: Handle reading from a NULL stream.
2009-03-02  James Hawkinsmsi: Don't treat carriage returns as spaces.
2009-03-02  James Hawkinsmsi: Don't allow nested quotes in SQL queries.
2009-03-02  James Hawkinsmsi: Add missing calls to MsiViewClose.
2009-03-02  James Hawkinsmsi: The PATH environment variable can be longer than...
2009-03-02  James Hawkinsmsi: The _Streams and _Storages table are special and...
2009-03-02  James Hawkinsmsi: Column attributes for temporary string and int...
2009-03-02  James Hawkinsmsi: Order primary keys to be first in the column list...
2009-03-02  James Hawkinsmsi: Correctly order transposed column values in the...
2009-02-26  Hans Leidekkermsi: Add reinstall tests.
2009-02-26  James Hawkinsmsi: Fix a failing test on win9x.
2009-02-26  James Hawkinsmsi: Trace the username to help debug test failures...
2009-02-26  James Hawkinsmsi: Fix a failing test on win9x.
2009-02-26  James Hawkinsmsi: Don't create a temporary table that is not held.
2009-02-26  James Hawkinsmsi: A non-temporary table cannot have a temporary...
2009-02-26  James Hawkinsmsi: The _Tables and _Columns tables have no persistenc...
2009-02-26  James Hawkinsmsi: Make sure the view being updated is the same view...
2009-02-26  James Hawkinsmsi: Set field zero to the name of the table containing...
2009-02-26  James Hawkinsmsi: Add tests for field zero of a record.
2009-02-26  James Hawkinsmsi: Make sure a constant string's quotes match up.
2009-02-25  Alexandre Julliardmsi/tests: Add some tests for MsiEnumPatchesW, fix...
2009-01-29  Alasdair Sinclairmsi/tests: Fix missing void in empty parameter list.
2009-01-26  Nikolay Sivovmsi: Fix NULL dereference in MsiQueryComponentStateW...
2009-01-20  Ge van Geldorpmsi/tests: EstimatedSize is not set consistently betwee...
2009-01-19  Ge van Geldorpmsi/tests: Double nul-terminate REG_MULTI_SZ values.
2009-01-19  Ge van Geldorpmsi/tests: Windows Installer 3.0 often returns ERROR_IN...
2009-01-19  Andrew Nguyenmsi/tests: Fix a few handle leaks.
2009-01-15  Michael Stefaniucmsi/tests: Remove superfluous pointer casts.
2009-01-14  Michael Stefaniucinclude: Change to LONG/ULONG in fci.h for Win64 compat...
2009-01-12  Ge van Geldorpmsi/tests: Opening package with relative filename somet...
2009-01-08  Alexandre Julliardmsi/tests: Use CreateFile instead of OpenFile to avoid...
2009-01-08  Paul Vriensmsi/tests: Skip some tests if we don't have enough...
2009-01-05  Michael Stefaniucmsi: Change MSIHANDLE to ULONG for Win64 compatibility.
2009-01-03  Alexandre Julliardmsi/tests: Fix pointer casting warnings on 64-bit.
2009-01-03  Alexandre Julliardmsi/tests: Add CDECL to the cabinet callback functions.
2008-12-20  Alexandre Julliardmsi/tests: Avoid sizeof in traces.
2008-12-18  Aric Stewartmsi: Fix some NULL checking in MSI_RecordGetStringA.
2008-12-16  Paul Vriensmsi/tests: Run tests again on Win9x and NT4.
2008-12-15  James Hawkinsmsi: Add tests for MsiGetPatchInfo.
2008-12-15  Francois Gougetmsi/tests: Make enum_stream_names() and package_RegDele...
2008-12-11  Paul Vriensmsi/tests: Skip tests on win9x due to different registr...
2008-12-10  Paul Vriensmsi/tests: Run tests again on Win9x and NT4.
2008-12-09  James Hawkinsmsi: Add tests for MsiGetProductProperty.
2008-12-09  James Hawkinsmsi: Add tests for MsiEnumPatches.
2008-12-09  James Hawkinsmsi: Add tests for MsiEnumPatchesEx.
2008-11-17  Paul Vriensmsi/tests: Skip tests on win9x by checking functionalit...
2008-11-13  Paul Vriensmsi/tests: Skip some tests on Win9x and WinMe.
2008-11-11  Paul Vriensmsi/tests: Fix some test failures on Win9x and WinMe.
2008-11-04  James Hawkinsmsi: Factor out the table insertion code.
next