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
4c9e3051
Commit
4c9e3051
authored
May 15, 2023
by
Francois Gouget
Committed by
Alexandre Julliard
May 16, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
uiautomationcore/tests: Fix the spelling of a win_skip() message.
parent
1017f0ae
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
uiautomation.c
dlls/uiautomationcore/tests/uiautomation.c
+2
-2
No files found.
dlls/uiautomationcore/tests/uiautomation.c
View file @
4c9e3051
...
...
@@ -2975,7 +2975,7 @@ static void test_uia_prov_from_acc_ia2(void)
CHECK_CALLED
(
Accessible2_get_accRole
);
CHECK_CALLED
(
Accessible2_QI_IAccIdentity
);
CHECK_CALLED
(
Accessible2_get_accParent
);
win_skip
(
"Win10v1909 doesn't support IAccessible2 interface compar
si
on, skipping tests.
\n
"
);
win_skip
(
"Win10v1909 doesn't support IAccessible2 interface compar
is
on, skipping tests.
\n
"
);
return
;
}
called_Accessible_get_accRole
=
expect_Accessible_get_accRole
=
0
;
...
...
@@ -13188,7 +13188,7 @@ static void test_default_clientside_providers(void)
UiaNodeRelease
(
node
);
/*
* Create a node repesenting an HWND that is a top-level window, but is
* Create a node rep
r
esenting an HWND that is a top-level window, but is
* owned by another window. For top-level HWNDs, parent navigation will go
* to the owner instead of the parent.
*/
...
...
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