Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | test suite debug |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk | tdbcsqlite3-1-0-0 |
Files: | files | file ages | folders |
SHA1: |
e9c4c10e00359ec9b947edaed2e1598a |
User & Date: | dgp 2012-12-07 20:38:03.506 |
Context
2013-07-03
| ||
13:21 | update to latest TEA check-in: 350d19d56e user: jan.nijtmans tags: trunk | |
2012-12-07
| ||
20:38 | test suite debug check-in: e9c4c10e00 user: dgp tags: trunk, tdbcsqlite3-1-0-0 | |
2012-11-15
| ||
17:11 | Upgrade autoconf version, add ChangeLog entry for previous commit check-in: ca934ac9b2 user: 200002852 tags: trunk | |
Changes
Changes to tests/tdbcsqlite3.test.
︙ | ︙ | |||
19 20 21 22 23 24 25 | package require tdbc::sqlite3 # Test setup. We need a database to work on, so copy 'test.mdb' to a # temp file, and run from it. set testdir [makeDirectory tdbctest] set testFileName test.db | | | 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | package require tdbc::sqlite3 # Test setup. We need a database to work on, so copy 'test.mdb' to a # temp file, and run from it. set testdir [makeDirectory tdbctest] set testFileName test.db set testDBName [makeFile {} $testFileName $testdir] catch {file delete -force $testDBName} #------------------------------------------------------------------------------- test tdbc::sqlite3-1.1 {create a connection, wrong # args} {*}{ -body { tdbc::sqlite3::connection create |
︙ | ︙ |