Changes between Initial Version and Version 2 of Ticket #7613


Ignore:
Timestamp:
Jul 2, 2008, 6:10:41 PM (16 years ago)
Author:
Ramiro Morales
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7613

    • Property Summary regression tests fail when LANG=Cfile_uploads regression test fails when LANG=C
  • Ticket #7613 – Description

    initial v2  
    1 tests/regressiontests/file_uploads/tests.py (and BuildBot) assumes LANG=en_US.UTF-8 when tests are run. When LANG=C, tests break.
     1tests/regressiontests/file_uploads/tests.py (and !BuildBot) assumes LANG=en_US.UTF-8 when tests are run. When LANG=C, tests break.
    22
    33steps to reproduce:
    4 1. run Django r7826 tests with LANG=C as environment
     4
     5 1. run Django r7826 tests with LANG=C as environment
    56
    67expected:
     
    89
    910bug:
    10 
     11{{{
    1112======================================================================
    1213ERROR: test_large_upload (regressiontests.file_uploads.tests.FileUploadTests)
     
    1819
    1920----------------------------------------------------------------------
     21}}}
Back to Top