Andrew Nguyen : msi/tests: Delete the test patch file for proper patch test cleanup.

Alexandre Julliard julliard at winehq.org
Fri Jul 9 09:46:26 CDT 2010


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

Author: Andrew Nguyen <anguyen at codeweavers.com>
Date:   Fri Jul  9 04:08:52 2010 -0500

msi/tests: Delete the test patch file for proper patch test cleanup.

---

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

diff --git a/dlls/msi/tests/patch.c b/dlls/msi/tests/patch.c
index 4e10505..d2275a0 100644
--- a/dlls/msi/tests/patch.c
+++ b/dlls/msi/tests/patch.c
@@ -841,6 +841,7 @@ static void test_simple_patch( void )
 
     DeleteFileA( msifile );
     DeleteFileA( mspfile );
+    DeleteFileA( "msitest\\patch.txt" );
     RemoveDirectoryA( "msitest" );
 }
 
@@ -1058,6 +1059,7 @@ static void test_system_tables( void )
 
     DeleteFileA( msifile );
     DeleteFileA( mspfile );
+    DeleteFileA( "msitest\\patch.txt" );
     RemoveDirectoryA( "msitest" );
 }
 
@@ -1148,6 +1150,7 @@ static void test_patch_registration( void )
 
     DeleteFileA( msifile );
     DeleteFileA( mspfile );
+    DeleteFileA( "msitest\\patch.txt" );
     RemoveDirectoryA( "msitest" );
 }
 




More information about the wine-cvs mailing list