From e52204b4ce26ec87d164e9ae167c3c2fabc9e5d7 Mon Sep 17 00:00:00 2001 From: drh Date: Thu, 16 Apr 2009 16:32:20 +0000 Subject: [PATCH] Remove obsolete test from bindxfer.tcl. Ticket #3802. (CVS 6514) FossilOrigin-Name: b1b096171812f77082b0b63e7ab0908c82d1d8bb --- manifest | 12 ++++++------ manifest.uuid | 2 +- test/bindxfer.test | 7 +------ 3 files changed, 8 insertions(+), 13 deletions(-) diff --git a/manifest b/manifest index 1332986d9c..148fd91a95 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C Changes\sto\salter.c\sto\senable\sfull\sbranch\scoverage\stesting.\s(CVS\s6513) -D 2009-04-16T16:30:18 +C Remove\sobsolete\stest\sfrom\sbindxfer.tcl.\s\sTicket\s#3802.\s(CVS\s6514) +D 2009-04-16T16:32:21 F Makefile.arm-wince-mingw32ce-gcc fcd5e9cd67fe88836360bb4f9ef4cb7f8e2fb5a0 F Makefile.in 583e87706abc3026960ed759aff6371faf84c211 F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654 @@ -242,7 +242,7 @@ F test/between.test 16b1776c6323faadb097a52d673e8e3d8be7d070 F test/bigfile.test b746a34ce0e2039994b45fea8b7fbfa78f594cdf F test/bigrow.test f0aeb7573dcb8caaafea76454be3ade29b7fc747 F test/bind.test 455f7e8322a215e245414625eede3ab0e1429c14 -F test/bindxfer.test 7623b509240d8a3d4e26602bebfe4bbfbdc08895 +F test/bindxfer.test 0249d98f4ffdb7b990852bd9035025dd78fae77d F test/bitvec.test 75894a880520164d73b1305c1c3f96882615e142 F test/blob.test 2a38d867bdf08f9ce081776acec1ac8d4bca66be F test/boundary1.tcl 6421b2d920d8b09539503a8673339d32f7609eb1 @@ -717,7 +717,7 @@ F tool/speedtest16.c c8a9c793df96db7e4933f0852abb7a03d48f2e81 F tool/speedtest2.tcl ee2149167303ba8e95af97873c575c3e0fab58ff F tool/speedtest8.c 2902c46588c40b55661e471d7a86e4dd71a18224 F tool/speedtest8inst1.c 293327bc76823f473684d589a8160bde1f52c14e -P e6e036b345b130c207716c4b81719b5b7c884a11 -R fa11097c3c4a07ce3b0737d0cb0b33ca +P 6a91ab08a55eacc77f69190e1126326f4da220af +R 369baf3204963818af80327892604069 U drh -Z 991c53216d69c9da31b9a7a09a11e6cb +Z e1c88429dc8f3ece8c7e4f8fd3d318cd diff --git a/manifest.uuid b/manifest.uuid index 2ee5edf4bf..684c8499bc 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -6a91ab08a55eacc77f69190e1126326f4da220af \ No newline at end of file +b1b096171812f77082b0b63e7ab0908c82d1d8bb \ No newline at end of file diff --git a/test/bindxfer.test b/test/bindxfer.test index b8e71d901b..5762177943 100644 --- a/test/bindxfer.test +++ b/test/bindxfer.test @@ -11,7 +11,7 @@ # This file implements regression tests for SQLite library. The # focus of this script testing the sqlite_transfer_bindings() API. # -# $Id: bindxfer.test,v 1.7 2009/04/09 14:02:44 drh Exp $ +# $Id: bindxfer.test,v 1.8 2009/04/16 16:32:21 drh Exp $ # set testdir [file dirname $argv0] @@ -70,11 +70,6 @@ ifcapable deprecated { } {one two {}} catch {sqlite3_finalize $VM1} catch {sqlite3_finalize $VM2} - do_test bindxfer-1.10 { - set VM1 [sqlite3_prepare $DB {SELECT ?, ?, ?} -1 TAIL] - set VM2 [sqlite3_prepare $DB {SELECT ?, ?, ?, ?} -1 TAIL] - sqlite3_transfer_bindings $VM1 $VM2 - } 1 ;# SQLITE_ERROR } catch {sqlite3_finalize $VM1} catch {sqlite3_finalize $VM2} -- 2.47.2