Commit 88c203b9 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 0e5cfcd7
......@@ -257,7 +257,11 @@ func xverifyΔBTail1(t *testing.T, db *zodb.DB, treeRoot zodb.Oid, at1,at2 zodb.
return
}
assert.Equal(len(δB.ByRoot), 1)
roots := []zodb.Oid{}
for root := range δB.ByRoot {
roots = append(roots, root)
}
assert.Equal(roots, []zodb.Oid{treeRoot})
// XXX assert δB.keys == treeRoot
// δT = δB[treeRoot]
......
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