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

Unified Diff: third_party/sqlite/src/test/misc1.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/minmax3.test ('k') | third_party/sqlite/src/test/misc4.test » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/sqlite/src/test/misc1.test
diff --git a/third_party/sqlite/src/test/misc1.test b/third_party/sqlite/src/test/misc1.test
index 7f93686f0fcd0aca1ca15807c9e6e5ce230ed0f7..a78e4884e93395881b70957202cfa5297b51720a 100644
--- a/third_party/sqlite/src/test/misc1.test
+++ b/third_party/sqlite/src/test/misc1.test
@@ -481,8 +481,12 @@ do_test misc1-14.1 {
execsql {BEGIN}
file exists ./test.db-journal
} {0}
-do_test misc1-14.2 {
- execsql {UPDATE t1 SET a=0 WHERE 0}
+do_test misc1-14.2a {
+ execsql {UPDATE t1 SET a=a||'x' WHERE 0}
+ file exists ../test.db-journal
+} {0}
+do_test misc1-14.2b {
+ execsql {UPDATE t1 SET a=a||'y' WHERE 1}
file exists ../test.db-journal
} {1}
do_test misc1-14.3 {
« no previous file with comments | « third_party/sqlite/src/test/minmax3.test ('k') | third_party/sqlite/src/test/misc4.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698