msi: Make MsiConfigureFeature a bit more robust.
[wine] / dlls / msi / tests /
2006-07-24  Mike McCormackmsi: Make MsiConfigureFeature a bit more robust.
2006-07-24  Mike McCormackmsi: Add a test case for MsiGetFileHash.
2006-07-24  James Hawkinsmsi: Add tests for component and feature states.
2006-07-13  James Hawkinsmsi: Update the files target paths as well, because...
2006-07-11  James Hawkinsmsi: Test how SetTargetPath affects the target paths...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore .ok files in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore testlist.c in all tests...
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-07-06  Mike McCormackmsi: Add a test for MsiGetComponentPath and make it...
2006-06-26  Andrey Turkinmsi: Disable some path validity checks in MsiSetTargetPath.
2006-06-23  James Hawkinsmsi: Add tests for components that aren't associated...
2006-06-19  Andrew Talbotmsi/tests: Write-strings warnings fixes.
2006-06-16  Andrey Turkinmsi: Added tests for MsiSetTargetPath.
2006-06-15  James Hawkinsmsi: Add tests for MsiInstallProduct.
2006-06-15  Mike McCormackmsi: Add test for _Streams table (based on patch by...
2006-06-14  Mike McCormackmsi: Add a test for reading long strings.
2006-06-14  Mike McCormackmsi: Add a test for creating a record with a long string.
2006-06-14  Mike McCormackmsi: Add a test for MsiDatabaseExport.
2006-06-12  Mike McCormackmsi: Add some more test cases for INSERT.
2006-06-12  Mike McCormackmsi: Add some more MsiFormatRecord tests.
2006-06-12  Mike McCormackmsi: Add tests for creating packages and formatting...
2006-06-12  Mike McCormackmsi: Delete any databases we create at the end of each...
2006-06-12  Mike McCormackmsi: Fix compilation on msvc6.
2006-06-12  Mike McCormackmsi: Remove an inconsistent test.
2006-06-12  Mike McCormackmsi: Fix some test cases to pass against win2k.
2006-06-12  Mike McCormackmsi: Add some test cases for "SELECT ... WHERE condition".
2006-06-07  EA Durbinmsi/tests: Fixed a typo.
2006-06-05  Huw Daviesmsi: Add some integer condition tests.
2006-05-30  Andrew Ziemmsi: Increase verbosity in some failing tests.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-15  Francois GougetVarious trace fixes.
2006-04-17  Mike McCormackmsi: Fix some possible NULL pointer dereferences (Cover...
2006-04-11  Mike McCormackmsi: Add some more MsiFormatRecord tests.
2006-03-20  Robert Shearmanmsi: Add a test for MsiFormatRecord with integer fields.
2006-03-09  Mike McCormackmsi: Make sure to run tests for MsiEvaluateCondition.
2005-12-21  Bill Medlandmsi: Prevent array underflow in MsiFormat when measurin...
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-11-14  Mike McCormackEmpty strings are not equal to any number, so all compa...
2005-11-14  Mike McCormackFix comparison of empty properties to numbers and add...
2005-11-10  Francois GougetAssorted spelling and case fixes.
2005-11-09  Mike McCormackFix passing of NULL pointers to MsiDecomposeDescriptor...
2005-11-05  Saulius KrasuckasWin9x returns MSIDBERROR_NOERROR.
2005-11-02  Mike McCormackNULL and empty strings are the same in conditions.
2005-11-02  Mike McCormackFix parameter handling in MsiSetTargetPath, and add...
2005-10-31  Mike McCormackFix and test MsiGetProperty and MsiSetProperty.
2005-10-31  Mike McCormackImprove MsiUseFeatureEx and MsiGetFeatureState a little...
2005-10-29  Mike McCormackAdd a bunch of tests for MsiEvaluateCondition and make...
2005-09-28  Mike McCormackFix and test MsiViewGetColumnInfo and binary fields.
2005-09-26  Mike McCormackFix handle leaks in the test cases.
2005-09-13  Mike McCormackFix the handling of MsiGetTargetPath args (with test...
2005-09-13  Mike McCormackFix the handling of MsiDoAction args (with test case).
2005-09-07  Mike McCormack- add test for MsiGetSourcePath
2005-09-06  Alexandre JulliardAuthors: Mike McCormack <mike@codeweavers.com>, Aric...
2005-09-06  Mike McCormack- fix MsiSummaryInfoGetProperty to return ERROR_MORE_DA...
2005-09-06  Saulius KrasuckasOlder platforms choke on a NULL as the third parameter to
2005-08-24  Mike McCormackTest case for MsiModifyView and MsiViewGetError.
2005-06-20  Stefan HuehnerFix more -Wstrict-prototypes warnings.
2005-05-29  Mike McCormack-Wmissing-declarations and -Wwrite-strings warning...
2005-05-27  Alexandre JulliardAuthors: Mike McCormack <mike@codeweavers.com>, Aric...
2005-05-27  Mike McCormackTest and fix the size of stream fields in a record.
2005-05-19  Mike McCormackOnly tables can be backquoted, strings must be single...
2005-05-07  Aric StewartCorrect a missing MsiCloseHandle().
2005-04-20  Mike McCormackTest MsiSummaryInfoGetProperty reading an empty property.
2005-04-19  Francois GougetAdd trailing '\n's to ok() calls.
2005-03-22  Jakob ErikssonWindows 98 doesn't like it when we delete the tempfile.
2005-03-22  Aric StewartTest package creation.
2005-03-19  Mike McCormack- test cases for summary information
2005-02-26  Dmitry TimoshkovRemove a temporary msi database file.
2005-01-31  Aric StewartSetting a record to an empty string is the same as...
2005-01-27  Mike McCormackTest different types of dodgy queries.
2005-01-26  Mike McCormackFix MsiRecordSetString for NULL strings and update...
2005-01-25  Mike McCormackImplement, test and document MsiDecomposeDescriptor.
2005-01-20  Mike McCormackFix and test inserting records.
2005-01-10  Francois GougetAssorted spelling fixes.
2005-01-09  Mike McCormackImplement MsiRecordSetStreamA/W and add tests for recor...
2005-01-06  Mike McCormackAdd test for records.
2005-01-05  Mike McCormackAdd a simple test case for MSI databases.