Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix typo in test case. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | tkt-d0116ee2c3 |
Files: | files | file ages | folders |
SHA1: |
aacf155c6c4114e522d52425c0810399 |
User & Date: | mistachkin 2014-04-10 19:25:36.947 |
Context
2014-04-10
| ||
19:47 | Add description for the test for ticket [d0116ee2c3]. check-in: 98ec9470c6 user: mistachkin tags: tkt-d0116ee2c3 | |
19:25 | Fix typo in test case. check-in: aacf155c6c user: mistachkin tags: tkt-d0116ee2c3 | |
19:24 | Add test for ticket [d0116ee2c3]. check-in: e7eae509f8 user: mistachkin tags: tkt-d0116ee2c3 | |
Changes
Changes to Tests/tkt-d0116ee2c3.eagle.
︙ | |||
50 51 52 53 54 55 56 | 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 | - + | using (SQLiteCommand command = connection.CreateCommand()) { command.CommandText = "SELECT x FROM t1;"; using (SQLiteDataReader dataReader = command.ExecuteReader()) { dataReader.Close(); |
︙ |