Stub implementations for functions handling paged search results.
[wine] / dlls / msi / tests /
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.