Modify ↓
Opened 10 years ago
Last modified 7 years ago
#12274 new defect
Wiki attachments should be moved when TestCase is moved into new test catalog
Reported by: | Owned by: | Roberto Longobardi | |
---|---|---|---|
Priority: | normal | Component: | TestManagerForTracPlugin |
Severity: | normal | Keywords: | attachment, test case |
Cc: | Trac Release: | 1.0 |
Description (last modified by )
When test case is moved from one catalog to another, attachments are not moved with wiki pages. Tested with full permisions.
Steps to reproduce:
- Create test catalog CAT1
- Create test case in CAT1 with name TEST1
- Attach dummy file to CAT1/TEST1
- Create test catalog CAT2
- Move CAT1/TEST1 to CAT2/
- Check attached files in CAT2/TEST1 (there would be none)
- Move CAT2/TEST1 back to CAT1/
- Check attached files in CAT1/TEST1 (the dummy file is present)
Installed plugins:
TestManager-1.8.2-py2.7.egg TracGenericClass-1.1.6-py2.7.egg TracGenericWorkflow-1.0.5-py2.7.egg TracXMLRPC-1.1.2-py2.7.egg
Trac version: Trac-1.0.4
Attachments (0)
Change History (2)
comment:1 Changed 9 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 7 years ago by
Keywords: | attachment added; attachments removed |
---|
Note: See
TracTickets for help on using
tickets.