mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 17:52:56 +00:00
[COMCTL32_WINETEST] treeview.c: Skip test_right_click()
until CORE-14975 is fixed upstream and WINESYNC. CORE-14975
This commit is contained in:
parent
5d04c691af
commit
cbcfbc4322
1 changed files with 8 additions and 0 deletions
|
@ -2724,6 +2724,14 @@ static void test_right_click(void)
|
||||||
LRESULT result;
|
LRESULT result;
|
||||||
POINT pt;
|
POINT pt;
|
||||||
|
|
||||||
|
#ifdef __REACTOS__
|
||||||
|
if (!winetest_interactive)
|
||||||
|
{
|
||||||
|
skip("test_right_click() (set WINETEST_INTERACTIVE=1), until CORE-14975 is fixed upstream and WINESYNC\n");
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
hTree = create_treeview_control(0);
|
hTree = create_treeview_control(0);
|
||||||
fill_tree(hTree);
|
fill_tree(hTree);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue