From 569c6676a6ddb0ff73821d7693b5e18ddef809b9 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 16 Oct 2014 22:51:35 -0400 Subject: Imported Upstream version 3.2.0 --- test/uri.test | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/uri.test') diff --git a/test/uri.test b/test/uri.test index af1ad67..dd78783 100644 --- a/test/uri.test +++ b/test/uri.test @@ -238,12 +238,14 @@ ifcapable wal { tvfs1 script tvfs1_callback proc tvfs1_callback {method filename args} { set ::T1([file tail $filename]) 1 + return SQLITE_OK } testvfs tvfs2 tvfs2 filter {xOpen xDelete xAccess xFullPathname} tvfs2 script tvfs2_callback proc tvfs2_callback {method filename args} { set ::T2([file tail $filename]) 1 + return SQLITE_OK } catch {db close} -- cgit v1.2.3