Hans Leidekker : msi: Test duplicating files from a nonexistent component.

Alexandre Julliard julliard at winehq.org
Tue Feb 2 10:45:27 CST 2010


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

Author: Hans Leidekker <hans at codeweavers.com>
Date:   Mon Feb  1 19:10:24 2010 +0100

msi: Test duplicating files from a nonexistent component.

---

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

diff --git a/dlls/msi/tests/install.c b/dlls/msi/tests/install.c
index 9ac9420..153f51a 100644
--- a/dlls/msi/tests/install.c
+++ b/dlls/msi/tests/install.c
@@ -837,7 +837,8 @@ static const CHAR df_duplicate_file_dat[] = "FileKey\tComponent_\tFile_\tDestNam
                                             "s72\ts72\ts72\tS255\tS72\n"
                                             "DuplicateFile\tFileKey\n"
                                             "maximus\tmaximus\tmaximus\taugustus\t\n"
-                                            "caesar\tmaximus\tmaximus\t\tNONEXISTENT\n";
+                                            "caesar\tmaximus\tmaximus\t\tNONEXISTENT\n"
+                                            "augustus\tnosuchcomponent\tmaximus\t\tMSITESTDIR\n";
 
 static const CHAR wrv_component_dat[] = "Component\tComponentId\tDirectory_\tAttributes\tCondition\tKeyPath\n"
                                         "s72\tS38\ts72\ti2\tS255\tS72\n"




More information about the wine-cvs mailing list