ChangeSet ID: 10846 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/01/23 14:50:35
Modified files: dlls/user/tests: wsprintf.c win.c sysparams.c resource.c listbox.c class.c dlls/kernel/tests: environ.c drive.c
Log message: Francois Gouget fgouget@free.fr Add trailing '\n's to ok() calls.
Patch: http://cvs.winehq.org/patch.py?id=10846
Old revision New revision Changes Path 1.4 1.5 +4 -4 wine/dlls/user/tests/wsprintf.c 1.14 1.15 +43 -43 wine/dlls/user/tests/win.c 1.19 1.20 +11 -11 wine/dlls/user/tests/sysparams.c 1.1 1.2 +3 -3 wine/dlls/user/tests/resource.c 1.1 1.2 +1 -1 wine/dlls/user/tests/listbox.c 1.11 1.12 +30 -30 wine/dlls/user/tests/class.c 1.6 1.7 +39 -39 wine/dlls/kernel/tests/environ.c 1.3 1.4 +20 -20 wine/dlls/kernel/tests/drive.c