Commit 5fd23798 authored by Alexandre Julliard's avatar Alexandre Julliard

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

Avoids test failure when the current day happens to be the 31st...
parent d04606b5
...@@ -59,6 +59,7 @@ void test_monthcal(void) ...@@ -59,6 +59,7 @@ void test_monthcal(void)
ok(st1[0].wYear != 2000, "Lover limit changed\n"); ok(st1[0].wYear != 2000, "Lover limit changed\n");
GetSystemTime(&st[0]); GetSystemTime(&st[0]);
st[0].wDay = 20;
st[0].wMonth = 5; st[0].wMonth = 5;
st[1] = st[0]; st[1] = st[0];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment