]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Additional test cases. (CVS 4806)
authordrh <drh@noemail.net>
Thu, 21 Feb 2008 21:30:07 +0000 (21:30 +0000)
committerdrh <drh@noemail.net>
Thu, 21 Feb 2008 21:30:07 +0000 (21:30 +0000)
FossilOrigin-Name: 74126bf4e605dc875adbf5a0ee83bf8112891e35

manifest
manifest.uuid
test/capi3.test

index d4ea184d978f0ed2dfdde322119d5eca5d5e63f6..8e44d274af8b45689f8203001db31472ce08e457 100644 (file)
--- 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
index f3bdf634a6cfeec34a4aef717355d615c5005f92..4ae7915526d97d1343c01ed9dd28621cc397a214 100644 (file)
@@ -1 +1 @@
-4c9a7b42b797f42f2b1e2e8d6a260044bd22ef2d
\ No newline at end of file
+74126bf4e605dc875adbf5a0ee83bf8112891e35
\ No newline at end of file
index aa12e588bad42ada7e8f22843e964984c84b2eac..62046bcc083abae5f322b46e11fe0b644ff06742 100644 (file)
@@ -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