Fix a problem in the ptrchng.test script. (CVS 4786)

FossilOrigin-Name: 30a45f078421bc89da9218528110e3bd90054bbf
This commit is contained in:
danielk1977 2008-02-14 05:44:45 +00:00
parent d4c8a60358
commit 131b0ef7fd
3 changed files with 13 additions and 13 deletions

View File

@ -1,5 +1,5 @@
C small\scorrectness\sfix\sfor\sos2CheckReservedLock()\s(CVS\s4785) C Fix\sa\sproblem\sin\sthe\sptrchng.test\sscript.\s(CVS\s4786)
D 2008-02-14T00:00:50 D 2008-02-14T05:44:45
F Makefile.arm-wince-mingw32ce-gcc ac5f7b2cef0cd850d6f755ba6ee4ab961b1fadf7 F Makefile.arm-wince-mingw32ce-gcc ac5f7b2cef0cd850d6f755ba6ee4ab961b1fadf7
F Makefile.in bc2b5df3e3d0d4b801b824b7ef6dec43812b049b F Makefile.in bc2b5df3e3d0d4b801b824b7ef6dec43812b049b
F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654 F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654
@ -412,7 +412,7 @@ F test/pragma.test d9f3d80583b80708aa270e8c5038dee949190d78
F test/pragma2.test 5364893491b9231dd170e3459bfc2e2342658b47 F test/pragma2.test 5364893491b9231dd170e3459bfc2e2342658b47
F test/printf.test c3405535b418d454e8a52196a0fc592ec9eec58d F test/printf.test c3405535b418d454e8a52196a0fc592ec9eec58d
F test/progress.test 5b075c3c790c7b2a61419bc199db87aaf48b8301 x F test/progress.test 5b075c3c790c7b2a61419bc199db87aaf48b8301 x
F test/ptrchng.test 1f7bb92398163f1c18d69727c3ab31d90e94b458 F test/ptrchng.test 83150cb7b513e33cce90fdc68f4b1817551857c0
F test/quick.test 771a6b3a88fdd0e7e813ce013ceda29037bc9462 F test/quick.test 771a6b3a88fdd0e7e813ce013ceda29037bc9462
F test/quote.test 215897dbe8de1a6f701265836d6601cc6ed103e6 F test/quote.test 215897dbe8de1a6f701265836d6601cc6ed103e6
F test/rdonly.test b34db316525440d3b42c32e83942c02c37d28ef0 F test/rdonly.test b34db316525440d3b42c32e83942c02c37d28ef0
@ -617,7 +617,7 @@ F www/tclsqlite.tcl 8be95ee6dba05eabcd27a9d91331c803f2ce2130
F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0 F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b
F www/whentouse.tcl fc46eae081251c3c181bd79c5faef8195d7991a5 F www/whentouse.tcl fc46eae081251c3c181bd79c5faef8195d7991a5
P 9f4da1013b558fcabadc3a3bec6bcdae9b06399e P f364d9342345cb11a4fd1961ab4f6387fb6abacc
R 94f187d6e650525a58156f7c677755bf R eb0b80c339e37039f409d82928c61946
U pweilbacher U danielk1977
Z 887a4d708e81eb8b0e1ad4f9e83b5340 Z 78b86b5f54534f0aee0791249642430b

View File

@ -1 +1 @@
f364d9342345cb11a4fd1961ab4f6387fb6abacc 30a45f078421bc89da9218528110e3bd90054bbf

View File

@ -21,7 +21,7 @@
# sqlite3_value_bytes() # sqlite3_value_bytes()
# sqlite3_value_bytes16() # sqlite3_value_bytes16()
# #
# $Id: ptrchng.test,v 1.3 2008/02/13 18:25:27 danielk1977 Exp $ # $Id: ptrchng.test,v 1.4 2008/02/14 05:44:45 danielk1977 Exp $
set testdir [file dirname $argv0] set testdir [file dirname $argv0]
source $testdir/tester.tcl source $testdir/tester.tcl
@ -63,7 +63,7 @@ do_test ptrchng-2.2 {
execsql { execsql {
SELECT pointer_change(y, 'blob', 'noop', 'text') FROM t1 WHERE x=1 SELECT pointer_change(y, 'blob', 'noop', 'text') FROM t1 WHERE x=1
} }
} {1} } {0}
ifcapable utf16 { ifcapable utf16 {
do_test ptrchng-2.3 { do_test ptrchng-2.3 {
execsql { execsql {
@ -95,7 +95,7 @@ do_test ptrchng-2.12 {
execsql { execsql {
SELECT pointer_change(y, 'blob', 'noop', 'text') FROM t1 WHERE x=3 SELECT pointer_change(y, 'blob', 'noop', 'text') FROM t1 WHERE x=3
} }
} {1} } {0}
ifcapable utf16 { ifcapable utf16 {
do_test ptrchng-2.13 { do_test ptrchng-2.13 {
execsql { execsql {
@ -132,7 +132,7 @@ do_test ptrchng-3.2 {
execsql { execsql {
SELECT pointer_change(y, 'blob', 'noop', 'text') FROM t1 WHERE x=2 SELECT pointer_change(y, 'blob', 'noop', 'text') FROM t1 WHERE x=2
} }
} {1} } {0}
ifcapable utf16 { ifcapable utf16 {
do_test ptrchng-3.3 { do_test ptrchng-3.3 {
execsql { execsql {
@ -164,7 +164,7 @@ do_test ptrchng-3.12 {
execsql { execsql {
SELECT pointer_change(y, 'blob', 'noop', 'text') FROM t1 WHERE x=4 SELECT pointer_change(y, 'blob', 'noop', 'text') FROM t1 WHERE x=4
} }
} {1} } {0}
ifcapable utf16 { ifcapable utf16 {
do_test ptrchng-3.13 { do_test ptrchng-3.13 {
execsql { execsql {