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

shell32/tests: Add a trailing '\n' to ok() calls.

parent 770d28d1
......@@ -717,7 +717,7 @@ static void test_copy(void)
{
/* Vista and W2K8 (broken or new behavior ?) */
ok(file_exists("test6.txt\\test1.txt"), "The file is not copied - many files "
"are specified as a target");
"are specified as a target\n");
DeleteFileA("test6.txt\\test1.txt");
DeleteFileA("test6.txt\\test2.txt");
RemoveDirectoryA("test6.txt\\test4.txt");
......@@ -750,9 +750,9 @@ static void test_copy(void)
{
/* Vista and W2K8 (broken or new behavior ?) */
ok(file_exists("test6.txt\\test1.txt"), "The file is not copied - many files "
"are specified as a target");
"are specified as a target\n");
ok(file_exists("test7.txt\\test2.txt"), "The file is not copied - many files "
"are specified as a target");
"are specified as a target\n");
DeleteFileA("test6.txt\\test1.txt");
DeleteFileA("test7.txt\\test2.txt");
RemoveDirectoryA("test6.txt");
......
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