[msi/tests] Remove test-directory after the files have been deleted

Paul Vriens paul.vriens.wine at gmail.com
Sun Dec 31 08:19:35 CST 2006


Hi,

directory should be removed after the files. Fixes some failures on
http://test.winehq.org/data.

Changelog
  Remove test-directory after the files have been deleted

Cheers,

Paul.
---
 dlls/msi/tests/install.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/msi/tests/install.c b/dlls/msi/tests/install.c
index d044436..1c0fb6a 100644
--- a/dlls/msi/tests/install.c
+++ b/dlls/msi/tests/install.c
@@ -872,13 +872,13 @@ static void test_continuouscabs(void)
 
     r = MsiInstallProductA(msifile, NULL);
     ok(delete_pf("msitest\\maximus", TRUE), "File not installed\n");
-    ok(delete_pf("msitest", FALSE), "File not installed\n");
     todo_wine
     {
         ok(r == ERROR_SUCCESS, "Expected ERROR_SUCCESS, got %u\n", r);
         ok(delete_pf("msitest\\augustus", TRUE), "File not installed\n");
         ok(delete_pf("msitest\\caesar", TRUE), "File not installed\n");
     }
+    ok(delete_pf("msitest", FALSE), "File not installed\n");
 
     delete_cab_files();
     DeleteFile(msifile);
-- 
1.4.4.3




More information about the wine-patches mailing list