Title | Can't delete associated filespec in Bugzilla integration |
Status | closed |
Priority | optional |
Assigned user | Gareth Rees |
Organization | Ravenbrook |
Description | In the Bugzilla integration, if you create an associated filespec record in Perforce (by adding a line to the P4DTI-filespecs field) and then delete it, then the deletion can't be replicated to Bugzilla. Instead, the change is undone and you get this error message: NameError: fix ... File ".../bugzilla.py", line 881, in delete_filespec |
Analysis | I gave this "optional" priority since associated filespecs aren't something covered in the AG or UG. However, they're in the IG and someone may find a use for them in some integrations. The solution is trivial: "fix" is a typo for "filespec". |
How found | automated_test |
Evidence | Found while testing release 1.3.3. |
Observed in | 1.3.3 |
Introduced in | 0.5.0 |
Test procedure | <http://www.ravenbrook.com/project/p4dti/master/test/test_p4dti.py >, section 12.8 |
Created by | Gareth Rees |
Created on | 2001-12-05 19:35:23 |
Last modified by | Gareth Rees |
Last modified on | 2001-12-10 20:00:44 |
History | 2001-12-05 GDR Created. |
Change | Effect | Date | User | Description |
---|---|---|---|---|
24841 | closed | 2001-12-05 20:20:06 | Gareth Rees | Corrected typo so that deletion of associated filespecs works in the Bugzilla integration. |