diff --git a/tests/intl/intltest.cpp b/tests/intl/intltest.cpp index 40f31f06bd..8cd083415f 100644 --- a/tests/intl/intltest.cpp +++ b/tests/intl/intltest.cpp @@ -152,7 +152,7 @@ void IntlTestCase::DateTimeFmt() // standard format uses slashes) static const char *FRENCH_DATE_FMT = "%d.%m.%Y"; #else - static const char *FRENCH_DATE_FMT = "%d/%m/%y"; + static const char *FRENCH_DATE_FMT = "%d/%m/%Y"; #endif CompareFormats( "French short date", FRENCH_DATE_FMT,