]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Update the CLI test script to expect a version number of 3.7.3.
authordrh <drh@noemail.net>
Thu, 7 Oct 2010 13:29:13 +0000 (13:29 +0000)
committerdrh <drh@noemail.net>
Thu, 7 Oct 2010 13:29:13 +0000 (13:29 +0000)
FossilOrigin-Name: e55ada89246d4cc5f476891c70572dc7c1c3643e

manifest
manifest.uuid
tool/shell1.test

index ec859838baf45759de977ad04c148de4e19921f2..43db86644ecbe1e0b2c03fcce082c8a0cede4374 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,8 +1,8 @@
 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA1
 
-C Update\sthe\sconfigure\sscript\sand\sMakefile\sso\sthat\sthey\swork\swith\s3.7.3.
-D 2010-10-06T20:25:00
+C Update\sthe\sCLI\stest\sscript\sto\sexpect\sa\sversion\snumber\sof\s3.7.3.
+D 2010-10-07T13:29:13
 F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f
 F Makefile.in b01fdfcfecf8a0716c29867a67959f6148b79961
 F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23
@@ -859,7 +859,7 @@ F tool/mksqlite3internalh.tcl 7b43894e21bcb1bb39e11547ce7e38a063357e87
 F tool/omittest.tcl 27d6f6e3b1e95aeb26a1c140e6eb57771c6d794a
 F tool/opcodeDoc.awk b3a2a3d5d3075b8bd90b7afe24283efdd586659c
 F tool/restore_jrnl.tcl 6957a34f8f1f0f8285e07536225ec3b292a9024a
-F tool/shell1.test 930444cadb71ce9ce78bc6cd14ec21e6b69776ea
+F tool/shell1.test 6c66ada564076681d38cba7eb00468e72a4764f4
 F tool/shell2.test 5dc76b8005b465f420fed8241621da7513060ff3
 F tool/shell3.test 4fad469e8003938426355afdf34155f08c587836
 F tool/shell4.test 35f9c3d452b4e76d5013c63e1fd07478a62f14ce
@@ -876,14 +876,14 @@ F tool/speedtest2.tcl ee2149167303ba8e95af97873c575c3e0fab58ff
 F tool/speedtest8.c 2902c46588c40b55661e471d7a86e4dd71a18224
 F tool/speedtest8inst1.c 293327bc76823f473684d589a8160bde1f52c14e
 F tool/vdbe-compress.tcl d70ea6d8a19e3571d7ab8c9b75cba86d1173ff0f
-P b0450120eabfe5455cea1ed04cec587a5540b6b7
-R 3f1b442035283b1aa964e0fa7ce8aafe
+P 97b63a1168c761d4754d91062b73086f36069517
+R 7723ac384e1a6db8f40224b6d9a06216
 U drh
-Z 35e7fee8beca51f37c62cd0cb3612eee
+Z 2c70a79c012d90fa4df421e6d1412f5c
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.6 (GNU/Linux)
 
-iD8DBQFMrNsfoxKgR168RlERAslQAJ0RnnHh/t5u/5xlVl4ITia6/hYeBwCdHl3z
-7qG/DGBdqBo+1qm2vnYNgdA=
-=eQ/3
+iD8DBQFMrcssoxKgR168RlERAq5nAJwL6XyJxK1vz/mfniX9oE900DPPHgCfV/MO
+lICYPnH/ln2BqRqvCFKzX6w=
+=uyLI
 -----END PGP SIGNATURE-----
index bafaf04259217772990ee6a71b8e8710464c4597..412babd4ae28712835a240078f73f710075158c8 100644 (file)
@@ -1 +1 @@
-97b63a1168c761d4754d91062b73086f36069517
\ No newline at end of file
+e55ada89246d4cc5f476891c70572dc7c1c3643e
\ No newline at end of file
index f21601a456a23a8a2922b027188d8223d8e985c7..37c78d18e7b8a485fcb6e63b24b14746570619b5 100644 (file)
@@ -200,7 +200,7 @@ do_test shell1-1.15.3 {
 # -version             show SQLite version
 do_test shell1-1.16.1 {
   catchcmd "-version test.db" "" 
-} {0 3.7.1}
+} {0 3.7.3}
 
 #----------------------------------------------------------------------------
 # Test cases shell1-2.*: Basic "dot" command token parsing.