]> git.mjollnir.org Git - s9y.git/commit
Reorganize test suite.
authors_bergmann <s_bergmann>
Thu, 13 Dec 2007 14:14:56 +0000 (14:14 +0000)
committers_bergmann <s_bergmann>
Thu, 13 Dec 2007 14:14:56 +0000 (14:14 +0000)
commit9a6475a091ad641a1cb666d86f7200e9601ee8ab
tree05f330172321debb4b0cc8393114d8522e6061e4
parent2d84c3425192ccaa7a1a020546591cac7d28d504
Reorganize test suite.
- Split testLoginLogout() into testBadLogin() and testLoginLogout().
- Mark testCreateSimpleArticle() as incomplete until the popup
  window opened by clicking on VIEW is handled correctly.
- Disable mod_rewrite so that the test suite does not depend on it.
- Remove superfluous check for Testing_Selenium class.
- Migrate TestConfiguration.php.dist to config.xml.dist.
  - Configure whitelist for code coverage information.
    - Be conservative for now and only add include/ and plugins/
      directories for now.
    - Set addUncoveredFilesFromWhitelist="false" because not all
      files are loadable (yet).
- Add documentation for code coverage reporting.
tests/FrontendTest.php [moved from tests/gui/SerendipityTestSuite.php with 82% similarity]
tests/README [new file with mode: 0644]
tests/config.xml.dist [new file with mode: 0644]
tests/coverage/append.php [new file with mode: 0644]
tests/coverage/phpunit_coverage.php [new file with mode: 0644]
tests/coverage/prepend.php [new file with mode: 0644]
tests/gui/README [deleted file]
tests/gui/TestConfiguration.php.dist [deleted file]