| OLD | NEW |
| 1 # 2009 December 03 | 1 # 2009 December 03 |
| 2 # | 2 # |
| 3 # May you do good and not evil. | 3 # May you do good and not evil. |
| 4 # May you find forgiveness for yourself and forgive others. | 4 # May you find forgiveness for yourself and forgive others. |
| 5 # May you share freely, never taking more than you give. | 5 # May you share freely, never taking more than you give. |
| 6 # | 6 # |
| 7 #*********************************************************************** | 7 #*********************************************************************** |
| 8 # | 8 # |
| 9 # The tests in this file are structural coverage tests for FTS3. | 9 # The tests in this file are structural coverage tests for FTS3. |
| 10 # | 10 # |
| (...skipping 412 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 423 UPDATE t17_segdir SET root = X'00036F6E65FFFFFFFFFFFFFFFFFFFFFF02030300' | 423 UPDATE t17_segdir SET root = X'00036F6E65FFFFFFFFFFFFFFFFFFFFFF02030300' |
| 424 } {} | 424 } {} |
| 425 do_catchsql_test 17.2 { | 425 do_catchsql_test 17.2 { |
| 426 SELECT * FROM t17 WHERE t17 MATCH 'one' | 426 SELECT * FROM t17 WHERE t17 MATCH 'one' |
| 427 } {1 {database disk image is malformed}} | 427 } {1 {database disk image is malformed}} |
| 428 | 428 |
| 429 | 429 |
| 430 | 430 |
| 431 | 431 |
| 432 finish_test | 432 finish_test |
| OLD | NEW |