Alexandre Julliard : msi/tests: Comment out call to function that is still a stub in Wine.
Module: wine Branch: master Commit: 3f9632ca5387c5e82f0283ea8c4530056a59a147 URL: http://source.winehq.org/git/wine.git/?a=commit;h=3f9632ca5387c5e82f0283ea8c... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Thu Jul 12 13:00:47 2007 +0200 msi/tests: Comment out call to function that is still a stub in Wine. --- dlls/msi/tests/install.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/dlls/msi/tests/install.c b/dlls/msi/tests/install.c index 5f448da..61b5855 100644 --- a/dlls/msi/tests/install.c +++ b/dlls/msi/tests/install.c @@ -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);
participants (1)
-
Alexandre Julliard