[4/8] msi/tests: Remove a test.

Hans Leidekker hans at codeweavers.com
Thu Jun 30 05:14:44 CDT 2011


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







More information about the wine-patches mailing list