Commit 5bd0070a authored by Józef Kucia's avatar Józef Kucia Committed by Alexandre Julliard

d3dx9/tests: Remove d3d9 test from d3dx9 tests.

parent dc53f018
...@@ -1329,9 +1329,6 @@ static void test_D3DXCreateCubeTextureFromFileInMemory(IDirect3DDevice9 *device) ...@@ -1329,9 +1329,6 @@ static void test_D3DXCreateCubeTextureFromFileInMemory(IDirect3DDevice9 *device)
ok(surface_desc.Width == 4, "Got width %u, expected 4\n", surface_desc.Width); ok(surface_desc.Width == 4, "Got width %u, expected 4\n", surface_desc.Width);
ok(surface_desc.Height == 4, "Got height %u, expected 4\n", surface_desc.Height); ok(surface_desc.Height == 4, "Got height %u, expected 4\n", surface_desc.Height);
hr = IDirect3DCubeTexture9_GetLevelDesc(cube_texture, 3, &surface_desc);
todo_wine ok(hr == D3DERR_INVALIDCALL, "GetLevelDesc returned %#x, expected %#x\n", hr, D3DERR_INVALIDCALL);
ref = IDirect3DCubeTexture9_Release(cube_texture); ref = IDirect3DCubeTexture9_Release(cube_texture);
ok(ref == 0, "Invalid reference count. Got %u, expected 0\n", ref); ok(ref == 0, "Invalid reference count. Got %u, expected 0\n", ref);
} else skip("Couldn't create cube texture\n"); } else skip("Couldn't create cube texture\n");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment