James Hawkins : comctl32: Fix a couple failing tests in win98.

Alexandre Julliard julliard at winehq.org
Mon Sep 8 07:41:39 CDT 2008


Module: wine
Branch: master
Commit: dcc230c567014bfe2dd269f4b27a81838a459560
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=dcc230c567014bfe2dd269f4b27a81838a459560

Author: James Hawkins <jhawkins at codeweavers.com>
Date:   Mon Sep  8 00:48:00 2008 -0500

comctl32: Fix a couple failing tests in win98.

---

 dlls/comctl32/tests/trackbar.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/comctl32/tests/trackbar.c b/dlls/comctl32/tests/trackbar.c
index 7acecfe..24c1edc 100644
--- a/dlls/comctl32/tests/trackbar.c
+++ b/dlls/comctl32/tests/trackbar.c
@@ -65,7 +65,7 @@ static const struct message parent_empty_test_seq[] = {
 
 static const struct message parent_create_trackbar_wnd_seq[] = {
     { WM_NOTIFYFORMAT, sent},
-    { 0x0129, sent}, /* should be WM_QUERYUISTATE instead of 0x0129 */
+    { WM_QUERYUISTATE, sent|optional},
     { WM_WINDOWPOSCHANGING, sent},
     { WM_NCACTIVATE, sent},
     { PBT_APMRESUMECRITICAL, sent},
@@ -86,7 +86,7 @@ static const struct message parent_new_window_test_seq[] = {
     { WM_IME_NOTIFY, sent|defwinproc|optional},
     { WM_SETFOCUS, sent|defwinproc},
     { WM_NOTIFYFORMAT, sent},
-    { 0x0129, sent}, /* should be WM_QUERYUISTATE instead of 0x0129*/
+    { WM_QUERYUISTATE, sent|optional},
     {0}
 };
 




More information about the wine-cvs mailing list