Alexandre Julliard : msi/tests: Make sure to delete the test data file.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Oct 18 07:38:48 CDT 2006


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Wed Oct 18 11:51:05 2006 +0200

msi/tests: Make sure to delete the test data file.

---

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

diff --git a/dlls/msi/tests/db.c b/dlls/msi/tests/db.c
index 534c2d5..5f5da33 100644
--- a/dlls/msi/tests/db.c
+++ b/dlls/msi/tests/db.c
@@ -1924,6 +1924,7 @@ static void test_try_transform(void)
     ok( r == ERROR_SUCCESS , "Failed to commit database\n" );
 
     MsiCloseHandle( hdb );
+    DeleteFileA("testdata.bin");
 
     /*
      * Both these generate an equivilent transform,




More information about the wine-cvs mailing list