Huw Davies : gdi32/tests: Remove a cut and paste error.

Alexandre Julliard julliard at winehq.org
Wed Mar 11 10:04:30 CDT 2009


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

Author: Huw Davies <huw at codeweavers.com>
Date:   Wed Mar 11 10:01:03 2009 +0000

gdi32/tests: Remove a cut and paste error.

---

 dlls/gdi32/tests/bitmap.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/dlls/gdi32/tests/bitmap.c b/dlls/gdi32/tests/bitmap.c
index ec466dd..107d274 100644
--- a/dlls/gdi32/tests/bitmap.c
+++ b/dlls/gdi32/tests/bitmap.c
@@ -1649,7 +1649,6 @@ static void test_GetDIBits(void)
     ok(bm.bmType == 0 ||
        broken(bm.bmType == 21072), /* win9x */
        "wrong bmType %d\n", bm.bmType);
-    ok(bm.bmType == 0, "wrong bmType %d\n", bm.bmType);
     ok(bm.bmWidth == 16, "wrong bmWidth %d\n", bm.bmWidth);
     ok(bm.bmHeight == 16, "wrong bmHeight %d\n", bm.bmHeight);
     ok(bm.bmWidthBytes == BITMAP_GetWidthBytes(bm.bmWidth, bm.bmBitsPixel), "wrong bmWidthBytes %d\n", bm.bmWidthBytes);




More information about the wine-cvs mailing list