| OLD | NEW |
| 1 # 2011 February 3 | 1 # 2011 February 3 |
| 2 # | 2 # |
| 3 # The author disclaims copyright to this source code. In place of | 3 # The author disclaims copyright to this source code. In place of |
| 4 # a legal notice, here is a blessing: | 4 # a legal notice, here is a blessing: |
| 5 # | 5 # |
| 6 # May you do good and not evil. | 6 # May you do good and not evil. |
| 7 # May you find forgiveness for yourself and forgive others. | 7 # May you find forgiveness for yourself and forgive others. |
| 8 # May you share freely, never taking more than you give. | 8 # May you share freely, never taking more than you give. |
| 9 # | 9 # |
| 10 #*********************************************************************** | 10 #*********************************************************************** |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 76 do_faultsim_test 2.1 -prep { | 76 do_faultsim_test 2.1 -prep { |
| 77 faultsim_restore_and_reopen | 77 faultsim_restore_and_reopen |
| 78 db eval {SELECT * FROM sqlite_master} | 78 db eval {SELECT * FROM sqlite_master} |
| 79 } -body { | 79 } -body { |
| 80 execsql "SELECT * FROM terms2" | 80 execsql "SELECT * FROM terms2" |
| 81 } -test { | 81 } -test { |
| 82 faultsim_test_result {0 {a * 1 1 a 0 1 1 b * 1 1 b 0 1 1 c * 1 1 c 0 1 1 x * 1
1 x 1 1 1 y * 1 1 y 1 1 1 z * 1 1 z 1 1 1}} | 82 faultsim_test_result {0 {a * 1 1 a 0 1 1 b * 1 1 b 0 1 1 c * 1 1 c 0 1 1 x * 1
1 x 1 1 1 y * 1 1 y 1 1 1 z * 1 1 z 1 1 1}} |
| 83 } | 83 } |
| 84 | 84 |
| 85 finish_test | 85 finish_test |
| OLD | NEW |