diff options
author | drh <drh@noemail.net> | 2011-12-23 01:04:17 +0000 |
---|---|---|
committer | drh <drh@noemail.net> | 2011-12-23 01:04:17 +0000 |
commit | cb15f35f3bcfe0ba3635ce1becc41c133838ceba (patch) | |
tree | d72fa318edd042827c34be5109d6463886808add /test/journal2.test | |
parent | bec7c97899cc6ff656ea134d2b718909e80c5063 (diff) | |
download | sqlite-cb15f35f3bcfe0ba3635ce1becc41c133838ceba.tar.gz sqlite-cb15f35f3bcfe0ba3635ce1becc41c133838ceba.zip |
Change the name ZERO_DAMAGE to the more descriptive POWERSAFE_OVERWRITE.
The query parameter used to control this device characteristic is now "psow".
FossilOrigin-Name: 6191c5e45175f5c6040e891843b0725a929d6dd7
Diffstat (limited to 'test/journal2.test')
-rw-r--r-- | test/journal2.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/journal2.test b/test/journal2.test index 2272f139f..8f9b4d0b7 100644 --- a/test/journal2.test +++ b/test/journal2.test @@ -34,7 +34,7 @@ proc a_string {n} { # characteristics flags to "SAFE_DELETE". # testvfs tvfs -default 1 -tvfs devchar {undeletable_when_open zero_damage} +tvfs devchar {undeletable_when_open powersafe_overwrite} # 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 |