Alexandre Julliard : d3d8/tests: Remove a todo from a test that succeeds.

Alexandre Julliard julliard at winehq.org
Mon Jul 29 14:01:19 CDT 2013


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Mon Jul 29 15:52:09 2013 +0200

d3d8/tests: Remove a todo from a test that succeeds.

---

 dlls/d3d8/tests/visual.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/d3d8/tests/visual.c b/dlls/d3d8/tests/visual.c
index f2c9b67..1436122 100644
--- a/dlls/d3d8/tests/visual.c
+++ b/dlls/d3d8/tests/visual.c
@@ -634,7 +634,7 @@ static void fog_test(IDirect3DDevice8 *device)
         }
 
         color = getPixelColor(device, 160, 360);
-        todo_wine ok(color_match(color, 0x00e51900, 4), "Partially fogged quad has color %08x\n", color);
+        ok(color_match(color, 0x00e51900, 4), "Partially fogged quad has color %08x\n", color);
         color = getPixelColor(device, 160, 120);
         ok(color_match(color, D3DCOLOR_ARGB(0x00, 0x00, 0xff, 0x00), 1),
                 "Fogged out quad has color %08x\n", color);




More information about the wine-cvs mailing list