[PATCH 1/2] comctl32: Add tests for CB_RESETCONTENT

Nikolay Sivov bunglehead at gmail.com
Thu Jul 21 23:11:12 CDT 2011


On 7/22/2011 06:59, Jay Yang wrote:
> Tests that CBEM_DELETEITEM notifications are received when CB_RESETCONTENT is sent to a comboex control.
> ---
>   dlls/comctl32/tests/comboex.c |   28 ++++++++++++++++++++++++++++
>   1 files changed, 28 insertions(+), 0 deletions(-)
Better way to test that is to use message sequence test. Look at 
listview test to see how WM_NOTIFY/id pairs are logged.



More information about the wine-devel mailing list