Modify ↓
Opened 12 years ago
Closed 12 years ago
#10217 closed defect (fixed)
Deleting a Test Case, deleting Test Catalogs containing Test items
Reported by: | Owned by: | Roberto Longobardi | |
---|---|---|---|
Priority: | normal | Component: | TestManagerForTracPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
Attached a patch for model.py to allow the deletion of test cases (at least Pg does complain about a missing type cast otherwise)
Also attached a debug trace of the error caused by trying to delete a Test Catalog which contains other Test Catalogs - Could it be that the top-level Test Catalog Wiki-Page is deleted too early?
Attachments (3)
Change History (6)
Changed 12 years ago by
Attachment: | model.py-r41-recdel_testcase_db_type_fix.patch added |
---|
Changed 12 years ago by
Attachment: | test_manager_delete_test_catalog_with_subcatalog_debug.trace.bz2 added |
---|
Changed 12 years ago by
Attachment: | test_manager_delete_test_catalog_with_subcatalog_components.bz2 added |
---|
comment:1 Changed 12 years ago by
Status: | new → assigned |
---|
Note: See
TracTickets for help on using
tickets.
Ciao Michael, thanks for your patch!
Actually this problem was already found and the same fix (more complete, though) was attached to this ticket #10131.
I realize now that unfortunately the ticket summary was not clear enough, and that I should have provided a fixed release.
I'll do it asap and then close this ticket.
Thanks for your help, ciao. Roberto