Opened 16 years ago
Closed 16 years ago
#10589 closed (fixed)
Duplicate model definition in tests
Reported by: | Julien Phalip | Owned by: | nobody |
---|---|---|---|
Component: | Testing framework | 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
The Comment
model definition is defined twice in the null_fk_oredering
test app. It looks like an oversight.
Attachments (1)
Change History (2)
by , 16 years ago
Attachment: | 10589.duplicate_model.diff added |
---|
comment:1 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [10153]) [1.0.X] Fixed #10589 -- Removed duplicated model definition in null_fk_ordering regression test. Thanks to Julien Phalip for the report.
Merge of r10143 from trunk.