#17758: Do not depend on dict order in test suite
---------------------------------+------------------------------------
     Reporter:  lrekucki         |                    Owner:  Alex
         Type:  Bug              |                   Status:  new
    Component:  Core (Other)     |                  Version:  1.3
     Severity:  Release blocker  |               Resolution:
     Keywords:                   |             Triage Stage:  Accepted
    Has patch:  1                |      Needs documentation:  0
  Needs tests:  0                |  Patch needs improvement:  0
Easy pickings:  0                |                    UI/UX:  0
---------------------------------+------------------------------------

Comment (by clelland):

 I 've been working on this for a day or so -- I want to get 3.3 supported,
 and this obviously blocks that :)

 I have cleaned up and updated all of the changes in lrekucki's and
 tmitchell's branches to work with trunk -- dropping python 2.5 support and
 integrating the six library utils, and I've re-organized the commits
 functionally. There were a couple of other tests that were missed (that's
 part of the problem with randomization -- it's really easy for the tests
 to accidentally succeed) and I've fixed those as well.

 My branch is at https://github.com/clelland/django/tree/ticket_17758. I've
 tested against Python 2.6.7, 2.7.3, 3.2.3 and 3.3.0b1, all with *and*
 without hash randomization. All tests pass (except, on 3.3, which I'm
 working on in a separate branch at the moment.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/17758#comment:19>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to