MSI: test creating a package

Andreas Mohr andi at rhlx01.fht-esslingen.de
Tue Sep 6 02:31:20 CDT 2005


Hi,

On Tue, Sep 06, 2005 at 03:21:55PM +0900, Mike McCormack wrote:
> ChangeLog:
> <aric at codeweavers.com>
> <mike at codeweavers.com>
> * test creating a package

+    res = MsiCloseHandle( suminfo);
+    ok( res == ERROR_SUCCESS , "Failed to close suminfo" );
+

+
+    res = MsiCloseHandle( hPackage);
+    ok( res == ERROR_SUCCESS , "Failed to close package" );
+}

Hmm, something seems to be missing here...

Andreas



More information about the wine-devel mailing list