Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix minor typo in the test change from the previous check-in. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | netStandard20 |
Files: | files | file ages | folders |
SHA1: |
4c012df0e791243dc6188e996935f15d |
User & Date: | mistachkin 2018-04-07 09:49:06.611 |
Context
2018-04-07
| ||
10:04 | Revise logging callback integration with the interop assembly. check-in: 61908b2901 user: mistachkin tags: netStandard20 | |
09:49 | Fix minor typo in the test change from the previous check-in. check-in: 4c012df0e7 user: mistachkin tags: netStandard20 | |
09:40 | Minor portability fix for a test. check-in: 48f88d97aa user: mistachkin tags: netStandard20 | |
Changes
Changes to Tests/speed.eagle.
︙ | ︙ | |||
112 113 114 115 116 117 118 | } -cleanup { cleanupDb $fileName unset -nocomplain time sql result char db fileName } -time true -constraints {eagle monoBug28 command.sql compile.DATA SQLite\ System.Data.SQLite} -match regexp -result "^\\\{-9223372036854775808 0\ 9223372036854775807\\\}\ | | | 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 | } -cleanup { cleanupDb $fileName unset -nocomplain time sql result char db fileName } -time true -constraints {eagle monoBug28 command.sql compile.DATA SQLite\ System.Data.SQLite} -match regexp -result "^\\\{-9223372036854775808 0\ 9223372036854775807\\\}\ \\\{-(?:Infinity|\u221E|1\\.7976931348623157(?:E|e)\\+308) 0\ (?:Infinity|\u221E|1\\.7976931348623157(?:E|e)\\+308)\\\} \\\{1 1\\.1\ 1048576\\\} \\\{1 \\\{1 35 69 103 137\\\} 1048576\\\}$"} ############################################################################### runTest {test speed-1.2 {SQLiteDataReader speed testing} -setup { setupDb [set fileName [appendArgs speed-1.2- [pid] .db]] |
︙ | ︙ |