Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
4.8.3, 5.0.0 Beta 2
-
None
-
OS X 10.7
-
-
5.0: 8e722eb85a91389ac4c9064fdd8c29e1dbc63c27, 4.8: 492dd97f9b214b661cd45ab178fff316709b6382
Description
FAIL! : tst_QLocale::macDefaultLocale() Compared values are not the same
Actual (locale.dateFormat(QLocale::LongFormat)): MMMM d, y
Expected (QString("MMMM d, yyyy")): MMMM d, yyyy
Loc: [../tst_qlocale.cpp(1135)]
Test case fails on Mac 10.7, when locale is set to en_US, as expected the by the test case. The LongFormat has changed between 10.6 and 10.7.