msi/tests: Fix a source test comment.
This commit is contained in:
parent
abe900a23c
commit
9c850c9f8a
|
@ -1479,7 +1479,7 @@ static void test_MsiSourceListEnumSources(void)
|
||||||
ok(!lstrcmpA(value, "aaa"), "Expected value to be unchanged, got %s\n", value);
|
ok(!lstrcmpA(value, "aaa"), "Expected value to be unchanged, got %s\n", value);
|
||||||
ok(size == MAX_PATH, "Expected MAX_PATH, got %d\n", size);
|
ok(size == MAX_PATH, "Expected MAX_PATH, got %d\n", size);
|
||||||
|
|
||||||
/* szUserSid is non-NULL */
|
/* szUserSid is NULL */
|
||||||
size = MAX_PATH;
|
size = MAX_PATH;
|
||||||
lstrcpyA(value, "aaa");
|
lstrcpyA(value, "aaa");
|
||||||
r = pMsiSourceListEnumSourcesA(prodcode, NULL,
|
r = pMsiSourceListEnumSourcesA(prodcode, NULL,
|
||||||
|
|
Loading…
Reference in New Issue