Changes between Initial Version and Version 1 of Ticket #9654


Ignore:
Timestamp:
Jan 2, 2012, 10:14:39 PM (12 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9654 – Description

    initial v1  
    11Running version 1.4.8 and Trac 0.12.  Catalogs and Test Cases can be created fine with no errors.  However whenever a Test Plan is created, the Plan creation works, but after that, anytime I try to view the Catalog that its associated with, I get the following error:
    2 
     2{{{
    33ParseError: malformed start tag: line 1, column 801
     4}}}
    45
    56I'm currently working around this by commenting out line 247 in wiki.py
    6 
     7{{{
     8#!python
    79self._get_testplan_list_markup(formatter, cat_name, mode, fulldetails)
    8 
     10}}}
    911as the problem appears to be with this function but then I can see the Catalog but not any of its Test Plans.