Even if you disable the "Clear results after each complete test suite run" option under settings, the simpletest_ tables are all removed from the db after the tests are run. Tested in 6.x-2.10 and 6.x-2.x-dev 3/15/2010.
Even if you disable the "Clear results after each complete test suite run" option under settings, the simpletest_ tables are all removed from the db after the tests are run. Tested in 6.x-2.10 and 6.x-2.x-dev 3/15/2010.
Comments
Comment #1
pagaille commentedOkay, so I completely misunderstood what "clear results" meant. I see now that it means you can access the test results from a URL long after the tests have been run, and not that the temp tables are retained. However, the description lists the path as admin/config/development/testing/[test_id] when in fact the URL is admin/build/testing/results/[test_id] for D6.
Comment #2
boombatower commented#890440: Backport latest SimpleTest code from D7.