msi: Test duplicating files from a nonexistent component.

oldstable
Hans Leidekker 2010-02-01 19:10:24 +01:00 committed by Alexandre Julliard
parent 3299bfd471
commit 743ead45c8
1 changed files with 2 additions and 1 deletions

View File

@ -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"