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
94070761
Commit
94070761
authored
Aug 26, 2016
by
Huw Davies
Committed by
Alexandre Julliard
Aug 26, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
oleaut32/tests: Remove test for broken NT 4.0 behaviour.
Signed-off-by:
Huw Davies
<
huw@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
ce50839f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
olepicture.c
dlls/oleaut32/tests/olepicture.c
+1
-3
No files found.
dlls/oleaut32/tests/olepicture.c
View file @
94070761
...
...
@@ -791,9 +791,7 @@ static void test_Render(void)
ok
(
result
==
expected
,
"Color at 0,0 should be unchanged 0x%06X, but was 0x%06X
\n
"
,
expected
,
result
);
result
=
GetPixel
(
hdc
,
5
,
5
);
ok
(
result
!=
expected
||
broken
(
result
==
expected
),
/* WinNT 4.0 and older may claim they drew */
/* the icon, even if they didn't. */
ok
(
result
!=
expected
,
"Color at 5,5 should have changed, but still was 0x%06X
\n
"
,
expected
);
result
=
GetPixel
(
hdc
,
10
,
10
);
ok
(
result
==
expected
,
...
...
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