Module: wine Branch: master Commit: 8c0a8ac514ea27a604f69be507bc5d6278691b61 URL: http://source.winehq.org/git/wine.git/?a=commit;h=8c0a8ac514ea27a604f69be507...
Author: Matteo Bruni mbruni@codeweavers.com Date: Sat Nov 20 17:13:15 2010 +0100
d3dx9/tests: Remove a D3DXPlaneNormalize test.
---
dlls/d3dx9_36/tests/math.c | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/dlls/d3dx9_36/tests/math.c b/dlls/d3dx9_36/tests/math.c index 6d192f9..e455a96 100644 --- a/dlls/d3dx9_36/tests/math.c +++ b/dlls/d3dx9_36/tests/math.c @@ -617,10 +617,6 @@ static void D3DXPlaneTest(void) expectedplane.a = 0.0f; expectedplane.b = 0.0f; expectedplane.c = 0.0f; expectedplane.d = 0.0f; D3DXPlaneNormalize(&gotplane, &nulplane); expect_plane(expectedplane, gotplane); - nulplane.a = 0.0; nulplane.b = 0.0f, nulplane.c = 0.0f; nulplane.d = 4.3f; - expectedplane.a = 0.0f; expectedplane.b = 0.0f; expectedplane.c = 0.0f; expectedplane.d = 0.0f; - D3DXPlaneNormalize(&gotplane, &nulplane); - expect_plane(expectedplane, gotplane);
/*_______________D3DXPlaneTransform____________*/ expectedplane.a = 49.0f; expectedplane.b = -98.0f; expectedplane.c = 55.0f; expectedplane.d = -165.0f;