#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)
Change History (5)
by , 16 years ago
| Attachment: | django-test-dict.diff added |
|---|
comment:1 by , 16 years ago
| Triage Stage: | Unreviewed → Ready for checkin |
|---|
comment:2 by , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:3 by , 16 years ago
Note:
See TracTickets
for help on using tickets.
(In [12984]) Fixed #13353: Corrected a couple of tests that were dependent on dictionary ordering. Thanks Alex.