From: panhui panhui@uniontech.com
--- dlls/wmp/tests/oleobj.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/dlls/wmp/tests/oleobj.c b/dlls/wmp/tests/oleobj.c index 1be9b1d65cf..0ad413f89d0 100644 --- a/dlls/wmp/tests/oleobj.c +++ b/dlls/wmp/tests/oleobj.c @@ -1330,6 +1330,7 @@ static void test_wmp(void)
hres = IOleObject_DoVerb(oleobj, OLEIVERB_SHOW, NULL, &ClientSite, 0, container_hwnd, &pos); ok(hres == S_OK, "DoVerb failed: %08lx\n", hres); + ok(IsWindowVisible(hwnd), "Window is visible\n");
hres = IOleObject_DoVerb(oleobj, OLEIVERB_HIDE, NULL, &ClientSite, 0, container_hwnd, &pos); ok(hres == S_OK, "DoVerb failed: %08lx\n", hres);