http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3299bfd
)
msi: Test duplicating files from a nonexistent component.
author
Hans Leidekker
<hans@codeweavers.com>
Mon, 1 Feb 2010 18:10:24 +0000
(19:10 +0100)
committer
Alexandre Julliard
<julliard@winehq.org>
Tue, 2 Feb 2010 10:47:19 +0000
(11:47 +0100)
dlls/msi/tests/install.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/msi/tests/install.c
b/dlls/msi/tests/install.c
index 9ac942088c1fa808a0239c6fcd45c86c7e71bba4..153f51ad8990f94f48711daedcbdb4659503d2d3 100644
(file)
--- 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"