Alexandre Julliard
|
5fd23798ff
|
comctl32: Force a specific day value in the monthcal test.
Avoids test failure when the current day happens to be the 31st...
|
2006-03-31 12:45:59 +02:00 |
Vitaliy Margolen
|
9774745330
|
comctl32: Remove/swap limits if min > max in MCM_SETRANGE.
We should swap min & max only when both limits are being
set. Otherwise limit that being set should invalidate other limit
(remove it).
|
2006-02-16 12:19:36 +01:00 |
Vitaliy Margolen
|
f273bdc0b5
|
comctl32: Don't change month range in MCM_SETRANGE. Add tests for this.
|
2006-02-16 12:19:09 +01:00 |
Vitaliy Margolen
|
bc2b9e3feb
|
comctl32: Fix invalid date/time check in MCM_SETRANGE: ignore time and fail on bad date.
|
2006-02-14 17:12:45 +01:00 |
Vitaliy Margolen
|
38290cf977
|
comctl32: Add month calendar tests.
|
2006-02-06 20:58:48 +01:00 |