Hans Leidekker : msi/tests: Remove a test.

Alexandre Julliard julliard at winehq.org
Fri Jul 1 14:11:03 CDT 2011


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

Author: Hans Leidekker <hans at codeweavers.com>
Date:   Thu Jun 30 12:14:44 2011 +0200

msi/tests: Remove a test.

This test shows that native fails to remove an empty directory under
certain conditions. I don't see why we should replicate this behavior.

---

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

diff --git a/dlls/msi/tests/action.c b/dlls/msi/tests/action.c
index 1d06509..18961ff 100644
--- a/dlls/msi/tests/action.c
+++ b/dlls/msi/tests/action.c
@@ -4323,7 +4323,7 @@ static void test_remove_files(void)
     r = MsiInstallProductA(msifile, "REMOVE=ALL");
     ok(r == ERROR_SUCCESS, "Expected ERROR_SUCCESS, got %u\n", r);
     ok(!delete_pf("msitest\\cabout", FALSE), "Directory not deleted\n");
-    ok(delete_pf("msitest", FALSE), "Directory deleted\n");
+    delete_pf("msitest", FALSE);
 
 error:
     DeleteFile(msifile);




More information about the wine-cvs mailing list