]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Remove a surplus "breakpoint" from select4.test. (CVS 5294)
authordrh <drh@noemail.net>
Tue, 24 Jun 2008 12:28:03 +0000 (12:28 +0000)
committerdrh <drh@noemail.net>
Tue, 24 Jun 2008 12:28:03 +0000 (12:28 +0000)
FossilOrigin-Name: 3117238ce9cbfc36e2de929592decef86220e2a2

manifest
manifest.uuid
test/select1.test

index 58e234b2a5c4804f1b97475805ac03f8c7e634f0..edef0023d6641c9159ea85ea8fea7dadef1bc2a0 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Add\sstart\sof\snew\stest\sfile\s"select9.test".\sTo\stest\sLIMIT,\sOFFSET\sand\sORDER\sBY\son\scompound\sSELECT\sstatements.\s(CVS\s5293)
-D 2008-06-24T11:21:21
+C Remove\sa\ssurplus\s"breakpoint"\sfrom\sselect4.test.\s(CVS\s5294)
+D 2008-06-24T12:28:04
 F Makefile.arm-wince-mingw32ce-gcc ac5f7b2cef0cd850d6f755ba6ee4ab961b1fadf7
 F Makefile.in ff6f90048555a0088f6a4b7406bed5e55a7c4eff
 F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654
@@ -438,7 +438,7 @@ F test/rtree.test a8404a59bbc3a7827db9bfb334790c852f0391b3
 F test/safety.test b69e2b2dd5d52a3f78e216967086884bbc1a09c6
 F test/schema.test a8b000723375fd42c68d310091bdbd744fde647c
 F test/schema2.test 35e1c9696443d6694c8980c411497c2b5190d32e
-F test/select1.test 64f6231c75b01ec30c88dd9d45d0979169ee4d95
+F test/select1.test a976b3b21a80becef09aac96b90c1050b8647aa0
 F test/select2.test 06a2660de57673e2d076c29c0fd73f961a930f87
 F test/select3.test 2ce595f8fb8e2ac10071d3b4e424cadd4634a054
 F test/select4.test 7cc135c8343e6e433bdad185de6a720b112c40e7
@@ -593,7 +593,7 @@ F tool/speedtest16.c c8a9c793df96db7e4933f0852abb7a03d48f2e81
 F tool/speedtest2.tcl ee2149167303ba8e95af97873c575c3e0fab58ff
 F tool/speedtest8.c 1dbced29de5f59ba2ebf877edcadf171540374d1
 F tool/speedtest8inst1.c 293327bc76823f473684d589a8160bde1f52c14e
-P 839457f128c91a20aeae7ba570b4840792d41239
-R 8f8e98a120d77a29c4edf47eb9916928
-U danielk1977
-Z f25ae40ff085a198d7a1780e2a1acc69
+P 3a13e943d8fb4060fc1f0f827a156a730ee64be0
+R df0eb9896580dd594e1bec904b7c6fed
+U drh
+Z a9fd286f1f7b5d6d804d2ba12e95b0c7
index 1f8dc7a1a7a7843e2527f4ffabfed4bb8a5d01f4..1c076d1832db2994598a1a2635cdf93e4ea83820 100644 (file)
@@ -1 +1 @@
-3a13e943d8fb4060fc1f0f827a156a730ee64be0
\ No newline at end of file
+3117238ce9cbfc36e2de929592decef86220e2a2
\ No newline at end of file
index dea5643260f5aa6175f8887bdb1c14506d003c8d..acb3c07552cbf6a8cf5b7f9cb26fc1811249f91b 100644 (file)
@@ -11,7 +11,7 @@
 # This file implements regression tests for SQLite library.  The
 # focus of this file is testing the SELECT statement.
 #
-# $Id: select1.test,v 1.59 2008/06/24 00:32:36 drh Exp $
+# $Id: select1.test,v 1.60 2008/06/24 12:28:04 drh Exp $
 
 set testdir [file dirname $argv0]
 source $testdir/tester.tcl
@@ -544,7 +544,6 @@ do_test select1-6.21 {
    }
 } {d}
 do_test select1-6.22 {
-breakpoint
    execsql {
      SELECT a FROM t6 WHERE b IN 
         (SELECT b FROM t6 WHERE a<='b' UNION SELECT '3' AS x
@@ -933,3 +932,4 @@ do_test select1-14.2 {
 } {0}
 
 finish_test
+