Commit a7adc935 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 6356b4ae
......@@ -455,7 +455,8 @@ func testΔFtail(t_ *testing.T, testq chan ΔFTestEntry) {
}
// verify vδE
vδEok := []_ΔFileEpoch{}
//vδEok := []_ΔFileEpoch{}
var vδEok []_ΔFileEpoch // FIXME change to !nil (^^^) after ΔFtail.rebuild is added
for _, δf := range vδf {
if δf.Epoch {
vδEok = append(vδEok, _ΔFileEpoch{Rev: δf.Rev}) // XXX + root,size
......
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