Changes between Initial Version and Version 2 of Ticket #17980


Ignore:
Timestamp:
Mar 26, 2012, 4:33:01 AM (12 years ago)
Author:
Jannis Leidel
Comment:

Fixed formatting, please use Trac's preview feature.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17980

    • Property Component Testing frameworkcontrib.auth
    • Property Keywords tests added
    • Property Triage Stage UnreviewedAccepted
  • Ticket #17980 – Description

    initial v2  
    33When i18n is set to True and project language is not English, some of the default django tests do not pass (it worked fine in 1.3). I believe the reason is that the messages get translated and localized before the tests are run, which results in e.g.:
    44
    5 
     5{{{
    66======================================================================
    77FAIL: test_unusable_password (django.contrib.auth.tests.forms.PasswordResetFormTest)
     
    3838
    3939----------------------------------------------------------------------
     40}}}
    4041
    4142I believe the default django tests should not be run against the localized strings or am I missing something?
Back to Top