wine/dlls/kernel/tests environ.c
ChangeSet ID: 6447 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard(a)wine.codeweavers.com 2002/11/30 13:02:22 Modified files: dlls/kernel/tests: environ.c Log message: Francois Gouget <fgouget(a)free.fr> SetEnvironmentVariableA(NULL, NULL) crashes on Win98 -> removed. SetEnvironmentVariableA("", value) crashes on NT4 -> removed. The behavior of SetEnvironmentVariableA("", "") varies to much -> removed. Test the behavior of SetEnvironmentVariable{A,W}(name, "") taking into account the differences between Win9x and NT. Test the behavior of GetEnvironmentVariable{A,W}(name, buf, 0). Fix the error code checks to take into account the differences between Win9x, NT4 and XP. Skip the unicode tests if the first call returns ERROR_CALL_NOT_IMPLEMENTED. Whenever a test fails, print sufficient information (typically return code and GetLastError()!) to let the developer figure out what is wrong. Patch: http://cvs.winehq.com/patch.py?id=6447 Old revision New revision Changes Path 1.2 1.3 +110 -80 wine/dlls/kernel/tests/environ.c
participants (1)
-
Alexandre Julliard