Changes between Version 10 and Version 11 of TestManagerForTracPluginApi


Ignore:
Timestamp:
Dec 27, 2010, 1:32:10 AM (13 years ago)
Author:
Roberto Longobardi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TestManagerForTracPluginApi

    v10 v11  
    176176tc = TestCase(self.env, id, path)
    177177for t in tc.get_related_tickets():
    178     result += str(t) + ', '
     178    # t is the ticket ID
    179179
    180180tc = TestCaseInPlan(self.env, id, planid, path)
    181181for t in tc.get_related_tickets():
    182     result += str(t) + ', '
     182    # t is the ticket ID
    183183}}}
    184184