Edgewall Software

Changes between Initial Version and Version 1 of Ticket #11418, comment 8


Ignore:
Timestamp:
Nov 3, 2014, 6:38:51 AM (10 years ago)
Author:
Ryan J Ollos

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11418, comment 8

    initial v1  
    1 Committed to 1.0-stable in [13215:13216], merged to trunk in [13217:13218].
     1Committed to 1.0-stable in [13215:13216], merged to trunk in [13217:13219].
    22
    33In log:rjollos.git:t11418 I tried adding some unit testing, but they seemed rather klunky and contrived. Testing with functional tests continues to prove challenging because of the shared state of the environment between tests. The ideal fix could be a new functional test framework that makes the tests easier to write and allows tests to be written so that they don't share state (though the latter could possibly be done independent of the former).