expect 4 digit year in French locale under all platforms

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59973 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2009-04-01 21:17:35 +00:00
parent 797a270678
commit 27aec6b6fc

View File

@ -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,