Refactored common test code into subroutines.
commit4c3d661781d169339a84935bcd8f5275581b6459
authorRobert Reif <reif@earthlink.net>
Fri, 30 Jul 2004 18:42:51 +0000 (30 18:42 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 30 Jul 2004 18:42:51 +0000 (30 18:42 +0000)
tree195222acc6f170af5fd311c8c6eebf50c05cf69c
parentb6ab40e97772fe86c2d19c56a795cc2d4e4f2a6f
Refactored common test code into subroutines.
Added tests for correct Compact behavior.
Added tests for all possible IDirectSound[8] creation modes with good
and bad arguments.
Split dsound.c and ds3d.c into separate files for IDirectSound and
IDirectSound8 interfaces and added code to not execute IDirectSound8
tests when run with a dsound.dll of version 7 or earlier.  We should
now be able to run these tests on a Windows system with DX7 or earlier
(untested).
dlls/dsound/tests/.cvsignore
dlls/dsound/tests/Makefile.in
dlls/dsound/tests/ds3d.c
dlls/dsound/tests/ds3d8.c [copied from dlls/dsound/tests/ds3d.c with 78% similarity]
dlls/dsound/tests/dsound.c
dlls/dsound/tests/dsound8.c [new file with mode: 0644]
dlls/dsound/tests/dsound_test.h