Edgewall Software

Changes between Initial Version and Version 1 of Ticket #10018, comment 21


Ignore:
Timestamp:
Jan 13, 2014, 12:59:58 AM (10 years ago)
Author:
Ryan J Ollos

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10018, comment 21

    initial v1  
    11Latest changes can be found in log:rjollos.git:t10018.2:
    22 * Hint for future: use `FunctionalTestEnvironment.grant_perm` and `FunctionalTestEnvironment.revoke_perm` and it won't be necessary to call `FunctionalTestEnvironment.restart`. See [11764] and #11028. After these changes execution time came down from 30+ seconds to 13 seconds. See also #11443.
    3  * I organized some test cases into a class. The pattern is different from what is used for functional tests in the codebase, but I think it may be an improvement since we can eliminate redundant code.
     3 * I organized some test cases into a class. The pattern is different from what is used for functional tests in the codebase, but I think it may be an improvement since we can eliminate redundant code and group related test cases.
    44
    55Since there were a lot of changes here, I need to give them another review, and I'll wait a few days before committing.