ChangeSet ID: 12477 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard(a)wine.codeweavers.com 2004/05/27 15:00:26 Modified files: dlls/winmm/tests: winmm_test.h wave.c capture.c Log message: Robert Reif <reif(a)earthlink.net> Added WAVE_MAPPED flag test. Added 8000 Hz test as a typically supported format. Added 12000 Hz test as a typically unsupported format. Test error reporting better by testing unsupported formats. Test using PCMWAVEFORMAT in place of WAVEFORMATEX. Patch: http://cvs.winehq.org/patch.py?id=12477 Old revision New revision Changes Path 1.2 1.3 +5 -0 wine/dlls/winmm/tests/winmm_test.h 1.25 1.26 +98 -47 wine/dlls/winmm/tests/wave.c 1.2 1.3 +75 -31 wine/dlls/winmm/tests/capture.c