Changes between Initial Version and Version 4 of Ticket #8124


Ignore:
Timestamp:
Nov 24, 2010, 1:44:09 PM (13 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8124

    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
  • Ticket #8124 – Description

    initial v4  
    1 Trac detected an internal error:
     1{{{
     2Trac detected an internal error:
    23AttributeError: 'NoneType' object has no attribute 'splitlines'
    34
     
    1314File "build/bdist.linux-x86_64/egg/testmanager/wiki.py", line 76, in filter_streamFile "build/bdist.linux-x86_64/egg/testmanager/wiki.py", line 140, in _catalog_wiki_viewFile "build/bdist.linux-x86_64/egg/testmanager/macros.py", line 81, in expand_macroFile "build/bdist.linux-x86_64/egg/testmanager/macros.py", line 338, in _build_catalog_treeFile "build/bdist.linux-x86_64/egg/testmanager/macros.py", line 650, in _render_subtree_as_tableFile "build/bdist.linux-x86_64/egg/testmanager/macros.py", line 716, in _render_testcases_as_tableFile "/usr/local/lib/python2.6/dist-packages/Trac-0.11.5-py2.6.egg/trac/wiki/formatter.py", line 844, in format
    1415  for line in text.splitlines():
    15 
     16}}}
    1617
    1718Steps to reproduce:
     
    21224) now move a testcase from one sub catalog to the other one
    22235) When you now select the (sub)catalog which was the target for the move and switch to "table view" then the mentioned error occures.
    23 
    24 
    25