Searched refs:buddyReturn (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/comctl32/ |
H A D | updown.c | 553 HWND updown, buddyReturn, buddy; in test_updown_buddy() local 563 ok(buddyReturn == g_edit, "Expected edit handle\n"); in test_updown_buddy() 566 ok(buddyReturn == g_edit, "Expected edit handle\n"); in test_updown_buddy() 569 ok(buddyReturn == g_edit, "Expected edit handle\n"); in test_updown_buddy() 607 ok(buddyReturn == g_edit, "Unexpected buddy window.\n"); in test_updown_buddy() 612 ok(buddyReturn == g_edit, "Unexpected buddy window.\n"); in test_updown_buddy() 624 ok(buddyReturn == NULL, "Unexpected buddy window.\n"); in test_updown_buddy() 635 ok(buddyReturn == g_edit, "Unexpected buddy window.\n"); in test_updown_buddy() 640 ok(buddyReturn == g_edit, "Unexpected buddy window.\n"); in test_updown_buddy() 655 ok(buddyReturn == NULL, "Unexpected buddy window.\n"); in test_updown_buddy() [all …]
|