Remove a temporary msi database file.

Dmitry Timoshkov dmitry at baikal.ru
Sat Feb 26 08:24:22 CST 2005


Hello,

Changelog:
    Dmitry Timoshkov <dmitry at codeweavers.com>
    Remove a temporary msi database file.

--- cvs/hq/wine/dlls/msi/tests/db.c	2005-01-31 08:53:59.000000000 +0800
+++ wine/dlls/msi/tests/db.c	2005-02-26 19:53:52.000000000 +0800
@@ -41,6 +41,9 @@ static void test_msidatabase(void)
 
     res = MsiCloseHandle( hdb );
     ok( res == ERROR_SUCCESS , "Failed to close database" );
+
+    res = DeleteFile( szName );
+    ok( res == TRUE, "Falled to delete database\n" );
 }
 
 void test_msiinsert(void)






More information about the wine-patches mailing list