gdi32/tests: Remove a cut and paste error.
authorHuw Davies <huw@codeweavers.com>
Wed, 11 Mar 2009 10:01:03 +0000 (10:01 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 11 Mar 2009 12:03:33 +0000 (13:03 +0100)
dlls/gdi32/tests/bitmap.c

index ec466ddf37b466a7a3250daa63435aa2b7400aa7..107d27462bd4285fb57454a83a48c693ee5e87c0 100644 (file)
@@ -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);