Christian Costa : ddraw/tests: Fix typos.

Alexandre Julliard julliard at winehq.org
Mon Mar 1 09:27:36 CST 2010


Module: wine
Branch: master
Commit: 2e48bdd14410c0422dc485d61a0c4178b6759404
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=2e48bdd14410c0422dc485d61a0c4178b6759404

Author: Christian Costa <titan.costa at wanadoo.fr>
Date:   Mon Mar  1 09:38:32 2010 +0100

ddraw/tests: Fix typos.

---

 dlls/ddraw/tests/d3d.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

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-cvs mailing list