Francois Gouget : kernel32/tests: Change to a win_skip() because we don' t want to skip the GetConsoleCursorInfo(,NULL) test in Wine.

Alexandre Julliard julliard at winehq.org
Tue Feb 24 10:21:13 CST 2009


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Tue Feb 24 00:02:47 2009 +0100

kernel32/tests: Change to a win_skip() because we don't want to skip the GetConsoleCursorInfo(,NULL) test in Wine.

---

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

diff --git a/dlls/kernel32/tests/console.c b/dlls/kernel32/tests/console.c
index 830dbc1..fa94679 100644
--- a/dlls/kernel32/tests/console.c
+++ b/dlls/kernel32/tests/console.c
@@ -162,7 +162,7 @@ static void testCursorInfo(HANDLE hCon)
 
     if (info.dwSize == 12)
     {
-        skip("NULL CONSOLE_CURSOR_INFO will crash on win9x\n");
+        win_skip("NULL CONSOLE_CURSOR_INFO will crash on win9x\n");
         return;
     }
 




More information about the wine-cvs mailing list