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

This commit is contained in:
Andrew Nguyen 2010-07-09 04:08:52 -05:00 committed by Alexandre Julliard
parent ff188900f3
commit 577554260e

View file

@ -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" );
}