Some fixes to the test suite so that it works with ZERO_DAMAGE set to true.

Still lots more problems remain.

FossilOrigin-Name: 41891b231e20a1d32b1d7449e7863470eb38ca0a
This commit is contained in:
drh
2011-12-19 00:31:09 +00:00
parent 374f4a0447
commit 1eaaf93a83
8 changed files with 29 additions and 28 deletions
+1
View File
@@ -1312,6 +1312,7 @@ foreach sectorsize {
4096 8192 16384 32768 65536 131072 262144
} {
tv sectorsize $sectorsize
tv devchar {}
set eff $sectorsize
if {$sectorsize < 512} { set eff 512 }
if {$sectorsize > 65536} { set eff 65536 }