Opened 14 years ago

Closed 14 years ago

Last modified 13 years ago

#13353 closed (fixed)

Exta regress tests depend on the order of dictionaries

Reported by: Alex Gaynor Owned by: nobody
Component: Testing framework Version: dev
Severity: Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

See title. Breaks under PyPy, probably under any non-CPython VM though.

Attachments (1)

django-test-dict.diff (1.6 KB ) - added by Alex Gaynor 14 years ago.

Download all attachments as: .zip

Change History (5)

by Alex Gaynor, 14 years ago

Attachment: django-test-dict.diff added

comment:1 by Alex Gaynor, 14 years ago

Triage Stage: UnreviewedReady for checkin

comment:2 by Karen Tracey, 14 years ago

Resolution: fixed
Status: newclosed

(In [12984]) Fixed #13353: Corrected a couple of tests that were dependent on dictionary ordering. Thanks Alex.

comment:3 by Karen Tracey, 14 years ago

(In [12985]) [1.1.X] Fixed #13353: Corrected a couple of tests that were dependent on dictionary ordering. Thanks Alex.

r12984 from trunk.

comment:4 by Jacob, 13 years ago

milestone: 1.2

Milestone 1.2 deleted

Note: See TracTickets for help on using tickets.
Back to Top