Opened 18 years ago
Closed 17 years ago
#6812 closed (fixed)
formtools test breaks other tests
| Reported by: | James Zhu | Owned by: | nobody |
|---|---|---|---|
| Component: | contrib.formtools | 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
formtools test uses it's own ROOT_URLCONF setting, but doesn't restore the old setting after the testcase got finished. As a result it effectively breaks other tests that comes after it.
Attachments (1)
Change History (3)
by , 18 years ago
| Attachment: | tests.diff added |
|---|
comment:1 by , 17 years ago
| Triage Stage: | Unreviewed → Ready for checkin |
|---|
comment:2 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
I was able to verify the bug, apply the patch cleanly, and verify that it works.