From 62c59deaa1e9a48657f5b67df050a5728f5404bd Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Fri, 11 Jan 2008 09:54:31 +0100 Subject: [PATCH] msi/tests: Tweaked so it does not look like things are misspelled. --- dlls/msi/tests/install.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dlls/msi/tests/install.c b/dlls/msi/tests/install.c index 4637fcbfaa8..d3949081393 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"); -- 2.11.4.GIT