http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5021965
)
msi/tests: Run tests again on Win9x and NT4.
author
Paul Vriens
<Paul.Vriens.Wine@gmail.com>
Mon, 15 Dec 2008 15:29:19 +0000
(16:29 +0100)
committer
Alexandre Julliard
<julliard@winehq.org>
Tue, 16 Dec 2008 11:51:20 +0000
(12:51 +0100)
dlls/msi/tests/msi.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/msi/tests/msi.c
b/dlls/msi/tests/msi.c
index 6384f36ddea85ce09ba9bde7930af6d09c38c030..7201329e969bc816fe8c4b54022a435ce28c9abd 100644
(file)
--- a/
dlls/msi/tests/msi.c
+++ b/
dlls/msi/tests/msi.c
@@
-10255,9
+10255,9
@@
static void test_MsiGetPatchInfoEx(void)
/* pcchValue is too small, lpValue is NULL */
size = 0;
- r = MsiGetPatchInfoExA(patchcode, prodcode, usersid,
- MSIINSTALLCONTEXT_USERMANAGED,
- INSTALLPROPERTY_MOREINFOURL, NULL, &size);
+ r =
p
MsiGetPatchInfoExA(patchcode, prodcode, usersid,
+
MSIINSTALLCONTEXT_USERMANAGED,
+
INSTALLPROPERTY_MOREINFOURL, NULL, &size);
ok(r == ERROR_SUCCESS, "Expected ERROR_SUCCESS, got %d\n", r);
ok(size == 16, "Expected 16, got %d\n", size);