aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authordan <dan@noemail.net>2010-06-19 18:12:02 +0000
committerdan <dan@noemail.net>2010-06-19 18:12:02 +0000
commit8ce49d6ac0d238483a411145416187ff3cb15bf3 (patch)
tree9ca5dc34d2173a8c1d87d4a87811ae7c0dda4b0b /test
parent146ed78b7818b43845ae44d3cbb12c7c80183be5 (diff)
downloadsqlite-8ce49d6ac0d238483a411145416187ff3cb15bf3.tar.gz
sqlite-8ce49d6ac0d238483a411145416187ff3cb15bf3.zip
Change the name of IOCAP_SAFE_DELETE to IOCAP_UNDELETABLE_WHEN_OPEN. Have the xDeviceCharacteristics() method of the win32 VFS return this flag.
FossilOrigin-Name: 5a5ff4e3e4c707464f227907d0aefb8ef42180dd
Diffstat (limited to 'test')
-rw-r--r--test/journal2.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/journal2.test b/test/journal2.test
index 20331b8bd..f7145ebdf 100644
--- a/test/journal2.test
+++ b/test/journal2.test
@@ -28,7 +28,7 @@ proc a_string {n} {
# characteristics flags to "SAFE_DELETE".
#
testvfs tvfs -default 1
-tvfs devchar safe_delete
+tvfs devchar undeletable_when_open
# Set up a hook so that each time a journal file is opened, closed or
# deleted, the method name ("xOpen", "xClose" or "xDelete") and the final