[PATCH 3/3] gdiplus/test: Remove todos for tests that pass now [Try 4]

Justin Chevrier jchevrier at gmail.com
Thu Feb 25 19:41:04 CST 2010


---
 dlls/gdiplus/tests/graphics.c |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/dlls/gdiplus/tests/graphics.c b/dlls/gdiplus/tests/graphics.c
index 32d115e..b2dc9b2 100644
--- a/dlls/gdiplus/tests/graphics.c
+++ b/dlls/gdiplus/tests/graphics.c
@@ -2299,7 +2299,7 @@ static void test_GdipGetNearestColor(void)
     if (status == Ok)
     {
         status = GdipGetNearestColor(graphics, &color);
-        todo_wine expect(Ok, status);
+        expect(Ok, status);
         expect(0xdeadbeef, color);
         GdipDeleteGraphics(graphics);
     }
@@ -2312,7 +2312,7 @@ static void test_GdipGetNearestColor(void)
     if (status == Ok)
     {
         status = GdipGetNearestColor(graphics, &color);
-        todo_wine expect(Ok, status);
+        expect(Ok, status);
         expect(0xdeadbeef, color);
         GdipDeleteGraphics(graphics);
     }
@@ -2325,7 +2325,7 @@ static void test_GdipGetNearestColor(void)
     if (status == Ok)
     {
         status = GdipGetNearestColor(graphics, &color);
-        todo_wine expect(Ok, status);
+        expect(Ok, status);
         expect(0xdeadbeef, color);
         GdipDeleteGraphics(graphics);
     }
@@ -2344,7 +2344,7 @@ static void test_GdipGetNearestColor(void)
     status = GdipGetImageGraphicsContext((GpImage*)bitmap, &graphics);
     expect(Ok, status);
     status = GdipGetNearestColor(graphics, &color);
-    todo_wine expect(Ok, status);
+    expect(Ok, status);
     expect(0xdeadbeef, color);
     GdipDeleteGraphics(graphics);
     GdipDisposeImage((GpImage*)bitmap);
@@ -2354,7 +2354,7 @@ static void test_GdipGetNearestColor(void)
     status = GdipGetImageGraphicsContext((GpImage*)bitmap, &graphics);
     expect(Ok, status);
     status = GdipGetNearestColor(graphics, &color);
-    todo_wine expect(Ok, status);
+    expect(Ok, status);
     expect(0xdeadbeef, color);
     GdipDeleteGraphics(graphics);
     GdipDisposeImage((GpImage*)bitmap);
@@ -2364,7 +2364,7 @@ static void test_GdipGetNearestColor(void)
     status = GdipGetImageGraphicsContext((GpImage*)bitmap, &graphics);
     expect(Ok, status);
     status = GdipGetNearestColor(graphics, &color);
-    todo_wine expect(Ok, status);
+    expect(Ok, status);
     expect(0xdeadbeef, color);
     GdipDeleteGraphics(graphics);
     GdipDisposeImage((GpImage*)bitmap);
@@ -2374,7 +2374,7 @@ static void test_GdipGetNearestColor(void)
     status = GdipGetImageGraphicsContext((GpImage*)bitmap, &graphics);
     expect(Ok, status);
     status = GdipGetNearestColor(graphics, &color);
-    todo_wine expect(Ok, status);
+    expect(Ok, status);
     expect(0xdeadbeef, color);
     GdipDeleteGraphics(graphics);
     GdipDisposeImage((GpImage*)bitmap);
@@ -2384,7 +2384,7 @@ static void test_GdipGetNearestColor(void)
     status = GdipGetImageGraphicsContext((GpImage*)bitmap, &graphics);
     expect(Ok, status);
     status = GdipGetNearestColor(graphics, &color);
-    todo_wine expect(Ok, status);
+    expect(Ok, status);
     expect(0xdeadbeef, color);
     GdipDeleteGraphics(graphics);
     GdipDisposeImage((GpImage*)bitmap);
@@ -2394,7 +2394,7 @@ static void test_GdipGetNearestColor(void)
     status = GdipGetImageGraphicsContext((GpImage*)bitmap, &graphics);
     expect(Ok, status);
     status = GdipGetNearestColor(graphics, &color);
-    todo_wine expect(Ok, status);
+    expect(Ok, status);
     expect(0xdeadbeef, color);
     GdipDeleteGraphics(graphics);
     GdipDisposeImage((GpImage*)bitmap);
@@ -2404,7 +2404,7 @@ static void test_GdipGetNearestColor(void)
     status = GdipGetImageGraphicsContext((GpImage*)bitmap, &graphics);
     expect(Ok, status);
     status = GdipGetNearestColor(graphics, &color);
-    todo_wine expect(Ok, status);
+    expect(Ok, status);
     todo_wine expect(0xffa8bce8, color);
     GdipDeleteGraphics(graphics);
     GdipDisposeImage((GpImage*)bitmap);
@@ -2414,7 +2414,7 @@ static void test_GdipGetNearestColor(void)
     status = GdipGetImageGraphicsContext((GpImage*)bitmap, &graphics);
     expect(Ok, status);
     status = GdipGetNearestColor(graphics, &color);
-    todo_wine expect(Ok, status);
+    expect(Ok, status);
     todo_wine expect(0xffa8b8e8, color);
     GdipDeleteGraphics(graphics);
     GdipDisposeImage((GpImage*)bitmap);
-- 
1.6.5.rc1




More information about the wine-patches mailing list