Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
b7ad9c87
Commit
b7ad9c87
authored
Dec 28, 2008
by
Francois Gouget
Committed by
Alexandre Julliard
Dec 29, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shell32/tests: Add a trailing '\n' to ok() calls.
parent
770d28d1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
shlfileop.c
dlls/shell32/tests/shlfileop.c
+3
-3
No files found.
dlls/shell32/tests/shlfileop.c
View file @
b7ad9c87
...
...
@@ -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"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment