From 577554260e23257b6819f95173acd8c29251559e Mon Sep 17 00:00:00 2001 From: Andrew Nguyen Date: Fri, 9 Jul 2010 04:08:52 -0500 Subject: [PATCH] msi/tests: Delete the test patch file for proper patch test cleanup. --- dlls/msi/tests/patch.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dlls/msi/tests/patch.c b/dlls/msi/tests/patch.c index 4e10505eb08..d2275a0a317 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" ); }