SQLite
Check-in [e9ac533960]
Not logged in
Overview
SHA1 Hash:e9ac5339603766c120c775bda8ae816d0ccb1503
Date: 2013-01-04 22:26:47
User: mistachkin
Comment:Remove superfluous text from a comment.
Tags And Properties
Changes
hide diffs unified diffs patch

Changes to test/tkt3457.test

28 # 28 # 29 # tkt3457-1.2: Application has neither read, nor write permission on 29 # tkt3457-1.2: Application has neither read, nor write permission on 30 # the hot-journal file. Result: SQLITE_CANTOPEN. 30 # the hot-journal file. Result: SQLITE_CANTOPEN. 31 # 31 # 32 # tkt3457-1.3: Application has write but not read permission on 32 # tkt3457-1.3: Application has write but not read permission on 33 # the hot-journal file. Result: SQLITE_CANTOPEN. 33 # the hot-journal file. Result: SQLITE_CANTOPEN. 34 # 34 # 35 # tkt3457-1.4: Application has read but not write permission ongrep | 35 # tkt3457-1.4: Application has read but not write permission on 36 # the hot-journal file. Result: SQLITE_CANTOPEN. 36 # the hot-journal file. Result: SQLITE_CANTOPEN. 37 # 37 # 38 # tkt3457-1.5: Application has read/write permission on the hot-journal 38 # tkt3457-1.5: Application has read/write permission on the hot-journal 39 # file. Result: SQLITE_OK. 39 # file. Result: SQLITE_OK. 40 # 40 # 41 do_test tkt3457-1.1 { 41 do_test tkt3457-1.1 { 42 execsql { 42 execsql {