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
4289bd44
Commit
4289bd44
authored
Dec 21, 2012
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winspool.drv: Remove a todo that succeeds now.
parent
898c2954
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
info.c
dlls/winspool.drv/tests/info.c
+0
-1
No files found.
dlls/winspool.drv/tests/info.c
View file @
4289bd44
...
...
@@ -2853,7 +2853,6 @@ static void test_DeviceCapabilities(void)
fields
=
DeviceCapabilities
(
device
,
port
,
DC_FIELDS
,
NULL
,
NULL
);
ok
(
fields
!=
(
DWORD
)
-
1
,
"DeviceCapabilities DC_FIELDS failed
\n
"
);
todo_wine
ok
(
fields
==
(
dm
->
dmFields
|
DM_FORMNAME
)
||
fields
==
((
dm
->
dmFields
|
DM_FORMNAME
|
DM_PAPERSIZE
)
&
~
(
DM_PAPERLENGTH
|
DM_PAPERWIDTH
))
||
broken
(
fields
==
dm
->
dmFields
),
/* Win9x/WinMe */
...
...
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