-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
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
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
-4c9a7b42b797f42f2b1e2e8d6a260044bd22ef2d
\ No newline at end of file
+74126bf4e605dc875adbf5a0ee83bf8112891e35
\ No newline at end of file
# 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]
} {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