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

Unified Diff: third_party/sqlite/src/test/tkt3472.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/tkt3442.test ('k') | third_party/sqlite/src/test/tkt3757.test » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/sqlite/src/test/tkt3472.test
diff --git a/third_party/sqlite/src/test/tkt3472.test b/third_party/sqlite/src/test/tkt3472.test
deleted file mode 100644
index 5e4b537b11c6db2aad4ceec600aea0557dccaebc..0000000000000000000000000000000000000000
--- a/third_party/sqlite/src/test/tkt3472.test
+++ /dev/null
@@ -1,39 +0,0 @@
-# 2008 November 11
-#
-# The author disclaims copyright to this source code. In place of
-# a legal notice, here is a blessing:
-#
-# May you do good and not evil.
-# May you find forgiveness for yourself and forgive others.
-# May you share freely, never taking more than you give.
-#
-#***********************************************************************
-#
-# $Id: tkt3472.test,v 1.4 2008/12/03 22:32:45 drh Exp $
-
-set testdir [file dirname $argv0]
-source $testdir/tester.tcl
-
-if {![info exists threadsOverrideEachOthersLocks]} {
- finish_test
- return
-}
-
-set ::correctvalue $threadsOverrideEachOthersLocks
-puts "threadsOverrideEachOthersLocks = $::correctvalue"
-
-do_test tkt3472-1.1 {
- db close
- set threadsOverrideEachOthersLocks -1
- sqlite3 db test.db
- set threadsOverrideEachOthersLocks
-} $::correctvalue
-
-do_test tkt3472-1.2 {
- db close
- set threadsOverrideEachOthersLocks -1
- sqlite3 db test.db -readonly 1
- set threadsOverrideEachOthersLocks
-} $::correctvalue
-
-finish_test
« no previous file with comments | « third_party/sqlite/src/test/tkt3442.test ('k') | third_party/sqlite/src/test/tkt3757.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698