Commit 1dc9741a authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 32ddad76
......@@ -160,17 +160,15 @@ func TestΔFtail(t_ *testing.T) {
t.Fatal("BUG: prepared δblk = ø")
}
δfok := &ΔFile{
Rev: zodb.InvalidTid, // will be set after treegen commit
Blocks: δblk,
Size: true/*XXX*/,
}
// commit updated blkTab + dataTab
tdTxt := fmt.Sprintf("t%s D%s", xbtreetest.KVTxt(blkTab), dataTabTxt(dataTab))
commit := t.CommitTree(tdTxt)
δfok.Rev = commit.At
δfok := &ΔFile{
Rev: commit.At,
Blocks: δblk,
Size: true/*XXX*/,
}
vδf = append(vδf, δfok)
fmt.Printf("@%s δT: %v δD: %s\n", commit.At, test.δblkTab, test.δ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