Joris Huizer : user32/tests: Copy/paste fix.

Alexandre Julliard julliard at winehq.org
Mon Jun 23 07:35:27 CDT 2008


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

Author: Joris Huizer <jorishuizer at debian>
Date:   Thu Jun 19 17:11:19 2008 +0200

user32/tests: Copy/paste fix.

---

 dlls/user32/tests/msg.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/user32/tests/msg.c b/dlls/user32/tests/msg.c
index 13f43f2..f2f335f 100644
--- a/dlls/user32/tests/msg.c
+++ b/dlls/user32/tests/msg.c
@@ -10726,7 +10726,7 @@ static void test_menu_messages(void)
 
     set_menu_style(hmenu, 0);
     style = get_menu_style(hmenu);
-    ok(style == 0, "expected MNS_NOTIFYBYPOS, got %u\n", style);
+    ok(style == 0, "expected 0, got %u\n", style);
 
     hmenu_popup = GetSubMenu(hmenu, 0);
     ok(hmenu_popup != 0, "GetSubMenu returned 0 for submenu 0\n");




More information about the wine-cvs mailing list