]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Changes to the enc2.test script so that it will run on windows. (CVS 3004)
authordrh <drh@noemail.net>
Mon, 23 Jan 2006 15:59:55 +0000 (15:59 +0000)
committerdrh <drh@noemail.net>
Mon, 23 Jan 2006 15:59:55 +0000 (15:59 +0000)
FossilOrigin-Name: 4c1818ecebc79f5f7e5f4a7843b5fae02a251f47

manifest
manifest.uuid
test/enc2.test

index ec731c24d321994d78ecbaaacb7391a3d1f41623..57e0b9b5922263360bc07e26b5fb0c2931975ac0 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Cut\sover\sthe\spatches\sto\ssupport\sWinCE.\s\sTicket\s#1600.\s(CVS\s3003)
-D 2006-01-23T15:54:26
+C Changes\sto\sthe\senc2.test\sscript\sso\sthat\sit\swill\srun\son\swindows.\s(CVS\s3004)
+D 2006-01-23T15:59:55
 F Makefile.in ab3ffd8d469cef4477257169b82810030a6bb967
 F Makefile.linux-gcc aee18d8a05546dcf1888bd4547e442008a49a092
 F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028
@@ -156,7 +156,7 @@ F test/descidx3.test 51eaeee554ca97caa4695b493686e0ed04046b1a
 F test/diskfull.test d828d72adfc9e2d1a194d25996718c1989152cf9
 F test/distinctagg.test 2b89d1c5220d966a30ba4b40430338669301188b
 F test/enc.test 7a03417a1051fe8bc6c7641cf4c8c3f7e0066d52
-F test/enc2.test 0c8d3142c032c4f907b546d99e00b787f9700bb7
+F test/enc2.test 9f15cb7adc745fbb93d083ae1cf5a2deaa04d25f
 F test/enc3.test 890508efff6677345e93bf2a8adb0489b30df030
 F test/expr.test 4e65cade931e14a0194eee41e33707e7af5f397a
 F test/fkey1.test 153004438d51e6769fb1ce165f6313972d6263ce
@@ -344,7 +344,7 @@ F www/tclsqlite.tcl bb0d1357328a42b1993d78573e587c6dcbc964b9
 F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
 F www/version3.tcl a99cf5f6d8bd4d5537584a2b342f0fb9fa601d8b
 F www/whentouse.tcl 97e2b5cd296f7d8057e11f44427dea8a4c2db513
-P 8c7e18c3f2f0487c6125f2d12720669e4d40e760
-R 7a56e9b00cda637476c138c2dd6d1960
+P 436287c2bfe38cf6c39e4c52b1da12f8c0d673ce
+R 1a68a7d8604e1e5b02bbaa8f0bd1e544
 U drh
-Z 8c4ba19060f4b824bbcb393570efef00
+Z c85ece09f113345efc1b6dc383dc0358
index 6ccbd0e645c31be30746b78bf0584ff1fa380323..57a2a3f5fed88de0f56aa7e2a5dad011dfc58488 100644 (file)
@@ -1 +1 @@
-436287c2bfe38cf6c39e4c52b1da12f8c0d673ce
\ No newline at end of file
+4c1818ecebc79f5f7e5f4a7843b5fae02a251f47
\ No newline at end of file
index a21fca5b290ec1d2b4d3a4731c6e52b61739c5c7..760cbdb05153ff4e613c66817fbcf2268a149685 100644 (file)
@@ -13,7 +13,7 @@
 # various suported unicode encodings (UTF-8, UTF-16, UTF-16le and
 # UTF-16be).
 #
-# $Id: enc2.test,v 1.26 2006/01/11 14:09:32 danielk1977 Exp $
+# $Id: enc2.test,v 1.27 2006/01/23 15:59:55 drh Exp $
 
 set testdir [file dirname $argv0]
 source $testdir/tester.tcl
@@ -315,6 +315,7 @@ proc test_function {enc arg} {
   return "$enc $arg"
 }
 
+db close
 file delete -force test.db
 sqlite3 db test.db; set DB [sqlite3_connection_pointer db]
 execsql {pragma encoding = 'UTF-8'}