Commit 879e8c54 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent db500e57
......@@ -1014,7 +1014,7 @@ func xverifyΔBTail_rebuild_TR(t *testing.T, db *zodb.DB, δbtail *ΔBtail, tj *
δbtail.rebuild()
δbtail.assertTrack(t, fmt.Sprintf("@%s: after rebuild", xat[tj.at]), trackIdxAfterRebuild, ø)
δbtail.assertTrack(t, fmt.Sprintf("@%s: after Track(%v) + rebuild", xat[tj.at], keys), trackIdxAfterRebuild, ø)
// XXX assert vδB=[δ1/T(keys)]
// XXX verify Get
......@@ -1052,7 +1052,7 @@ func xverifyΔBTail_rebuild_TR(t *testing.T, db *zodb.DB, δbtail *ΔBtail, tj *
for i := 0; i<len(vδTok); i++ {
want += fmt.Sprintf("\n\t@%s: %v", xat[vatOK[i]], vδTok[i])
}
t.Errorf("@%s: after rebuild: SliceByRootRev:\nhave: %v\nwant: %v", xat[tj.at], have, want)
t.Errorf("@%s: after Track(%v) + rebuild: SliceByRootRev:\nhave: %v\nwant: %v", xat[tj.at], keys, have, want)
}
}
......
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