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
db9c3b0f
Commit
db9c3b0f
authored
Sep 07, 2010
by
Gerald Pfeifer
Committed by
Alexandre Julliard
Sep 08, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gdi32/tests: Fix another test description in test_logpen.
parent
8ac121c6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
pen.c
dlls/gdi32/tests/pen.c
+1
-1
No files found.
dlls/gdi32/tests/pen.c
View file @
db9c3b0f
...
...
@@ -424,7 +424,7 @@ test_geometric_pens:
ok
(
ext_pen
.
elp
.
elpHatch
==
HS_CROSS
,
"expected HS_CROSS, got %p
\n
"
,
(
void
*
)
ext_pen
.
elp
.
elpHatch
);
ok
(
ext_pen
.
elp
.
elpNumEntries
==
2
,
"expected 0, got %x
\n
"
,
ext_pen
.
elp
.
elpNumEntries
);
ok
(
ext_pen
.
elp
.
elpStyleEntry
[
0
]
==
0xabc
,
"expected 0xabc, got %x
\n
"
,
ext_pen
.
elp
.
elpStyleEntry
[
0
]);
ok
(
ext_pen
.
elp
.
elpStyleEntry
[
1
]
==
0xdef
,
"expected 0x
abc
, got %x
\n
"
,
ext_pen
.
elp
.
elpStyleEntry
[
1
]);
ok
(
ext_pen
.
elp
.
elpStyleEntry
[
1
]
==
0xdef
,
"expected 0x
def
, got %x
\n
"
,
ext_pen
.
elp
.
elpStyleEntry
[
1
]);
break
;
default:
...
...
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