Paul Vriens : kernel32/tests: Use skip.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Mar 21 08:17:01 CDT 2007


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

Author: Paul Vriens <paul.vriens.wine at gmail.com>
Date:   Tue Mar 20 17:11:54 2007 +0100

kernel32/tests: Use skip.

---

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

diff --git a/dlls/kernel32/tests/environ.c b/dlls/kernel32/tests/environ.c
index ec686ab..dab57f7 100644
--- a/dlls/kernel32/tests/environ.c
+++ b/dlls/kernel32/tests/environ.c
@@ -130,6 +130,7 @@ static void test_GetSetEnvironmentVariableW(void)
     if (ret == FALSE && GetLastError()==ERROR_CALL_NOT_IMPLEMENTED)
     {
         /* Must be Win9x which doesn't support the Unicode functions */
+        skip("SetEnvironmentVariableW is not implemented\n");
         return;
     }
     ok(ret == TRUE,




More information about the wine-cvs mailing list