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
c15308f8
Commit
c15308f8
authored
Aug 24, 2010
by
Francois Gouget
Committed by
Alexandre Julliard
Aug 24, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shell32/tests: Remove spaces before '\n's in traces.
parent
a879046f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
shlfolder.c
dlls/shell32/tests/shlfolder.c
+3
-3
No files found.
dlls/shell32/tests/shlfolder.c
View file @
c15308f8
...
...
@@ -2502,7 +2502,7 @@ static void test_ShellItemCompare(void)
}
if
(
failed
)
{
skip
(
"Failed to create all shellitems.
\n
"
);
skip
(
"Failed to create all shellitems.
\n
"
);
goto
cleanup
;
}
...
...
@@ -2520,7 +2520,7 @@ static void test_ShellItemCompare(void)
if
(
failed
)
{
skip
(
"Failed to create shellitems.
\n
"
);
skip
(
"Failed to create shellitems.
\n
"
);
goto
cleanup
;
}
...
...
@@ -3550,7 +3550,7 @@ static void test_GetUIObject(void)
ok
(
res
,
"Failed (last error: %d).
\n
"
,
GetLastError
());
ok
(
(
mii
.
wID
<=
id_upper_limit
)
||
(
mii
.
fType
&
MFT_SEPARATOR
),
"Got non-separator ID out of range: %d (type: %x)
\n
"
,
mii
.
wID
,
mii
.
fType
);
"Got non-separator ID out of range: %d (type: %x)
\n
"
,
mii
.
wID
,
mii
.
fType
);
if
(
!
(
mii
.
fType
&
MFT_SEPARATOR
))
max_id_check
=
(
mii
.
wID
>
max_id_check
)
?
mii
.
wID
:
max_id_check
;
}
...
...
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