Changes between and of Initial VersionVersion 2Ticket #3065
- Timestamp:
- 03/03/2008 02:22:46 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3065
- Property priority changed from low to normal
- Property summary changed from test_imap relies on a C locale to test data formatting to imap relies on a C locale for date formatting
-
Ticket #3065 – description
initial v2 1 Several tests (like testFetchInternalDate), expect the date to be in the form of {{{02-Nov-2003 21:25:10 +0000}}}. Unfortunately, the month part is locale dependant, and thus can change following the configuration of the machine running tests.1 spew_internaldate uses time.strftime, which is locale dependant. It should use something not relying on the locale. 2 2 3 Strangely, I can only reproduce the problem using a UI reactor (like gtk2). Probably some weird interaction with X.3 The problem can be reproduce by running the gtk2 reactor with a non english locale (like fr_FR).
