| OLD | NEW |
| 1 # 2008 June 17 | 1 # 2008 June 17 |
| 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 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 183 do_test mutex1-X { | 183 do_test mutex1-X { |
| 184 catch {db close} | 184 catch {db close} |
| 185 sqlite3_shutdown | 185 sqlite3_shutdown |
| 186 clear_mutex_counters | 186 clear_mutex_counters |
| 187 install_mutex_counters 0 | 187 install_mutex_counters 0 |
| 188 sqlite3_initialize | 188 sqlite3_initialize |
| 189 } {SQLITE_OK} | 189 } {SQLITE_OK} |
| 190 | 190 |
| 191 autoinstall_test_functions | 191 autoinstall_test_functions |
| 192 finish_test | 192 finish_test |
| OLD | NEW |