Edgewall Software

Changes between Version 2 and Version 4 of Ticket #11583


Ignore:
Timestamp:
Apr 15, 2014, 2:06:30 AM (10 years ago)
Author:
Ryan J Ollos
Comment:

The log message in [12676] incorrectly refers to FunctionalTestSuite as FunctionalTestEnvironment.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11583

    • Property Cc olemis+trac@… added
    • Property Owner changed from Ryan J Ollos to Olemis Lang <olemis+trac@…>
  • Ticket #11583 – Description

    v2 v4  
    1 The proposed change is a patch by Olemis Lang that allow the `FunctionalTester` class to be replaced after instantiating a `FunctionalTestSuite` object, and prior to calling `setUp`.
     1The proposed change is a patch by Olemis Lang that allows the `FunctionalTester` class to be replaced after instantiating a `FunctionalTestSuite` object, and prior to calling `setUp`.
  • Ticket #11583 – API Changes

    v2 v4  
    1 The `FunctionalTester` class can be replaced in the `FunctionalTestEnvironment` by setting the `tester_class` attribute.
     1The `FunctionalTester` class can be replaced in the `FunctionalTestSuite` by setting the `tester_class` attribute.