Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix typo in test. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | netStandard20 |
Files: | files | file ages | folders |
SHA1: |
14f75478c2568e3f0670792b32233875 |
User & Date: | mistachkin 2018-04-05 14:44:21.729 |
Context
2018-04-05
| ||
15:19 | Move Eagle binaries in externals to a .NET Framework specific subdirectory. check-in: 1ca61eb888 user: mistachkin tags: netStandard20 | |
14:44 | Fix typo in test. check-in: 14f75478c2 user: mistachkin tags: netStandard20 | |
14:42 | More porting work on build system, test suite, and web pages. check-in: 3e80bcba79 user: mistachkin tags: netStandard20 | |
Changes
Changes to Tests/basic.eagle.
︙ | ︙ | |||
1821 1822 1823 1824 1825 1826 1827 | sql execute $db "INSERT INTO t1 (x) VALUES(?);" \ [list param1 String [expr {randstr(1024)}]] } set found(data) [expr \ {[llength [file list $directory(data) $fileName]] == 1}] | | | 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 | sql execute $db "INSERT INTO t1 (x) VALUES(?);" \ [list param1 String [expr {randstr(1024)}]] } set found(data) [expr \ {[llength [file list $directory(data) $fileName]] == 1}] set t [createThread threadStart] sql execute $db "BEGIN TRANSACTION;"; startThread $t for {set i 1} {$i < 1000} {incr i} { # # NOTE: Execute a query that should force the creation of a temporary file # for its statement journal. # |
︙ | ︙ |