Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix some test constraints. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | tkt-754cb60f47 |
Files: | files | file ages | folders |
SHA1: |
d9a18965fc77abc0856b91f976172f34 |
User & Date: | mistachkin 2016-06-19 06:43:42.544 |
Context
2016-06-19
| ||
06:43 | Fix some test constraints. Closed-Leaf check-in: d9a18965fc user: mistachkin tags: tkt-754cb60f47 | |
2016-06-15
| ||
19:10 | Add test case for ticket [754cb60f47]. check-in: bba40ece0b user: mistachkin tags: tkt-754cb60f47 | |
Changes
Changes to Tests/tkt-754cb60f47.eagle.
︙ | ︙ | |||
44 45 46 47 48 49 50 | [$dataReader GetFieldType 2] [$dataReader GetFieldType 3] } -cleanup { unset -nocomplain dataReader cleanupDb $fileName unset -nocomplain db fileName | | | | | < | 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 | [$dataReader GetFieldType 2] [$dataReader GetFieldType 3] } -cleanup { unset -nocomplain dataReader cleanupDb $fileName unset -nocomplain db fileName } -constraints {eagle command.object monoBug28 command.sql compile.DATA SQLite\ System.Data.SQLite} -match regexp -result {^x y w z test 12345\ \{\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}\} te TEXT INTEGER \{\} \{\}\ System\.String System\.Int64 System\.String System\.String$}} ############################################################################### runSQLiteTestEpilogue runTestEpilogue |