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

Unified Diff: third_party/sqlite/src/test/rowhash.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/test/rollback.test ('k') | third_party/sqlite/src/test/rtree.test » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/sqlite/src/test/rowhash.test
diff --git a/third_party/sqlite/src/test/rowhash.test b/third_party/sqlite/src/test/rowhash.test
index 0d260e915c5e59ce0a2bdddee7c6820e50d71be4..4a553cd6d5454a3465ba6df29a4b9ec3a9fd5a66 100644
--- a/third_party/sqlite/src/test/rowhash.test
+++ b/third_party/sqlite/src/test/rowhash.test
@@ -12,7 +12,9 @@
# This file implements regression tests for SQLite library. The
# focus of this file is the code in rowhash.c.
#
-# $Id: rowhash.test,v 1.5 2009/05/02 12:02:02 drh Exp $
+# NB: The rowhash.c module is no longer part of the source tree. But
+# we might as well keep this test.
+#
set testdir [file dirname $argv0]
source $testdir/tester.tcl
@@ -45,6 +47,7 @@ do_keyset_test rowhash-2.2 {0 1 2 3}
do_keyset_test rowhash-2.3 {62 125 188}
if {[working_64bit_int]} {
expr srand(1)
+ unset -nocomplain i L
for {set i 4} {$i < 10} {incr i} {
for {set j 0} {$j < 5000} {incr j} {
lappend L [expr int(rand()*1000000000)]
« no previous file with comments | « third_party/sqlite/src/test/rollback.test ('k') | third_party/sqlite/src/test/rtree.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698