From 743ead45c809d1e30a374288d2a3972c510e8a9e Mon Sep 17 00:00:00 2001 From: Hans Leidekker Date: Mon, 1 Feb 2010 19:10:24 +0100 Subject: [PATCH] msi: Test duplicating files from a nonexistent component. --- dlls/msi/tests/install.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dlls/msi/tests/install.c b/dlls/msi/tests/install.c index 9ac942088c1..153f51ad899 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"