Paul Vriens : msi/tests: Remove test directory after the files have been deleted.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Jan 2 06:45:50 CST 2007


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

Author: Paul Vriens <paul.vriens.wine at gmail.com>
Date:   Sun Dec 31 15:19:35 2006 +0100

msi/tests: Remove test directory after the files have been deleted.

---

 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);




More information about the wine-cvs mailing list