diff options
| author | Lorry Tar Creator <lorry-tar-importer@baserock.org> | 2015-02-17 17:25:57 +0000 |
|---|---|---|
| committer | <> | 2015-03-17 16:26:24 +0000 |
| commit | 780b92ada9afcf1d58085a83a0b9e6bc982203d1 (patch) | |
| tree | 598f8b9fa431b228d29897e798de4ac0c1d3d970 /lang/sql/sqlite/test/interrupt.test | |
| parent | 7a2660ba9cc2dc03a69ddfcfd95369395cc87444 (diff) | |
| download | berkeleydb-master.tar.gz | |
Diffstat (limited to 'lang/sql/sqlite/test/interrupt.test')
| -rw-r--r-- | lang/sql/sqlite/test/interrupt.test | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/sql/sqlite/test/interrupt.test b/lang/sql/sqlite/test/interrupt.test index b311cbb4..92ab4c32 100644 --- a/lang/sql/sqlite/test/interrupt.test +++ b/lang/sql/sqlite/test/interrupt.test @@ -166,6 +166,8 @@ for {set i 1} {$i<$max_count-5} {incr i 1} { } {1 interrupted} } +if {0} { # This doesn't work anymore since the collation factor is + # no longer called during schema parsing. # Interrupt during parsing # do_test interrupt-5.1 { @@ -179,5 +181,5 @@ do_test interrupt-5.1 { CREATE INDEX fake ON fake1(a COLLATE fake_collation, b, c DESC); } } {1 interrupt} - +} finish_test |
