Skip to content
Snippets Groups Projects
Commit 5fd23798 authored by Alexandre Julliard's avatar Alexandre Julliard
Browse files

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

Avoids test failure when the current day happens to be the 31st...
parent d04606b5
Branches
Tags
No related merge requests found
......@@ -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];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment