Alexandre Julliard : ddraw/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: cf8d7fbb6b78f6e5d7ae27dca482f5ff9a28db62
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=cf8d7fbb6b78f6e5d7ae27dca482f5ff9a28db62

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

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

---

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

diff --git a/dlls/ddraw/tests/visual.c b/dlls/ddraw/tests/visual.c
index b8a4b76..5c25faa 100644
--- a/dlls/ddraw/tests/visual.c
+++ b/dlls/ddraw/tests/visual.c
@@ -685,7 +685,7 @@ static void fog_test(IDirect3DDevice7 *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, 0x0000ff00, 1), "Fogged out quad has color %08x\n", color);
 




More information about the wine-cvs mailing list