Message3941

Author ruivaldo
Recipients ruivaldo
Date 2008-12-17.04:26:29
SpamBayes Score 4.1966312e-05
Marked as misclassified No
Message-id <1229487990.41.0.801529061102.issue1206@psf.upfronthosting.co.za>
In-reply-to
Content
The test_calendar fails in a Portuguese Windows Install. To solve it i 
just added in top of the tests, the code:

# Make tests:test_output_htmlcalendar and test_output_textcalendar
# pass on no english locales.
import java.util.Locale
java.util.Locale.setDefault( java.util.Locale.US )

Of this solution is accepted i will make a patch.
History
Date User Action Args
2008-12-17 04:26:30ruivaldosetrecipients: + ruivaldo
2008-12-17 04:26:30ruivaldosetmessageid: <1229487990.41.0.801529061102.issue1206@psf.upfronthosting.co.za>
2008-12-17 04:26:30ruivaldolinkissue1206 messages
2008-12-17 04:26:29ruivaldocreate