Module: wine Branch: master Commit: 103f3db95f236688bd5ba89950fc5f7287c12a88 URL: http://source.winehq.org/git/wine.git/?a=commit;h=103f3db95f236688bd5ba89950...
Author: Huw Davies huw@codeweavers.com Date: Fri Feb 27 11:33:44 2009 +0000
gdi32/tests: Don't expect the screen dc's bitmap to be mono 1x1.
---
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 61ed443..561f96b 100644 --- a/dlls/gdi32/tests/bitmap.c +++ b/dlls/gdi32/tests/bitmap.c @@ -1988,7 +1988,6 @@ todo_wine test_mono_1x1_bmp(bm5); test_mono_1x1_bmp(old1); test_mono_1x1_bmp(curObj1); - test_mono_1x1_bmp(curObj2);
DeleteObject(bm); DeleteObject(bm1);