James Hawkins : msi: Clean up the db when skipping the tests.

Alexandre Julliard julliard at winehq.org
Thu Mar 20 09:48:24 CDT 2008


Module: wine
Branch: master
Commit: 0b98ce8ff5e5c12d66e65ac655ddd8a7d021ac39
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=0b98ce8ff5e5c12d66e65ac655ddd8a7d021ac39

Author: James Hawkins <jhawkins at codeweavers.com>
Date:   Thu Mar 20 00:06:14 2008 -0700

msi: Clean up the db when skipping the tests.

---

 dlls/msi/tests/db.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/dlls/msi/tests/db.c b/dlls/msi/tests/db.c
index 5bb049d..ac15d24 100644
--- a/dlls/msi/tests/db.c
+++ b/dlls/msi/tests/db.c
@@ -1647,6 +1647,8 @@ static void test_msiimport(void)
     {
         /* win9x doesn't handle this case */
         skip("endlines not handled correctly.\n");
+        MsiCloseHandle(hdb);
+        DeleteFileA(msifile);
         return;
     }
 




More information about the wine-cvs mailing list