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

Unified Diff: third_party/sqlite/src/test/tkt-94c04eaadb.test

Issue 949043002: Add //third_party/sqlite to dirs_to_snapshot, remove net_sql.patch (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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/tkt-91e2e8ba6f.test ('k') | third_party/sqlite/src/test/tkt-9a8b09f8e6.test » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/sqlite/src/test/tkt-94c04eaadb.test
diff --git a/third_party/sqlite/src/test/tkt-94c04eaadb.test b/third_party/sqlite/src/test/tkt-94c04eaadb.test
index cce8a98eb471f6071cfb14a7640b3671a1b9c38a..9de8aea28d297288936a2d62def404f395eedded 100644
--- a/third_party/sqlite/src/test/tkt-94c04eaadb.test
+++ b/third_party/sqlite/src/test/tkt-94c04eaadb.test
@@ -27,7 +27,7 @@ do_test tkt-94c94-1.1 {
# Grow the file to larger than 4096MB (2^32 bytes)
db close
-if {[catch {fake_big_file 4096 [pwd]/test.db} msg]} {
+if {[catch {fake_big_file 4096 [get_pwd]/test.db} msg]} {
puts "**** Unable to create a file larger than 4096 MB. *****"
finish_test
return
@@ -44,7 +44,6 @@ do_test tkt-94c94-2.1 {
execsql { CREATE TABLE t2(x, y) } db
} {}
do_test tkt-94c94-2.2 {
-breakpoint
execsql { INSERT INTO t2 VALUES(1, 2) } db2
} {}
do_test tkt-94c94-2.3 {
« no previous file with comments | « third_party/sqlite/src/test/tkt-91e2e8ba6f.test ('k') | third_party/sqlite/src/test/tkt-9a8b09f8e6.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698