Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Adapt a test case. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | core316 |
Files: | files | file ages | folders |
SHA1: |
b4e8e61f201df72c17257a5975915c31 |
User & Date: | mistachkin 2016-12-30 23:27:43.302 |
Context
2017-01-03
| ||
20:37 | Update SQLite core library to the 3.16.1 release. check-in: a651e42bb6 user: mistachkin tags: core316 | |
2016-12-30
| ||
23:27 | Adapt a test case. check-in: b4e8e61f20 user: mistachkin tags: core316 | |
23:08 | Update the SQLite core library to the latest trunk code. check-in: afdf912cc8 user: mistachkin tags: core316 | |
Changes
Changes to Tests/tkt-2abbf2c244.eagle.
︙ | ︙ | |||
76 77 78 79 80 81 82 | set result } -cleanup { cleanupDb $fileName unset -nocomplain result db fileName } -constraints \ | | | > | 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 | set result } -cleanup { cleanupDb $fileName unset -nocomplain result db fileName } -constraints \ {eagle monoBug28 command.sql compile.DATA SQLite System.Data.SQLite} -match \ regexp -result {^-1 (?:-1|0) 2 4096 9 9469952 9 0 4 5 1025 9469952 \{\} 9465856\ True$}} ############################################################################### runSQLiteTestEpilogue runTestEpilogue |