Commit ad735ca1 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

msi/tests: Add a trailing '\n' to an ok() call.

parent 41e35425
...@@ -14213,7 +14213,7 @@ static void test_setpropertyfolder(void) ...@@ -14213,7 +14213,7 @@ static void test_setpropertyfolder(void)
ok(delete_pf("msitest\\maximus", TRUE), "file not installed\n"); ok(delete_pf("msitest\\maximus", TRUE), "file not installed\n");
ok(delete_pf("msitest", FALSE), "directory not created\n"); ok(delete_pf("msitest", FALSE), "directory not created\n");
ok(DeleteFileA("c:\\parent\\child\\Shortcut.lnk"), "file not installed"); ok(DeleteFileA("c:\\parent\\child\\Shortcut.lnk"), "file not installed\n");
ok(RemoveDirectoryA("c:\\parent\\child"), "directory not created\n"); ok(RemoveDirectoryA("c:\\parent\\child"), "directory not created\n");
ok(RemoveDirectoryA("c:\\parent"), "directory not created\n"); ok(RemoveDirectoryA("c:\\parent"), "directory not created\n");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment