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
4967d200
Commit
4967d200
authored
Feb 26, 2022
by
Piotr Caban
Committed by
Alexandre Julliard
Feb 28, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
oleacc/tests: Fix test windows cleanup.
Signed-off-by:
Piotr Caban
<
piotr@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
2c9fbf83
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
main.c
dlls/oleacc/tests/main.c
+3
-1
No files found.
dlls/oleacc/tests/main.c
View file @
4967d200
...
@@ -1324,6 +1324,7 @@ static void test_AccessibleObjectFromPoint(void)
...
@@ -1324,6 +1324,7 @@ static void test_AccessibleObjectFromPoint(void)
if
(
WindowFromPoint
(
point
)
!=
hwnd
)
if
(
WindowFromPoint
(
point
)
!=
hwnd
)
{
{
win_skip
(
"test window not returned from WindowFromPoint
\n
"
);
win_skip
(
"test window not returned from WindowFromPoint
\n
"
);
DestroyWindow
(
hwnd
);
return
;
return
;
}
}
...
@@ -1358,6 +1359,7 @@ static void test_AccessibleObjectFromPoint(void)
...
@@ -1358,6 +1359,7 @@ static void test_AccessibleObjectFromPoint(void)
if
(
WindowFromPoint
(
point
)
!=
child
)
if
(
WindowFromPoint
(
point
)
!=
child
)
{
{
win_skip
(
"test window not returned from WindowFromPoint
\n
"
);
win_skip
(
"test window not returned from WindowFromPoint
\n
"
);
DestroyWindow
(
hwnd
);
return
;
return
;
}
}
...
@@ -1464,7 +1466,7 @@ static void test_CreateStdAccessibleObject_classes(void)
...
@@ -1464,7 +1466,7 @@ static void test_CreateStdAccessibleObject_classes(void)
IAccessible_Release
(
acc
);
IAccessible_Release
(
acc
);
SetWindowLongPtrW
(
hwnd
,
GWLP_WNDPROC
,
(
LONG_PTR
)
win_proc
);
SetWindowLongPtrW
(
hwnd
,
GWLP_WNDPROC
,
(
LONG_PTR
)
win_proc
);
Close
Window
(
hwnd
);
Destroy
Window
(
hwnd
);
winetest_pop_context
();
winetest_pop_context
();
}
}
}
}
...
...
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