Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
d8a970f9
Commit
d8a970f9
authored
Aug 10, 2016
by
Michael Stefaniuc
Committed by
Alexandre Julliard
Aug 10, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
user32/tests: Remove an identical if/else branch.
Signed-off-by:
Michael Stefaniuc
<
mstefani@redhat.de
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
fd992823
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
dde.c
dlls/user32/tests/dde.c
+0
-6
No files found.
dlls/user32/tests/dde.c
View file @
d8a970f9
...
...
@@ -2511,12 +2511,6 @@ static HDDEDATA CALLBACK server_end_to_end_callback(UINT uType, UINT uFmt, HCONV
ok
(
!
lstrcmpW
((
WCHAR
*
)
buffer
,
cmd_w
),
"Expected %s, msg_index=%d
\n
"
,
wine_dbgstr_w
(
cmd_w
),
msg_index
);
}
else
if
(
unicode_client
)
{
ok
(
size
==
size_w_to_a
,
"Wrong size %d/%d, msg_index=%d
\n
"
,
size
,
size_w_to_a
,
msg_index
);
ok
(
!
lstrcmpA
((
CHAR
*
)
buffer
,
test_cmd_w_to_a
),
"Expected %s, got %s, msg_index=%d
\n
"
,
test_cmd_w_to_a
,
buffer
,
msg_index
);
}
else
{
ok
(
size
==
size_w_to_a
,
"Wrong size %d/%d, msg_index=%d
\n
"
,
...
...
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