mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
msi/tests: Comment out call to function that is still a stub in Wine.
This commit is contained in:
parent
61d8402fe2
commit
3f9632ca53
1 changed files with 2 additions and 0 deletions
|
@ -2342,8 +2342,10 @@ static void generate_transform(void)
|
|||
r = MsiDatabaseGenerateTransform(hdb1, hdb2, mstfile, 0, 0);
|
||||
ok(r == ERROR_SUCCESS, "return code %d, should be ERROR_SUCCESS\n", r);
|
||||
|
||||
#if 0 /* not implemented in wine yet */
|
||||
r = MsiCreateTransformSummaryInfo(hdb2, hdb2, mstfile, 0, 0);
|
||||
ok(r == ERROR_SUCCESS, "Expected ERROR_SUCCESS, got %d\n", r);
|
||||
#endif
|
||||
|
||||
MsiCloseHandle(hdb1);
|
||||
MsiCloseHandle(hdb2);
|
||||
|
|
Loading…
Reference in a new issue