Module: wine Branch: master Commit: 62c59deaa1e9a48657f5b67df050a5728f5404bd URL: http://source.winehq.org/git/wine.git/?a=commit;h=62c59deaa1e9a48657f5b67df0...
Author: Francois Gouget fgouget@free.fr Date: Fri Jan 11 09:54:31 2008 +0100
msi/tests: Tweaked so it does not look like things are misspelled.
---
dlls/msi/tests/install.c | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/dlls/msi/tests/install.c b/dlls/msi/tests/install.c index 4637fcb..d394908 100644 --- a/dlls/msi/tests/install.c +++ b/dlls/msi/tests/install.c @@ -564,8 +564,8 @@ static const CHAR df_directory_dat[] = "Directory\tDirectory_Parent\tDefaultDir\ "s72\tS72\tl255\n" "Directory\tDirectory\n" "THIS\tMSITESTDIR\tthis\n" - "DOESNT\tTHIS\tdoesnt\n" - "NONEXISTENT\tDOESNT\texist\n" + "DOESNOT\tTHIS\tdoesnot\n" + "NONEXISTENT\tDOESNOT\texist\n" "MSITESTDIR\tProgramFilesFolder\tmsitest\n" "ProgramFilesFolder\tTARGETDIR\t.\n" "TARGETDIR\t\tSourceDir"; @@ -3614,9 +3614,9 @@ static void test_duplicatefiles(void) ok(r == ERROR_SUCCESS, "Expected ERROR_SUCCESS, got %u\n", r); ok(delete_pf("msitest\maximus", TRUE), "File not installed\n"); ok(delete_pf("msitest\augustus", TRUE), "File not duplicated\n"); - ok(delete_pf("msitest\this\doesnt\exist\maximus", TRUE), "File not duplicated\n"); - ok(delete_pf("msitest\this\doesnt\exist", FALSE), "File not duplicated\n"); - ok(delete_pf("msitest\this\doesnt", FALSE), "File not duplicated\n"); + ok(delete_pf("msitest\this\doesnot\exist\maximus", TRUE), "File not duplicated\n"); + ok(delete_pf("msitest\this\doesnot\exist", FALSE), "File not duplicated\n"); + ok(delete_pf("msitest\this\doesnot", FALSE), "File not duplicated\n"); ok(delete_pf("msitest\this", FALSE), "File not duplicated\n"); ok(delete_pf("msitest", FALSE), "File not installed\n");