mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-07 02:42:48 +03:00
In the async test, make sure procedures do not get renamed over top of one
another. (CVS 6490) FossilOrigin-Name: b6430cc4297c426f89e68f180a2c50b9b1ecd8e3
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
#***********************************************************************
|
||||
# This file runs all tests.
|
||||
#
|
||||
# $Id: async.test,v 1.17 2009/04/10 18:21:29 drh Exp $
|
||||
# $Id: async.test,v 1.18 2009/04/10 20:55:14 drh Exp $
|
||||
|
||||
set testdir [file dirname $argv0]
|
||||
source $testdir/tester.tcl
|
||||
@@ -17,7 +17,7 @@ if {[catch {sqlite3async_enable}]} {
|
||||
return
|
||||
}
|
||||
|
||||
rename finish_test really_finish_test
|
||||
rename finish_test async_really_finish_test
|
||||
proc finish_test {} {
|
||||
catch {db close}
|
||||
catch {db2 close}
|
||||
@@ -81,4 +81,4 @@ really_finish_test
|
||||
rename do_test {}
|
||||
rename async_really_do_test do_test
|
||||
rename finish_test {}
|
||||
rename really_finish_test finish_test
|
||||
rename async_really_finish_test finish_test
|
||||
|
Reference in New Issue
Block a user