Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Unified Diff: third_party/sqlite/src/ext/rtree/rtree2.test

Issue 6990047: Import SQLite 3.7.6.3. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/sqlite/src/ext/rtree/rtree1.test ('k') | third_party/sqlite/src/ext/rtree/rtree3.test » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/sqlite/src/ext/rtree/rtree2.test
diff --git a/third_party/sqlite/src/ext/rtree/rtree2.test b/third_party/sqlite/src/ext/rtree/rtree2.test
index 7e38c8f5f5bcee33f7615f578ff0b1096847d172..f5d15cc6b935d1120df9e7c8e58a4a24acca5a65 100644
--- a/third_party/sqlite/src/ext/rtree/rtree2.test
+++ b/third_party/sqlite/src/ext/rtree/rtree2.test
@@ -11,11 +11,9 @@
#
# The focus of this file is testing the r-tree extension.
#
-# $Id: rtree2.test,v 1.4 2008/07/14 15:37:01 danielk1977 Exp $
-#
if {![info exists testdir]} {
- set testdir [file join [file dirname $argv0] .. .. test]
+ set testdir [file join [file dirname [info script]] .. .. test]
}
source [file join [file dirname [info script]] rtree_util.tcl]
source $testdir/tester.tcl
@@ -29,7 +27,7 @@ set ::NROW 1000
set ::NDEL 10
set ::NSELECT 100
-if {[info exists ISQUICK] && $ISQUICK} {
+if {[info exists G(isquick)] && $G(isquick)} {
set ::NROW 100
set ::NSELECT 10
}
« no previous file with comments | « third_party/sqlite/src/ext/rtree/rtree1.test ('k') | third_party/sqlite/src/ext/rtree/rtree3.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698