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:
Michael Stefaniuc 2013-02-18 22:55:08 +01:00 committed by Alexandre Julliard
parent 242da67082
commit 621d9e444a
2 changed files with 0 additions and 6 deletions

View file

@ -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);

View file

@ -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);