Paul Vriens : msi/tests: Don't create a directory that's not needed.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Jul 16 08:23:36 CDT 2007


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

Author: Paul Vriens <paul.vriens.wine at gmail.com>
Date:   Fri Jul 13 20:56:41 2007 +0200

msi/tests: Don't create a directory that's not needed.

---

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

diff --git a/dlls/msi/tests/install.c b/dlls/msi/tests/install.c
index 5cc1c7e..0d9d703 100644
--- a/dlls/msi/tests/install.c
+++ b/dlls/msi/tests/install.c
@@ -2489,7 +2489,6 @@ static void test_transformprop(void)
     UINT r;
 
     CreateDirectoryA("msitest", NULL);
-    CreateDirectoryA("msitest\\msitest", NULL);
     create_file("msitest\\augustus", 500);
 
     create_database(msifile, tp_tables, sizeof(tp_tables) / sizeof(msi_table));




More information about the wine-cvs mailing list