From 11cf9fbcf2451d3ca3fff55811f174c9211ed966 Mon Sep 17 00:00:00 2001 From: danielk1977 Date: Tue, 23 Nov 2004 11:16:42 +0000 Subject: [PATCH] Make the test suite pass when SQLITE_OMIT_SCHEMA_VERSION_PRAGMAS is defined. (CVS 2146) FossilOrigin-Name: ff20c623c64d67b19c13c4fd3afe8ea137bb8a0b --- manifest | 12 ++++++------ manifest.uuid | 2 +- test/pragma.test | 6 +++++- 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/manifest b/manifest index 930b9d77ea..6b86070a72 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C Ensure\sthe\stest\ssuite\sruns\swith\sSQLITE_OMIT_PAGER_PRAGMAS\sdefined.\s(CVS\s2145) -D 2004-11-23T10:52:51 +C Make\sthe\stest\ssuite\spass\swhen\sSQLITE_OMIT_SCHEMA_VERSION_PRAGMAS\sis\sdefined.\s(CVS\s2146) +D 2004-11-23T11:16:42 F Makefile.in 8291610f5839939a5fbff4dbbf85adb0fe1ac37f F Makefile.linux-gcc a9e5a0d309fa7c38e7c14d3ecf7690879d3a5457 F README a01693e454a00cc117967e3f9fdab2d4d52e9bc1 @@ -160,7 +160,7 @@ F test/pager.test 394455707a079804e8a4e431d12edce831a065f0 F test/pager2.test 49c0f57c7da0b060f0486b85fdd074025caa694e F test/pager3.test 647f696a9cf7409df00a1e0047c2eb55585a1b85 F test/pagesize.test 1b826d1608fd86d2303aa895b5586052ad07eba1 -F test/pragma.test e344e0fdef3683bab053bc6a34b60a4502e80c0b +F test/pragma.test 726167cc97de01445f645c6d7e52e427db9ce46f F test/printf.test 92ba4c510b4fc61120ffa4a01820446ed917ae57 F test/progress.test 5ddba78cb6011fba36093973cfb3ac473b8fb96a x F test/quick.test 91e5b8ae6663dc9e3e754b271f0384f0cae706e6 @@ -261,7 +261,7 @@ F www/tclsqlite.tcl 560ecd6a916b320e59f2917317398f3d59b7cc25 F www/vdbe.tcl 095f106d93875c94b47367384ebc870517431618 F www/version3.tcl 092a01f5ef430d2c4acc0ae558d74c4bb89638a0 F www/whentouse.tcl fdacb0ba2d39831e8a6240d05a490026ad4c4e4c -P 6ccb589bd94fc7d33e07caa39e011c3628563e9b -R 5a8adf496e1061bb035a6d034efa4c08 +P 2d1f0b923d3c5a669959a03a4344fddcb69c7a98 +R e6a45a91de16f1427454a4e157234366 U danielk1977 -Z 568d1ff71d96d7e41d00c01a657aab48 +Z c1a8c4c4c0a160c94d9225a898f1fe8d diff --git a/manifest.uuid b/manifest.uuid index 8834a50af0..d91ebcf69f 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -2d1f0b923d3c5a669959a03a4344fddcb69c7a98 \ No newline at end of file +ff20c623c64d67b19c13c4fd3afe8ea137bb8a0b \ No newline at end of file diff --git a/test/pragma.test b/test/pragma.test index 070f58c18c..0d47da55aa 100644 --- a/test/pragma.test +++ b/test/pragma.test @@ -12,7 +12,7 @@ # # This file implements tests for the PRAGMA command. # -# $Id: pragma.test,v 1.26 2004/11/23 10:52:51 danielk1977 Exp $ +# $Id: pragma.test,v 1.27 2004/11/23 11:16:42 danielk1977 Exp $ set testdir [file dirname $argv0] source $testdir/tester.tcl @@ -388,6 +388,8 @@ do_test pragma-7.3 { # pragma-8.2: PRAGMA user_version # +ifcapable schema_version { + # First check that we can set the schema version and then retrieve the # same value. do_test pragma-8.1.1 { @@ -584,4 +586,6 @@ do_test pragma-8.2.15 { } } {-450} +} ; # ifcapable schema_version + finish_test