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:
parent
d04606b583
commit
5fd23798ff
|
@ -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];
|
||||
|
||||
|
|
Loading…
Reference in New Issue