Edgewall Software

Changes between Initial Version and Version 2 of Ticket #11440


Ignore:
Timestamp:
Jan 11, 2014, 12:02:16 PM (10 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11440 – Description

    initial v2  
    11While implementing Bloodhound multi-product version of the [source:/trunk/tracopt/ticket/commit_updater.py commit ticket updater component] we have produced some patches suitable to be backported into Trac . These are :
    22
    3  - portions of [https://issues.apache.org/bloodhound/attachment/ticket/695/t695_r1534486_commit_ticket_update.tests.func.diff] implementing functional test cases for this feature.
     3 - portions of [bh:/attachment/ticket/695/t695_r1534486_commit_ticket_update.tests.func.diff] implementing functional test cases for this feature.
    44   * extend the signature of functional test env's svn_* methods.
    5  - [https://issues.apache.org/bloodhound/attachment/ticket/695/t695_r1545950_twill_write_html.diff t695_r1545950_twill_write_html.diff]
     5 - [bh:attachment/ticket/695/t695_r1545950_twill_write_html.diff t695_r1545950_twill_write_html.diff]
    66   which is aimed at logging failure conditions for test case classes
    77   defining local `setUp` and `tearDown` methods, like those included