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

Unified Diff: third_party/sqlite/sqlite-src-3080704/test/misc5.test

Issue 883353008: [sql] Import reference version of SQLite 3.8.7.4. (Closed) Base URL: http://chromium.googlesource.com/chromium/src.git@master
Patch Set: Hold back encoding change which is messing up patch. Created 5 years, 11 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
Index: third_party/sqlite/sqlite-src-3080704/test/misc5.test
diff --git a/third_party/sqlite/sqlite-src-3070603/test/misc5.test b/third_party/sqlite/sqlite-src-3080704/test/misc5.test
similarity index 99%
copy from third_party/sqlite/sqlite-src-3070603/test/misc5.test
copy to third_party/sqlite/sqlite-src-3080704/test/misc5.test
index 34b2284bc16bc0cd74eabe1f9d751ce10beb6282..14ba44ead0a1d239c2e81c5bcfa0e02416b28222 100644
--- a/third_party/sqlite/sqlite-src-3070603/test/misc5.test
+++ b/third_party/sqlite/sqlite-src-3080704/test/misc5.test
@@ -505,7 +505,7 @@ ifcapable subquery {
)
ORDER BY LOWER(artist) ASC;
}
- } {one}
+ } {two}
}
# Ticket #1370. Do not overwrite small files (less than 1024 bytes)
@@ -514,7 +514,7 @@ ifcapable subquery {
if {[permutation] == ""} {
do_test misc5-4.1 {
db close
- file delete -force test.db
+ forcedelete test.db
set fd [open test.db w]
puts $fd "This is not really a database"
close $fd
@@ -544,7 +544,7 @@ do_test misc5-5.4 {
# a UNION ALL query causes an error, not a crash.
#
db close
-file delete -force test.db
+forcedelete test.db
sqlite3 db test.db
ifcapable subquery&&compound {
do_test misc5-6.1 {
« no previous file with comments | « third_party/sqlite/sqlite-src-3080704/test/misc4.test ('k') | third_party/sqlite/sqlite-src-3080704/test/misc6.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698