[PATCH] ddraw/tests: Fix typos

Christian Costa titan.costa at wanadoo.fr
Mon Mar 1 02:38:32 CST 2010


---

 dlls/ddraw/tests/d3d.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
-------------- next part --------------
diff --git a/dlls/ddraw/tests/d3d.c b/dlls/ddraw/tests/d3d.c
index e922f5d..6d58c67 100644
--- a/dlls/ddraw/tests/d3d.c
+++ b/dlls/ddraw/tests/d3d.c
@@ -3184,8 +3184,8 @@ static void SetRenderTargetTest(void)
     ok(vp.dwY == 10, "vp.dwY is %u, expected 10\n", vp.dwY);
     ok(vp.dwWidth == 246, "vp.dwWidth is %u, expected 246\n", vp.dwWidth);
     ok(vp.dwHeight == 246, "vp.dwHeight is %u, expected 246\n", vp.dwHeight);
-    ok(vp.dvMinZ == 0.25, "vp.dvMinZ is %f, expected 0.1\n", vp.dvMinZ);
-    ok(vp.dvMaxZ == 0.75, "vp.dvMaxZ is %f, expected 0.9\n", vp.dvMaxZ);
+    ok(vp.dvMinZ == 0.25, "vp.dvMinZ is %f, expected 0.25\n", vp.dvMinZ);
+    ok(vp.dvMaxZ == 0.75, "vp.dvMaxZ is %f, expected 0.75\n", vp.dvMaxZ);
 
     memset(&vp, 0, sizeof(vp));
     vp.dwX = 0;


More information about the wine-patches mailing list