P4DTI issue job000427

TitleCan't delete associated filespec in Bugzilla integration
Statusclosed
Priorityoptional
Assigned userGareth Rees
OrganizationRavenbrook
DescriptionIn 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
AnalysisI 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 foundautomated_test
EvidenceFound while testing release 1.3.3.
Observed in1.3.3
Introduced in0.5.0
Test procedure<http://www.ravenbrook.com/project/p4dti/master/test/test_p4dti.py>, section 12.8
Created byGareth Rees
Created on2001-12-05 19:35:23
Last modified byGareth Rees
Last modified on2001-12-10 20:00:44
History2001-12-05 GDR Created.

Fixes

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.