Changes between Initial Version and Version 1 of Ticket #10071


Ignore:
Timestamp:
Jun 6, 2012, 6:32:24 PM (12 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10071 – Description

    initial v1  
    11I happened to put an apostrophe into the name of a test case page and later tried to rename that page. The rename operation had the resulted in an Internal Error:
    22
    3 ´TypeError: coercing to Unicode: need string or buffer, NoneType found'
     3`TypeError: coercing to Unicode: need string or buffer, NoneType found`
    44
    55... and all subsequent access to test catalogs and test cases failed with another Internal error.
     
    1111Regards Theodor
    1212
    13 PS. TestManager: Really nice work!
     13PS. !TestManager: Really nice work!
    1414
    1515-------------
    1616
    17 TestManager 1.4.10, Python 2.6, RHEL
     17!TestManager 1.4.10, Python 2.6, RHEL
    1818
    1919Python Traceback
    2020Most recent call last:
    2121
     22{{{
    2223File "/usr/lib/python2.6/site-packages/trac/web/main.py", line 514, in _dispatch_request
    2324  dispatcher.dispatch(req)
     
    3435File "build/bdist.linux-x86_64/egg/testmanager/wiki.py", line 374, in _testcase_wiki_view
    3536  tag.input(type='button', value=_("Open a Ticket on this Test Case"), onclick='creaTicket("'+tc_name+'", "", "", "'+summary+'")'),
    36 
     37}}}