Changes to the enc2.test script so that it will run on windows. (CVS 3004)
FossilOrigin-Name: 4c1818ecebc79f5f7e5f4a7843b5fae02a251f47
This commit is contained in:
parent
72aead8102
commit
0acb23dcef
12
manifest
12
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
|
||||
|
@ -1 +1 @@
|
||||
436287c2bfe38cf6c39e4c52b1da12f8c0d673ce
|
||||
4c1818ecebc79f5f7e5f4a7843b5fae02a251f47
|
@ -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'}
|
||||
|
Loading…
Reference in New Issue
Block a user