OLD | NEW |
1 # 2014 August 30 | 1 # 2014 August 30 |
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 660 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
671 } {2 {} 2} | 671 } {2 {} 2} |
672 do_execsql_test $tn3.9.4 { PRAGMA integrity_check } {ok} | 672 do_execsql_test $tn3.9.4 { PRAGMA integrity_check } {ok} |
673 | 673 |
674 catch { db close } | 674 catch { db close } |
675 eval $destroy_vfs | 675 eval $destroy_vfs |
676 } | 676 } |
677 | 677 |
678 | 678 |
679 finish_test | 679 finish_test |
680 | 680 |
OLD | NEW |