Commit 32ddad76 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 02891b74
......@@ -112,6 +112,8 @@ func TestΔFtail(t_ *testing.T) {
for i, test := range testv {
fmt.Printf("\nδT: %v δD: %s\n", test.δblkTab, test.δdataTab)
δblk := setI64{}
// rebuild blkTab/Zinblk
......@@ -161,7 +163,7 @@ func TestΔFtail(t_ *testing.T) {
δfok := &ΔFile{
Rev: zodb.InvalidTid, // will be set after treegen commit
Blocks: δblk,
Size: false/*XXX*/,
Size: true/*XXX*/,
}
// commit updated blkTab + dataTab
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment