Zhiyi Zhang (@zhiyi) commented about dlls/comctl32/tests/toolbar.c:
DestroyWindow(hwnd);
}
+static void test_WM_NOTIFY(void) +{
- HWND toolbar = NULL;
- LRESULT ret;
- rebuild_toolbar(&toolbar);
- test_WM_NOTIFY_expect_CBEN_ENDEDITA = TRUE;
- ret = SendMessageA(toolbar, WM_NOTIFY, 0, (LPARAM)&test_WM_NOTIFY_NMCBEENDEDITW);
Please add tests to verify that CBEN_ENDEDITW gets forwarded as well. You will need a Unicode parent window for that.