Module: wine Branch: master Commit: 11894cc77eb547dbc092aa9ecefc0dc5da4992b3 URL: http://source.winehq.org/git/wine.git/?a=commit;h=11894cc77eb547dbc092aa9ece...
Author: Alexandre Julliard julliard@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,