mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:19:49 +00:00
Revert "dsound/tests: Primary and secondary buffers use the same IDirectSoundBuffer vtbl.".
This reverts commit 7959778d3f
.
This is not always the case on Windows.
This commit is contained in:
parent
242da67082
commit
621d9e444a
2 changed files with 0 additions and 6 deletions
|
@ -642,9 +642,6 @@ static HRESULT test_primary_secondary(LPGUID lpGuid)
|
|||
"IDirectSound_CreateSoundBuffer() failed to create a secondary buffer %08x\n",rc);
|
||||
|
||||
if (rc==DS_OK && secondary!=NULL) {
|
||||
todo_wine ok(primary->lpVtbl==secondary->lpVtbl,
|
||||
"Primary and secondary buffers have different vtbls.\n");
|
||||
|
||||
test_buffer(dso,&secondary,0,FALSE,0,FALSE,0,
|
||||
winetest_interactive,1.0,0,NULL,0,0,FALSE,0);
|
||||
|
||||
|
|
|
@ -648,9 +648,6 @@ static HRESULT test_primary_secondary8(LPGUID lpGuid)
|
|||
"buffer %08x\n",rc);
|
||||
|
||||
if (rc==DS_OK && secondary!=NULL) {
|
||||
todo_wine ok(primary->lpVtbl==secondary->lpVtbl,
|
||||
"Primary and secondary buffers have different vtbls.\n");
|
||||
|
||||
test_buffer8(dso,&secondary,0,FALSE,0,FALSE,0,
|
||||
winetest_interactive,1.0,0,NULL,0,0);
|
||||
|
||||
|
|
Loading…
Reference in a new issue