Andrew Talbot
|
685e7007e1
|
msi/tests: Write-strings warnings fixes.
|
2006-06-19 09:21:42 +02:00 |
Andrey Turkin
|
07edeb8394
|
msi: Added tests for MsiSetTargetPath.
|
2006-06-16 14:42:36 +02:00 |
James Hawkins
|
36bf71c174
|
msi: Add tests for MsiInstallProduct.
|
2006-06-15 18:05:53 +02:00 |
Mike McCormack
|
94dc36e5a6
|
msi: Add test for _Streams table (based on patch by Andrey Turkin).
|
2006-06-15 12:24:16 +02:00 |
Mike McCormack
|
863bc989b9
|
msi: Add a test for reading long strings.
|
2006-06-14 12:47:06 +02:00 |
Mike McCormack
|
2d323b3df8
|
msi: Add a test for creating a record with a long string.
|
2006-06-14 12:47:05 +02:00 |
Mike McCormack
|
d2dca89c52
|
msi: Add a test for MsiDatabaseExport.
|
2006-06-14 12:47:05 +02:00 |
Mike McCormack
|
a28ebdf7d4
|
msi: Add some more test cases for INSERT.
|
2006-06-12 16:04:31 +02:00 |
Mike McCormack
|
7f64332d11
|
msi: Add some more MsiFormatRecord tests.
|
2006-06-12 16:04:19 +02:00 |
Mike McCormack
|
bef879cb24
|
msi: Add tests for creating packages and formatting records.
|
2006-06-12 16:04:08 +02:00 |
Mike McCormack
|
f29ec238e8
|
msi: Delete any databases we create at the end of each test.
|
2006-06-12 16:03:57 +02:00 |
Mike McCormack
|
53041d8f73
|
msi: Fix compilation on msvc6.
|
2006-06-12 16:03:05 +02:00 |
Mike McCormack
|
3c81969a55
|
msi: Remove an inconsistent test.
|
2006-06-12 16:02:53 +02:00 |
Mike McCormack
|
a302ec19bd
|
msi: Fix some test cases to pass against win2k.
|
2006-06-12 15:56:54 +02:00 |
Mike McCormack
|
bbbcc2a1be
|
msi: Add some test cases for "SELECT ... WHERE condition".
|
2006-06-12 13:21:47 +02:00 |
EA Durbin
|
4e66d4791c
|
msi/tests: Fixed a typo.
|
2006-06-07 14:19:52 +02:00 |
Huw Davies
|
f5c72fd202
|
msi: Add some integer condition tests.
|
2006-06-05 21:00:49 +02:00 |
Andrew Ziem
|
f1b449942f
|
msi: Increase verbosity in some failing tests.
|
2006-05-30 19:30:30 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Francois Gouget
|
f7c24f37ad
|
Various trace fixes.
Add trailing '\n's to trace calls.
Remove spaces before '\n'.
|
2006-05-15 15:05:09 +02:00 |
Mike McCormack
|
a92fe55cce
|
msi: Fix some possible NULL pointer dereferences (Coverity).
|
2006-04-17 12:38:36 +02:00 |
Mike McCormack
|
8232e69492
|
msi: Add some more MsiFormatRecord tests.
|
2006-04-11 11:25:32 +02:00 |
Robert Shearman
|
d62aa01ec0
|
msi: Add a test for MsiFormatRecord with integer fields.
|
2006-03-20 12:01:43 +01:00 |
Mike McCormack
|
0b9960a1f9
|
msi: Make sure to run tests for MsiEvaluateCondition.
|
2006-03-09 12:50:48 +01:00 |
Bill Medland
|
b56ed22277
|
msi: Prevent array underflow in MsiFormat when measuring with zero-length buffer.
|
2005-12-21 21:19:47 +01:00 |
Alexandre Julliard
|
0ec7e1a591
|
Renamed all .cvsignore files to .gitignore.
|
2005-11-26 13:10:33 +01:00 |
Mike McCormack
|
deaae4b8d1
|
Empty strings are not equal to any number, so all comparisons against
them fail except for tests for non-equalness.
|
2005-11-14 12:29:10 +00:00 |
Mike McCormack
|
fc0cc66b54
|
Fix comparison of empty properties to numbers and add test cases.
|
2005-11-14 11:24:14 +00:00 |
Francois Gouget
|
f4c0524ec6
|
Assorted spelling and case fixes.
|
2005-11-10 11:39:07 +00:00 |
Mike McCormack
|
5c63332b4f
|
Fix passing of NULL pointers to MsiDecomposeDescriptor and add a
test.
|
2005-11-09 10:59:20 +00:00 |
Saulius Krasuckas
|
056d96939b
|
Win9x returns MSIDBERROR_NOERROR.
|
2005-11-05 10:42:57 +00:00 |
Mike McCormack
|
da20e4d9ca
|
NULL and empty strings are the same in conditions.
|
2005-11-02 19:58:01 +00:00 |
Mike McCormack
|
76137e55b7
|
Fix parameter handling in MsiSetTargetPath, and add a test for it.
|
2005-11-02 11:43:05 +00:00 |
Mike McCormack
|
3e6f31bf0b
|
Fix and test MsiGetProperty and MsiSetProperty.
|
2005-10-31 14:07:37 +00:00 |
Mike McCormack
|
94caa05d07
|
Improve MsiUseFeatureEx and MsiGetFeatureState a little, add some
simple test cases.
|
2005-10-31 14:07:20 +00:00 |
Mike McCormack
|
9d43994ec2
|
Add a bunch of tests for MsiEvaluateCondition and make them pass.
|
2005-10-29 11:08:05 +00:00 |
Mike McCormack
|
8e74308a10
|
Fix and test MsiViewGetColumnInfo and binary fields.
|
2005-09-28 11:59:40 +00:00 |
Mike McCormack
|
c877a2ef53
|
Fix handle leaks in the test cases.
|
2005-09-26 09:55:12 +00:00 |
Mike McCormack
|
1cdffb26c9
|
Fix the handling of MsiGetTargetPath args (with test case).
|
2005-09-13 11:25:20 +00:00 |
Mike McCormack
|
e17ef695a2
|
Fix the handling of MsiDoAction args (with test case).
|
2005-09-13 10:37:46 +00:00 |
Mike McCormack
|
114d399666
|
- add test for MsiGetSourcePath
- don't specify drive for package path
|
2005-09-07 09:23:58 +00:00 |
Alexandre Julliard
|
14a6d89905
|
Authors: Mike McCormack <mike@codeweavers.com>, Aric Stewart <aric@codeweavers.com>
Test creating a package.
|
2005-09-06 11:39:15 +00:00 |
Mike McCormack
|
0867e48d5f
|
- fix MsiSummaryInfoGetProperty to return ERROR_MORE_DATA if the
buffer is too small (based on a patch by Aric Stewart)
- add a test case to show correct behaviour
|
2005-09-06 10:23:12 +00:00 |
Saulius Krasuckas
|
a9476d4edf
|
Older platforms choke on a NULL as the third parameter to
MsiViewGetError.
|
2005-09-06 09:21:08 +00:00 |
Mike McCormack
|
34247aff40
|
Test case for MsiModifyView and MsiViewGetError.
|
2005-08-24 11:10:39 +00:00 |
Stefan Huehner
|
ac6f562b52
|
Fix more -Wstrict-prototypes warnings.
|
2005-06-20 14:18:03 +00:00 |
Mike McCormack
|
b58a098a11
|
-Wmissing-declarations and -Wwrite-strings warning fixes.
|
2005-05-29 20:08:12 +00:00 |
Alexandre Julliard
|
f271224f44
|
Authors: Mike McCormack <mike@codeweavers.com>, Aric Stewart <aric@codeweavers.com>
Add format record tests.
|
2005-05-27 19:25:42 +00:00 |
Mike McCormack
|
018bc9a0cd
|
Test and fix the size of stream fields in a record.
|
2005-05-27 09:26:13 +00:00 |
Mike McCormack
|
d31f12964b
|
Only tables can be backquoted, strings must be single quoted.
|
2005-05-19 11:15:37 +00:00 |