mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-29 08:01:23 +03:00
Add "backup" and "restore" methods to the TCL interfaces and test cases
to exercise those methods. (CVS 6260) FossilOrigin-Name: e420a3cedc7ee086a77cd719f6b9fb85415eb5f3
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
# 2008 January 30
|
||||
# 2009 January 30
|
||||
#
|
||||
# The author disclaims copyright to this source code. In place of
|
||||
# a legal notice, here is a blessing:
|
||||
@ -12,7 +12,7 @@
|
||||
# focus of this file is testing the handling of IO errors by the
|
||||
# sqlite3_backup_XXX APIs.
|
||||
#
|
||||
# $Id: backup_ioerr.test,v 1.1 2009/02/03 16:51:25 danielk1977 Exp $
|
||||
# $Id: backup_ioerr.test,v 1.2 2009/02/04 22:46:47 drh Exp $
|
||||
|
||||
set testdir [file dirname $argv0]
|
||||
source $testdir/tester.tcl
|
||||
@ -284,4 +284,3 @@ for {set iError 1} {$bStop == 0} {incr iError} {
|
||||
catch { sdb close }
|
||||
catch { ddb close }
|
||||
finish_test
|
||||
|
||||
|
Reference in New Issue
Block a user