| Index: third_party/sqlite/sqlite-src-3100200/test/win32lock.test
|
| diff --git a/third_party/sqlite/src/test/win32lock.test b/third_party/sqlite/sqlite-src-3100200/test/win32lock.test
|
| similarity index 98%
|
| copy from third_party/sqlite/src/test/win32lock.test
|
| copy to third_party/sqlite/sqlite-src-3100200/test/win32lock.test
|
| index cff1ed3d873a432ac3be4d8c7e1b6003c95efa90..d1f3d1a06e7be2dc4554c9e01927f9cb8258b3e5 100644
|
| --- a/third_party/sqlite/src/test/win32lock.test
|
| +++ b/third_party/sqlite/sqlite-src-3100200/test/win32lock.test
|
| @@ -64,6 +64,7 @@ while {1} {
|
| if {[info exists ::log] && $::log!=""} {
|
| do_test win32lock-1.2-$delay1-log1 {
|
| regsub {\d+} $::log # x
|
| + regsub { at line \d+} $x "" x
|
| set x
|
| } {{delayed #ms for lock/sharing conflict}}
|
| }
|
| @@ -112,6 +113,7 @@ while {1} {
|
| if {[info exists ::log] && $::log!=""} {
|
| do_test win32lock-2.2-$delay1-log1 {
|
| regsub {\d+} $::log # x
|
| + regsub { at line \d+} $x "" x
|
| set x
|
| } {{delayed #ms for lock/sharing conflict}}
|
| }
|
|
|