Commit 5bc146bf authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 1c80d6a1
...@@ -251,7 +251,8 @@ func xverifyΔBTail1(t *testing.T, db *zodb.DB, treeRoot zodb.Oid, at1,at2 zodb. ...@@ -251,7 +251,8 @@ func xverifyΔBTail1(t *testing.T, db *zodb.DB, treeRoot zodb.Oid, at1,at2 zodb.
d12 := kvdiff(kv1, kv2) d12 := kvdiff(kv1, kv2)
fmt.Println("d12:", d12) fmt.Println("d12:", d12)
if len(d12) == 0 && len(initialTrackedKeys) == 0 { //if len(d12) == 0 && len(initialTrackedKeys) == 0 {
if len(initialTrackedKeys) == 0 {
assert.Equal(len(δB.ByRoot), 0) assert.Equal(len(δB.ByRoot), 0)
return return
} }
......
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