comctl32: Force a specific day value in the monthcal test.

Avoids test failure when the current day happens to be the 31st...
This commit is contained in:
Alexandre Julliard 2006-03-31 12:45:59 +02:00
parent d04606b583
commit 5fd23798ff
1 changed files with 1 additions and 0 deletions

View File

@ -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];