~ubuntu-branches/ubuntu/precise/sqlite3/precise-updates

« back to all changes in this revision

Viewing changes to ext/rtree/rtree6.test

  • Committer: Bazaar Package Importer
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2009-12-11 14:34:09 UTC
  • mfrom: (9.1.7 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091211143409-o29fahwmcmyd0vq1
Tags: 3.6.21-2
Run autoreconf to prevent FTBFS with new libtool (closes: #560660).

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
#    May you share freely, never taking more than you give.
9
9
#
10
10
#***********************************************************************
11
 
#
12
 
# $Id: rtree6.test,v 1.1 2008/09/01 12:47:00 danielk1977 Exp $
 
11
13
12
#
14
13
 
15
14
if {![info exists testdir]} {
96
95
do_test rtree6.2.4 {
97
96
  query_plan {SELECT * FROM t1,t2 WHERE v=10 and x1<10 and x2>10}
98
97
} [list \
99
 
  {TABLE t2}                              \
100
98
  {TABLE t1 VIRTUAL TABLE INDEX 2:CaEb}   \
 
99
  {TABLE t2}                              \
101
100
]
102
101
 
103
102
do_test rtree6.2.5 {
108
107
]
109
108
 
110
109
finish_test
111