Aric Stewart
a7e48d7d98
user32/tests: GetMenuItemCount returns INT so check for -1 (Coverity 542).
2008-10-02 10:30:42 -05:00
Aric Stewart
6aa6fc8a46
user32/tests: GetMenuItemCount returns an INT which can be -1 (Coverity 543).
2008-10-02 10:30:33 -05:00
Vitaliy Margolen
d83fc43e5e
user32/tests: Move shell test to the end - killing explorer affects lots of tests.
2008-09-30 10:14:22 -05:00
Vitaliy Margolen
cc5ff833b3
user32/tests: Make it easier to identify failed tests.
2008-09-29 17:32:45 -05:00
Vitaliy Margolen
311fea4ec4
user32/tests: Use empty_message_queue with timeouts.
2008-09-29 17:32:30 -05:00
Alexandre Julliard
e0e91cf7f4
user32/tests: Fix the listbox tests on Win9x and NT4.
2008-09-24 15:39:03 +02:00
Alexandre Julliard
6345c938b2
user32/tests: Fix some input test failures.
2008-09-24 15:37:38 +02:00
Alexandre Julliard
7e1bc58d76
user32/tests: Fix the winstation tests on NT4.
2008-09-24 14:51:05 +02:00
Alexandre Julliard
d9e26cb9d4
user32/tests: Fix more message test failures on NT4 and XP.
2008-09-24 13:11:26 +02:00
Alexandre Julliard
17c6542cfe
user32/tests: Fix some more message test failures.
2008-09-22 12:14:56 +02:00
Alexandre Julliard
2193a70137
user32/tests: Fix a few more message test failures.
2008-09-19 12:07:18 +02:00
Alexandre Julliard
392387400e
user32/tests: Fix some test failures on win9x.
2008-09-17 16:29:32 +02:00
Alexandre Julliard
b40628825a
user32/tests: Cope with last error behavior on Vista.
2008-09-17 16:24:10 +02:00
Alexandre Julliard
343d2420fc
user32/tests: Fix some test failures on XP.
2008-09-17 14:05:06 +02:00
Alexandre Julliard
01584fb318
user32/tests: Fix a number of message test failures on various Windows versions.
2008-09-16 16:27:47 +02:00
Alexandre Julliard
6337ba3ca0
user32/tests: Fix a test that fails on all Windows versions.
2008-09-15 11:30:13 +02:00
Alexandre Julliard
b2f34b3587
user32/tests: Ignore some more messages.
2008-09-15 11:29:58 +02:00
Alexandre Julliard
d476761f91
user32/tests: Added some tests for Get/SetLayeredWindowAttributes.
2008-09-12 15:31:05 +02:00
Dmitry Timoshkov
077cd6a9f5
user32: Fix the work area test to pass on Windows when the taskbar is on top.
2008-09-11 11:47:12 +02:00
Vincent Povirk
3c4f44d1af
user32: Use the correct bitmap location for MNS_CHECKORBMP.
2008-09-08 12:49:12 +02:00
Paul Vriens
3f6e4adf9d
user32/tests: Win9x needs a threadid for CreateThread.
2008-09-08 12:49:12 +02:00
Michael Stefaniuc
a38d47f27f
user32/tests: Remove unreachable break after return (Smatch).
2008-09-08 12:31:56 +02:00
Jeff Latimer
16f38d7481
user32/tests: Add more A and W test combinations for dde.
2008-09-05 10:48:47 +02:00
Jeff Latimer
0c5fff5ea8
user32/tests: Tests for a W interface connection adding some todo_wine tests.
2008-09-05 10:48:33 +02:00
Jeff Latimer
5ad6ef53a2
user32: DdeConnect causes 2 XTYP_CONNECT_CONFIRM messages to flow. Delete one.
2008-09-05 10:48:15 +02:00
Jeff Latimer
4c3e55dd88
user32/tests: Test infrastructure for testing ddeml end to end.
2008-09-05 10:48:03 +02:00
Vincent Povirk
491e44d425
user32/tests: Don't check menu items when testing MNS_CHECKORBMP.
...
If the MNS_CHECKORBMP style is set on a menu, and the menu is checked,
the bitmap is not drawn. For the menu tests, that means we get no
WM_DRAWITEM message for an owner-drawn bitmap, and the bounding box of
the bitmap is not tested. We should leave the menu item unchecked in
this case so we can test it.
2008-09-04 12:44:13 +02:00
Jeff Latimer
a251a8f166
user32/tests: Deregister the class created by create_dde_window.
2008-09-03 14:21:44 +02:00
Francois Gouget
189ea26989
user32/tests: Add a trailing '\n' to an ok() call.
2008-09-02 13:58:41 +02:00
Jim Cameron
2df7f6a343
user32/tests: Add a regression test for CreateIconFromResource.
2008-08-28 13:09:16 +02:00
Jim Cameron
08775c642a
user32: Fixed bug in loading .cur files.
2008-08-28 13:09:00 +02:00
Aric Stewart
3f9aec17cd
user32: Add test demonstrating the WM_PAINT loop.
2008-08-27 13:21:25 +02:00
Dmitry Timoshkov
dddec81dfb
user32: Add a test for monitor work area, fix some failures.
2008-08-27 13:21:20 +02:00
Andre Wisplinghoff
ea49a06934
user32: Add a test for ToUnicode.
2008-08-20 13:55:13 +02:00
Austin English
f8cd30e9e1
user32: Test what FindWindow does when window isn't found.
2008-08-20 12:47:29 +02:00
Jeff Latimer
544c1e5cd1
user32/tests: Add tests for for invalid DDE conditions.
2008-08-18 17:26:39 +02:00
Jeff Latimer
70ebae341d
user32: DdeClientTransaction should check that pData is not NULL for XTYP_REQUEST.
2008-08-18 17:26:19 +02:00
Jeff Latimer
04a59014f8
user32: DdeQueryString returns a NULL str if there is no handle.
2008-08-18 17:26:01 +02:00
Jeff Latimer
ec49e4179b
user32: DdeClientTransaction should return 0 in the last param for DDE_DATA.
2008-08-18 17:25:37 +02:00
Alexandre Julliard
f59540ddad
user32/tests: Fix a number of message sequence tests that could sometimes fail.
2008-08-05 14:09:33 +02:00
Alexandre Julliard
2b1c4ba138
user32/tests: Fix some test failures on win9x.
2008-08-05 14:09:33 +02:00
Alexandre Julliard
13645a7b30
user32/tests: Don't check last error on success in the broadcast tests.
2008-08-05 14:09:20 +02:00
Alexandre Julliard
4fce63eb74
user32/tests: Fix the listbox LB_DIR tests when directories are present.
2008-08-04 23:04:53 +02:00
Andre Wisplinghoff
7abfbd085c
user32: Make dde test use skip function.
2008-08-01 11:18:11 +02:00
Alexandre Julliard
96f352b86f
user32/tests: Fix some message test failures on various Windows versions.
2008-07-31 17:16:22 +02:00
Alexandre Julliard
ba644e9c31
user32/tests: Fix some tests on Win9x.
2008-07-30 13:50:00 +02:00
Alexandre Julliard
70a9d70ba5
user32/tests: Make sure the bitmap info passed to CreateDIBSection contains a valid color table.
2008-07-22 17:56:12 +02:00
Reece Dunn
115b7492be
user32: Fixed building the tests with the Vista SDK.
2008-07-22 13:20:27 +02:00
Huw Davies
80fe2faeb6
user32: Don't send the menu clicks if we can't retrieve the item rect.
2008-07-22 12:31:11 +02:00
Huw Davies
bf89330d14
user32: Don't read past the end of a global memory block.
2008-07-18 11:05:37 +02:00