Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix a test script issue affecting the TCL backup tests under Windows. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
20c400e73a9b6586b97de61da0d9f3d9 |
User & Date: | shaneh 2010-03-09 15:10:30.000 |
Context
2010-03-09
| ||
19:31 | Version 3.6.23 (check-in: 4ae453ea7b user: drh tags: trunk, release) | |
15:10 | Fix a test script issue affecting the TCL backup tests under Windows. (check-in: 20c400e73a user: shaneh tags: trunk) | |
14:41 | Version 3.6.23 release candidate 4 (check-in: 3445eda029 user: shaneh tags: trunk) | |
Changes
Changes to test/backup.test.
︙ | ︙ | |||
952 953 954 955 956 957 958 | execsql { UPDATE t1 SET b = randomblob(200) WHERE a IN (1, 250) } } {} do_test backup-10.$tn.5 { B step 50 } $rc | | | > | | | 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 | execsql { UPDATE t1 SET b = randomblob(200) WHERE a IN (1, 250) } } {} do_test backup-10.$tn.5 { B step 50 } $rc do_test backup-10.$tn.6 { B finish } {SQLITE_OK} db2 close } finish_test |