Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Add a missing call to "test_sqlite3_log" to multiplex.test. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
0708f9df23a325349f658741358c5994 |
User & Date: | dan 2014-07-31 18:14:37.512 |
Context
2014-07-31
| ||
18:54 | Optimizations to the OS sub-type checking in the Win32 VFS. (check-in: 1e5489faff user: mistachkin tags: trunk) | |
18:14 | Add a missing call to "test_sqlite3_log" to multiplex.test. (check-in: 0708f9df23 user: dan tags: trunk) | |
17:35 | Fix a leaked database handle in pager2.test. (check-in: 47457b0488 user: dan tags: trunk) | |
Changes
Changes to test/multiplex.test.
︙ | ︙ | |||
589 590 591 592 593 594 595 596 597 | multiplex_delete test.x sqlite3_multiplex_shutdown } {SQLITE_OK} } catch { sqlite3_multiplex_shutdown } finish_test | > > > > | 589 590 591 592 593 594 595 596 597 598 599 600 601 | multiplex_delete test.x sqlite3_multiplex_shutdown } {SQLITE_OK} } catch { db close } catch { sqlite3_multiplex_shutdown } sqlite3_shutdown test_sqlite3_log sqlite3_initialize finish_test |