Changes between Version 15 and Version 16 of TestManagerForTracPluginRPCApi


Ignore:
Timestamp:
Dec 14, 2014, 10:39:08 AM (9 years ago)
Author:
Roberto Longobardi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TestManagerForTracPluginRPCApi

    v15 v16  
    224224        print indent_blanks + '    ' + tc_title
    225225
    226 # Recursive function to print a whole sub-catalog and its contained test cases with status
     226# Recursive function to print a whole sub-plan and its contained test cases with status
    227227def printSubPlan(cat_id, plan_id, indent):
    228228    tcat = server.testmanager.getTestCatalog(cat_id)