From: drh Date: Thu, 21 Feb 2008 21:30:07 +0000 (+0000) Subject: Additional test cases. (CVS 4806) X-Git-Tag: version-3.5.7~68 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=e4d052a3148d4c4eeb44ed93cddf94aee0744aad;p=thirdparty%2Fsqlite.git Additional test cases. (CVS 4806) FossilOrigin-Name: 74126bf4e605dc875adbf5a0ee83bf8112891e35 --- diff --git a/manifest b/manifest index d4ea184d97..8e44d274af 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C Accept\s"Z"\sas\sthe\szulu\stimezone\sat\sthe\send\sof\sdate\sstrings.\s(CVS\s4805) -D 2008-02-21T20:40:44 +C Additional\stest\scases.\s(CVS\s4806) +D 2008-02-21T21:30:07 F Makefile.arm-wince-mingw32ce-gcc ac5f7b2cef0cd850d6f755ba6ee4ab961b1fadf7 F Makefile.in bc2b5df3e3d0d4b801b824b7ef6dec43812b049b F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654 @@ -224,7 +224,7 @@ F test/btree9.test 5d8711b241145b90f65dd1795d5dd8290846fa5e F test/busy.test 0271c854738e23ad76e10d4096a698e5af29d211 F test/cache.test 3ff445c445742a7b6b9ba6e1d62a25263f9424b9 F test/capi2.test cc64df7560a96f848f919ea2926c60acf639684b -F test/capi3.test 27734b8b96e3d31acbdb861cff409a82d3499ae4 +F test/capi3.test 590134ad001c831698f5b5b4b3911a45fbadba12 F test/capi3b.test 664eb55318132f292f2c436f90906f578cad6b97 F test/capi3c.test 7bcff27698351b6fbe45be5ebae95c1d2a1f4b1a F test/cast.test ce8f14fc80f70b30ed984480cc0d8914a459e8f9 @@ -621,7 +621,7 @@ F www/tclsqlite.tcl 8be95ee6dba05eabcd27a9d91331c803f2ce2130 F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0 F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b F www/whentouse.tcl fc46eae081251c3c181bd79c5faef8195d7991a5 -P 08276df3fdd63f210d502c414390f1efd8ebbbb7 -R fbd8410911af3170ba7036428f73329b +P 4c9a7b42b797f42f2b1e2e8d6a260044bd22ef2d +R 15fbbd63bac94bf4cf3996d2a4103198 U drh -Z 2bd7a33d27840649099691bbdad59fdc +Z 3ade4f046651b84bc599a69e7912090d diff --git a/manifest.uuid b/manifest.uuid index f3bdf634a6..4ae7915526 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -4c9a7b42b797f42f2b1e2e8d6a260044bd22ef2d \ No newline at end of file +74126bf4e605dc875adbf5a0ee83bf8112891e35 \ No newline at end of file diff --git a/test/capi3.test b/test/capi3.test index aa12e588ba..62046bcc08 100644 --- a/test/capi3.test +++ b/test/capi3.test @@ -11,7 +11,7 @@ # This file implements regression tests for SQLite library. The # focus of this script testing the callback-free C/C++ API. # -# $Id: capi3.test,v 1.58 2008/01/22 01:48:09 drh Exp $ +# $Id: capi3.test,v 1.59 2008/02/21 21:30:07 drh Exp $ # set testdir [file dirname $argv0] @@ -164,6 +164,14 @@ ifcapable {utf16} { } {library routine called out of sequence} } +do_test capi3-3.7 { + set db2 [sqlite3_open] + sqlite3_errcode $db2 +} {SQLITE_OK} +do_test capi3-3.8 { + sqlite3_close $db2 +} {SQLITE_OK} + # rename sqlite3_open "" # rename sqlite3_open_old sqlite3_open