Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Add missing test constraint. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | vs2012 |
Files: | files | file ages | folders |
SHA1: |
6aef20a0c342719a5a8023d6816e847e |
User & Date: | mistachkin 2012-09-14 09:32:14.416 |
Context
2012-09-14
| ||
09:46 | More build and test fixes. check-in: 8030db6881 user: mistachkin tags: vs2012 | |
09:32 | Add missing test constraint. check-in: 6aef20a0c3 user: mistachkin tags: vs2012 | |
09:15 | Workaround compiler warnings in the SQLite core library. check-in: f75845d9b9 user: mistachkin tags: vs2012 | |
Changes
Changes to Tests/basic.eagle.
︙ | ︙ | |||
1780 1781 1782 1783 1784 1785 1786 | list [$exception(1) ErrorCode] [$exception(1) Message] \ [$exception(2) ErrorCode] [$exception(2) Message] \ [expr {[$exception(1) ErrorCode] eq [$exception(2) ErrorCode]}] \ [expr {[$exception(1) Message] eq [$exception(2) Message]}] } -cleanup { unset -nocomplain exception stream serializer | | | 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 | list [$exception(1) ErrorCode] [$exception(1) Message] \ [$exception(2) ErrorCode] [$exception(2) Message] \ [expr {[$exception(1) ErrorCode] eq [$exception(2) ErrorCode]}] \ [expr {[$exception(1) Message] eq [$exception(2) Message]}] } -cleanup { unset -nocomplain exception stream serializer } -constraints {eagle SQLite System.Data.SQLite} -result \ [string map [list \n \r\n] {CantOpen {unable to open database file this is a test} CantOpen {unable to open database file this is a test} True True}]} ############################################################################### unset -nocomplain systemDataSQLiteDllFile systemDataSQLiteLinqDllFile \ |
︙ | ︙ |