Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Update the test procedures wiki page. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
76248a96f53a9a317a3ecafd0f548636 |
User & Date: | mistachkin 2016-09-14 19:05:57.469 |
Context
2016-09-14
| ||
19:27 | Fix the 'copySampleDatabaseFiles' test suite helper procedure. check-in: cb8e832f0e user: mistachkin tags: trunk | |
19:05 | Update the test procedures wiki page. check-in: 76248a96f5 user: mistachkin tags: trunk | |
04:27 | Further simplify the 'runSQLiteTestFilesPrologue' test suite helper procedure. check-in: 21536d0960 user: mistachkin tags: trunk | |
Changes
Changes to www/test.wiki.
︙ | ︙ | |||
128 129 130 131 132 133 134 | </li> <li> Make sure all tests pass; the log file "%TEMP%\EagleShell.exe.test.<pid>.log" may be checked if any errors should occur. The test suite should produce "success" messages very similar to the following:<br /><br /> | | | > > > | 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 | </li> <li> Make sure all tests pass; the log file "%TEMP%\EagleShell.exe.test.<pid>.log" may be checked if any errors should occur. The test suite should produce "success" messages very similar to the following:<br /><br /> PASSED: 504<br /> SKIPPED: 54<br /> SKIPPED: name-of-skipped-test-1 … …<br /> TOTAL: 558<br /> SKIP PERCENTAGE: 9.6774%<br /> PASS PERCENTAGE: 100%<br /> OVERALL RESULT: SUCCESS<br /> </li> </ol> |