Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Further simplify the 'runSQLiteTestFilesPrologue' test suite helper procedure. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
21536d0960daa6f6db17a617e09aa1d6 |
User & Date: | mistachkin 2016-09-14 04:27:36.972 |
Context
2016-09-14
| ||
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 | |
04:21 | More updates to the design-time installer tests. All build files necessary to run the test suite should be located in the same directory, which may be the output directory for the mixed-mode assembly. check-in: 16453a26ef user: mistachkin tags: trunk | |
Changes
Changes to lib/System.Data.SQLite/common.eagle.
︙ | |||
4547 4548 4549 4550 4551 4552 4553 | 4547 4548 4549 4550 4551 4552 4553 4554 4555 4556 4557 4558 4559 4560 4561 | - + - | set installerExeFile \ [getBuildFileName Installer.exe false] set sqliteDesignerDllFile \ [getBuildFileName SQLite.Designer.dll false] set systemDataSQLiteDllFile \ |
︙ |