OLD | NEW |
1 # | 1 # |
2 # May you do good and not evil. | 2 # May you do good and not evil. |
3 # May you find forgiveness for yourself and forgive others. | 3 # May you find forgiveness for yourself and forgive others. |
4 # May you share freely, never taking more than you give. | 4 # May you share freely, never taking more than you give. |
5 # | 5 # |
6 #*********************************************************************** | 6 #*********************************************************************** |
7 # | 7 # |
8 # $Id: async2.test,v 1.12 2009/04/25 08:39:15 danielk1977 Exp $ | 8 # $Id: async2.test,v 1.12 2009/04/25 08:39:15 danielk1977 Exp $ |
9 | 9 |
10 | 10 |
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
117 } | 117 } |
118 } | 118 } |
119 | 119 |
120 db close | 120 db close |
121 } | 121 } |
122 } | 122 } |
123 | 123 |
124 catch {db close} | 124 catch {db close} |
125 | 125 |
126 finish_test | 126 finish_test |
OLD | NEW |