Allocate memory rather than using fixed length buffers.
[wine] / dlls / msi / tests /
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.