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
00d232ff
Commit
00d232ff
authored
Nov 29, 2018
by
Andrey Gusev
Committed by
Alexandre Julliard
Nov 29, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
riched20/tests: Fix typos in ok() messages.
Signed-off-by:
Andrey Gusev
<
andrey.goosev@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
ca4bf6c8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
txtsrv.c
dlls/riched20/tests/txtsrv.c
+2
-2
No files found.
dlls/riched20/tests/txtsrv.c
View file @
00d232ff
...
...
@@ -1013,9 +1013,9 @@ static void test_default_format(void)
ITextHostImpl_TxGetCharFormat
(
host
,
&
host_cf
);
ok
(
!
lstrcmpW
(
host_cf
->
szFaceName
,
cf2
.
szFaceName
),
"got wrong font name: %s.
\n
"
,
wine_dbgstr_w
(
cf2
.
szFaceName
));
ok
(
cf2
.
yHeight
==
host_cf
->
yHeight
,
"got wrong yHeight: %d, expe
tc
ed %d.
\n
"
,
cf2
.
yHeight
,
host_cf
->
yHeight
);
ok
(
cf2
.
yHeight
==
host_cf
->
yHeight
,
"got wrong yHeight: %d, expe
ct
ed %d.
\n
"
,
cf2
.
yHeight
,
host_cf
->
yHeight
);
expected_effects
=
(
cf2
.
dwEffects
&
~
(
CFE_AUTOCOLOR
|
CFE_AUTOBACKCOLOR
));
ok
(
host_cf
->
dwEffects
==
expected_effects
,
"got wrong dwEffects: %x, expetc
ed %x.
\n
"
,
cf2
.
dwEffects
,
expected_effects
);
ok
(
host_cf
->
dwEffects
==
expected_effects
,
"got wrong dwEffects: %x, expect
ed %x.
\n
"
,
cf2
.
dwEffects
,
expected_effects
);
ok
(
cf2
.
bPitchAndFamily
==
host_cf
->
bPitchAndFamily
,
"got wrong bPitchAndFamily: %x, expected %x.
\n
"
,
cf2
.
bPitchAndFamily
,
host_cf
->
bPitchAndFamily
);
ok
(
cf2
.
bCharSet
==
host_cf
->
bCharSet
,
"got wrong bCharSet: %x, expected %x.
\n
"
,
cf2
.
bCharSet
,
host_cf
->
bCharSet
);
...
...
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