Module: wine Branch: refs/heads/master Commit: 5fd23798ffc67a08d4ba2e823e089ff109c7e773 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=5fd23798ffc67a08d4ba2e82...
Author: Alexandre Julliard julliard@winehq.org Date: Fri Mar 31 12:45:59 2006 +0200
comctl32: Force a specific day value in the monthcal test.
Avoids test failure when the current day happens to be the 31st...
---
dlls/comctl32/tests/monthcal.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/dlls/comctl32/tests/monthcal.c b/dlls/comctl32/tests/monthcal.c index 89d3bc6..b5fb982 100644 --- a/dlls/comctl32/tests/monthcal.c +++ b/dlls/comctl32/tests/monthcal.c @@ -59,6 +59,7 @@ void test_monthcal(void) ok(st1[0].wYear != 2000, "Lover limit changed\n");
GetSystemTime(&st[0]); + st[0].wDay = 20; st[0].wMonth = 5; st[1] = st[0];