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
5fb2267a
Commit
5fb2267a
authored
Jan 17, 2017
by
Huw Davies
Committed by
Alexandre Julliard
Jan 17, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msctf/tests: Fix tests on Windows 8 and 10.
Signed-off-by:
Huw Davies
<
huw@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
543496a4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
inputprocessor.c
dlls/msctf/tests/inputprocessor.c
+2
-0
No files found.
dlls/msctf/tests/inputprocessor.c
View file @
5fb2267a
...
...
@@ -2211,12 +2211,14 @@ static void test_AssociateFocus(void)
test_CurrentFocus
=
FOCUS_SAVE
;
test_PrevFocus
=
FOCUS_SAVE
;
test_OnSetFocus
=
SINK_SAVE
;
test_ShouldDeactivate
=
TRUE
;
/* win 8/10 */
ShowWindow
(
wnd2
,
SW_SHOWNORMAL
);
SetFocus
(
wnd2
);
sink_check_saved
(
&
test_OnSetFocus
,
dm1
,
dm2
,
"OnSetFocus"
);
test_CurrentFocus
=
FOCUS_IGNORE
;
/* occasional wine race */
test_PrevFocus
=
FOCUS_IGNORE
;
/* occasional wine race */
test_OnSetFocus
=
SINK_IGNORE
;
/* occasional wine race */
test_ShouldDeactivate
=
FALSE
;
processPendingMessages
();
ShowWindow
(
wnd3
,
SW_SHOWNORMAL
);
...
...
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