msi/tests: Comment out call to function that is still a stub in Wine.

This commit is contained in:
Alexandre Julliard 2007-07-12 13:00:47 +02:00
parent 61d8402fe2
commit 3f9632ca53

View file

@ -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);