Sweden-Number/dlls/msi/tests
Nathan Gallaher f7ba4b2ec0 msi/tests: Test for SELECT table.column FROM table.
Make sure that mixing table columns returns the expected
data. eg:  SELECT t1.action, t2.action FROM t1, t2
should return distinct data.
2009-11-24 15:54:00 +01:00
..
Makefile.in tests: Don't depend on the static uuid libraries in the tests. 2008-07-08 17:51:45 +02:00
automation.c oleaut32: Ignore milliseconds in VarDateFromUdate implementation. 2009-11-19 11:35:40 +01:00
db.c msi/tests: Test for SELECT table.column FROM table. 2009-11-24 15:54:00 +01:00
format.c msi/tests: Fix format test when run on root drive directory. 2009-04-10 11:14:21 +02:00
install.c msi: Don't set the ALLUSERS property. 2009-11-17 16:05:27 +01:00
msi.c msi/tests: Fix a couple of user SID string leaks. 2009-10-27 10:53:42 +01:00
package.c msi/tests: Free the string returned from ConvertSidToStringSid. 2009-10-23 12:04:06 +02:00
record.c msi: Fix buffer length value returned by MSI_RecordGetStringW on null and empty strings. 2009-04-20 17:26:13 +02:00
source.c msi/tests: Fix a couple of user SID string leaks. 2009-10-27 10:53:42 +01:00
suminfo.c msi: Open the database read/write when the update count is greater than zero in MsiGetSummaryInformation. 2009-09-10 10:50:28 +02:00