[PATCH] monthcal todo_wine now passes

Marcus Meissner marcus at jet.franken.de
Tue Jul 24 13:59:51 CDT 2007


Hi,

this test succeeds for me.

Ciao, Marcus
---
 dlls/comctl32/tests/monthcal.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/comctl32/tests/monthcal.c b/dlls/comctl32/tests/monthcal.c
index 2972aa7..dcde61c 100644
--- a/dlls/comctl32/tests/monthcal.c
+++ b/dlls/comctl32/tests/monthcal.c
@@ -815,7 +815,7 @@ static void test_monthcal_HitTest(HWND h
     expect(125, mchit.pt.x);
     expect(115, mchit.pt.y);
     expect(mchit.uHit, res);
-    todo_wine {expect(MCHT_CALENDARDATE, res);}
+    expect(MCHT_CALENDARDATE, res);
 
     /* (80, 160) is in active area - background section of the title */
     mchit.pt.x = 80;
-- 
1.4.3.4



More information about the wine-patches mailing list