Mike McCormack
|
0b9960a1f9
|
msi: Make sure to run tests for MsiEvaluateCondition.
|
2006-03-09 12:50:48 +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
|
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
|
9d43994ec2
|
Add a bunch of tests for MsiEvaluateCondition and make them pass.
|
2005-10-29 11:08:05 +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 |