Commit 017fee4a authored by Paul Vriens's avatar Paul Vriens Committed by Alexandre Julliard

msi/tests: Run tests again on Win9x and NT4.

parent 5021965d
......@@ -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 = pMsiGetPatchInfoExA(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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment