mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 11:43:31 +00:00
comctl32/tests: Fix test failures running on February 29.
This commit is contained in:
parent
3c5a2549c5
commit
0cae0842b9
1 changed files with 1 additions and 0 deletions
|
@ -385,6 +385,7 @@ static void test_monthcal(void)
|
||||||
|
|
||||||
/* set both limits, then set max < min */
|
/* set both limits, then set max < min */
|
||||||
GetSystemTime(&st[0]);
|
GetSystemTime(&st[0]);
|
||||||
|
st[0].wDay = 25;
|
||||||
st[1] = st[0];
|
st[1] = st[0];
|
||||||
st[1].wYear++;
|
st[1].wYear++;
|
||||||
ok(SendMessage(hwnd, MCM_SETRANGE, GDTR_MIN|GDTR_MAX, (LPARAM)st), "Failed to set limits\n");
|
ok(SendMessage(hwnd, MCM_SETRANGE, GDTR_MIN|GDTR_MAX, (LPARAM)st), "Failed to set limits\n");
|
||||||
|
|
Loading…
Reference in a new issue