ChangeSet ID: 15051 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/12/27 11:46:36
Modified files: dlls/wininet/tests: http.c dlls/shlwapi/tests: ordinal.c dlls/shell32/tests: shellpath.c dlls/msvcrt/tests: file.c dlls/mscms/tests: profile.c dlls/lzexpand/tests: lzexpand_main.c dlls/gdi/tests : metafile.c gdiobj.c brush.c dlls/advapi32/tests: security.c
Log message: Rein Klazes wijn@wanadoo.nl Correct cases where arguments of ok() calls depend on the order in which they are evaluated.
Patch: http://cvs.winehq.org/patch.py?id=15051
Old revision New revision Changes Path 1.16 1.17 +10 -7 wine/dlls/wininet/tests/http.c 1.14 1.15 +7 -5 wine/dlls/shlwapi/tests/ordinal.c 1.4 1.5 +3 -2 wine/dlls/shell32/tests/shellpath.c 1.11 1.12 +18 -8 wine/dlls/msvcrt/tests/file.c 1.9 1.10 +6 -2 wine/dlls/mscms/tests/profile.c 1.1 1.2 +8 -6 wine/dlls/lzexpand/tests/lzexpand_main.c 1.3 1.4 +43 -25 wine/dlls/gdi/tests/metafile.c 1.3 1.4 +4 -2 wine/dlls/gdi/tests/gdiobj.c 1.1 1.2 +5 -2 wine/dlls/gdi/tests/brush.c 1.6 1.7 +20 -16 wine/dlls/advapi32/tests/security.c