]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Fix test pragma-19.5 so that it works on file names that may contain spaces and/or...
authormistachkin <mistachkin@noemail.net>
Fri, 2 Mar 2012 22:41:06 +0000 (22:41 +0000)
committermistachkin <mistachkin@noemail.net>
Fri, 2 Mar 2012 22:41:06 +0000 (22:41 +0000)
FossilOrigin-Name: 9aaa1ab7c63c9045fecf5e965b333cc5f28b0791

manifest
manifest.uuid
test/pragma.test

index 1ecac2891dabfdc56da2da1ea712dc8d3db9e516..6fa62fc1773250bc4b6c4d4bb8ed9565effc6a9d 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Remove\san\sobsolete\scomment\sfrom\sFTS3.\s\sNo\scode\schanges.
-D 2012-03-02T20:34:57.831
+C Fix\stest\spragma-19.5\sso\sthat\sit\sworks\son\sfile\snames\sthat\smay\scontain\sspaces\sand/or\sbackslashes.
+D 2012-03-02T22:41:06.784
 F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f
 F Makefile.in 3f79a373e57c3b92dabf76f40b065e719d31ac34
 F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23
@@ -635,7 +635,7 @@ F test/pagesize.test 1dd51367e752e742f58e861e65ed7390603827a0
 F test/pcache.test 065aa286e722ab24f2e51792c1f093bf60656b16
 F test/pcache2.test a83efe2dec0d392f814bfc998def1d1833942025
 F test/permutations.test fa6f0e5f13fe0b1d3f7a7613179b7f7b20028184
-F test/pragma.test f6111ded4d56b79436a60a757d62f3c96a9cf3f5
+F test/pragma.test f11c59ec935a52edb4d3d5676d456588121fcefa
 F test/pragma2.test 3a55f82b954242c642f8342b17dffc8b47472947
 F test/printf.test ec9870c4dce8686a37818e0bf1aba6e6a1863552
 F test/progress.test 5b075c3c790c7b2a61419bc199db87aaf48b8301
@@ -991,7 +991,7 @@ F tool/tostr.awk e75472c2f98dd76e06b8c9c1367f4ab07e122d06
 F tool/vdbe-compress.tcl d70ea6d8a19e3571d7ab8c9b75cba86d1173ff0f
 F tool/warnings-clang.sh 9f406d66e750e8ac031c63a9ef3248aaa347ef2a
 F tool/warnings.sh fbc018d67fd7395f440c28f33ef0f94420226381
-P 3784d1475b49f24e4a51450edc94aee66fd48fe4
-R 8b20c4d4f44baa368677e57454570c9f
-U drh
-Z 21e716094cd8c8ff2e7fa8079fce4100
+P 74d224b14467d8a6915d3cf372f45e0d28708fa2
+R 1b3b0133ab927bace43b063fe5fb3563
+U mistachkin
+Z 8931ed203e5c3d9dfd3529ebd0c654df
index 056c76d316abc00a33af9fbb8978d41e7d568602..e9e40ff7c13a29fdc26b8e941b189a11a11453c8 100644 (file)
@@ -1 +1 @@
-74d224b14467d8a6915d3cf372f45e0d28708fa2
\ No newline at end of file
+9aaa1ab7c63c9045fecf5e965b333cc5f28b0791
\ No newline at end of file
index 00be9b8f6a74e541aa62100aa3be7933834df9df..3f17bd742b032ddeebf4daaedb6e3f2e83cb66c3 100644 (file)
@@ -1507,7 +1507,7 @@ do_test pragma-19.4 {
   catchsql {PRAGMA error=7}
 } {1 {out of memory}}
 do_test pragma-19.5 {
-  file tail [execsql {PRAGMA filename}]
+  file tail [lindex [execsql {PRAGMA filename}] 0]
 } {test.db}