System.Data.SQLite

Check-in [21536d0960]
Login

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: 21536d0960daa6f6db17a617e09aa1d61d2b2c27
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
Unified Diff Ignore Whitespace Patch
Changes to lib/System.Data.SQLite/common.eagle.
4547
4548
4549
4550
4551
4552
4553
4554
4555
4556
4557
4558
4559
4560
4561
4562
        set installerExeFile \
            [getBuildFileName Installer.exe false]

        set sqliteDesignerDllFile \
            [getBuildFileName SQLite.Designer.dll false]

        set systemDataSQLiteDllFile \
            [getBuildFileName System.Data.SQLite.dll \
            [expr {![hasRuntimeOption native]}]]

        set systemDataSQLiteLinqDllFile \
            [getBuildFileName System.Data.SQLite.Linq.dll false]

        set systemDataSQLiteEf6DllFile \
            [getBuildFileName System.Data.SQLite.EF6.dll false]








|
<







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 \
            [getBuildFileName System.Data.SQLite.dll false]


        set systemDataSQLiteLinqDllFile \
            [getBuildFileName System.Data.SQLite.Linq.dll false]

        set systemDataSQLiteEf6DllFile \
            [getBuildFileName System.Data.SQLite.EF6.dll false]