#9615 closed (fixed)
order_with_respect_to tests compare a callable with a list of integers
| Reported by: | Owned by: | nobody | |
|---|---|---|---|
| Component: | Database layer (models, ORM) | Version: | 1.0 |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
get_answer_order() has to be called (see attached patch)
Attachments (1)
Change History (3)
by , 17 years ago
| Attachment: | missing_call.patch added |
|---|
comment:1 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:2 by , 17 years ago
Note:
See TracTickets
for help on using tickets.
(In [9519]) Fixed #9615 -- Typo fix to testcase. Thanks jarrow.