From 131b0ef7fd44ddb8d2f87376e58d3ffe55cbbc08 Mon Sep 17 00:00:00 2001 From: danielk1977 Date: Thu, 14 Feb 2008 05:44:45 +0000 Subject: [PATCH] Fix a problem in the ptrchng.test script. (CVS 4786) FossilOrigin-Name: 30a45f078421bc89da9218528110e3bd90054bbf --- manifest | 14 +++++++------- manifest.uuid | 2 +- test/ptrchng.test | 10 +++++----- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/manifest b/manifest index 8c7f0575cd..626a3b9802 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C small\scorrectness\sfix\sfor\sos2CheckReservedLock()\s(CVS\s4785) -D 2008-02-14T00:00:50 +C Fix\sa\sproblem\sin\sthe\sptrchng.test\sscript.\s(CVS\s4786) +D 2008-02-14T05:44:45 F Makefile.arm-wince-mingw32ce-gcc ac5f7b2cef0cd850d6f755ba6ee4ab961b1fadf7 F Makefile.in bc2b5df3e3d0d4b801b824b7ef6dec43812b049b F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654 @@ -412,7 +412,7 @@ F test/pragma.test d9f3d80583b80708aa270e8c5038dee949190d78 F test/pragma2.test 5364893491b9231dd170e3459bfc2e2342658b47 F test/printf.test c3405535b418d454e8a52196a0fc592ec9eec58d F test/progress.test 5b075c3c790c7b2a61419bc199db87aaf48b8301 x -F test/ptrchng.test 1f7bb92398163f1c18d69727c3ab31d90e94b458 +F test/ptrchng.test 83150cb7b513e33cce90fdc68f4b1817551857c0 F test/quick.test 771a6b3a88fdd0e7e813ce013ceda29037bc9462 F test/quote.test 215897dbe8de1a6f701265836d6601cc6ed103e6 F test/rdonly.test b34db316525440d3b42c32e83942c02c37d28ef0 @@ -617,7 +617,7 @@ F www/tclsqlite.tcl 8be95ee6dba05eabcd27a9d91331c803f2ce2130 F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0 F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b F www/whentouse.tcl fc46eae081251c3c181bd79c5faef8195d7991a5 -P 9f4da1013b558fcabadc3a3bec6bcdae9b06399e -R 94f187d6e650525a58156f7c677755bf -U pweilbacher -Z 887a4d708e81eb8b0e1ad4f9e83b5340 +P f364d9342345cb11a4fd1961ab4f6387fb6abacc +R eb0b80c339e37039f409d82928c61946 +U danielk1977 +Z 78b86b5f54534f0aee0791249642430b diff --git a/manifest.uuid b/manifest.uuid index 6fe0200ef4..f4ce7f74c2 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -f364d9342345cb11a4fd1961ab4f6387fb6abacc \ No newline at end of file +30a45f078421bc89da9218528110e3bd90054bbf \ No newline at end of file diff --git a/test/ptrchng.test b/test/ptrchng.test index 406f2e2521..57546ac369 100644 --- a/test/ptrchng.test +++ b/test/ptrchng.test @@ -21,7 +21,7 @@ # sqlite3_value_bytes() # 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] source $testdir/tester.tcl @@ -63,7 +63,7 @@ do_test ptrchng-2.2 { execsql { SELECT pointer_change(y, 'blob', 'noop', 'text') FROM t1 WHERE x=1 } -} {1} +} {0} ifcapable utf16 { do_test ptrchng-2.3 { execsql { @@ -95,7 +95,7 @@ do_test ptrchng-2.12 { execsql { SELECT pointer_change(y, 'blob', 'noop', 'text') FROM t1 WHERE x=3 } -} {1} +} {0} ifcapable utf16 { do_test ptrchng-2.13 { execsql { @@ -132,7 +132,7 @@ do_test ptrchng-3.2 { execsql { SELECT pointer_change(y, 'blob', 'noop', 'text') FROM t1 WHERE x=2 } -} {1} +} {0} ifcapable utf16 { do_test ptrchng-3.3 { execsql { @@ -164,7 +164,7 @@ do_test ptrchng-3.12 { execsql { SELECT pointer_change(y, 'blob', 'noop', 'text') FROM t1 WHERE x=4 } -} {1} +} {0} ifcapable utf16 { do_test ptrchng-3.13 { execsql {