Commit 38b7a487 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 9adf25c2
......@@ -96,7 +96,7 @@ func testΔFtail(t_ *testing.T, testq chan ΔFTestEntry) {
i := 0
for test := range testq {
i++
fmt.Printf("\nδT%s δD%s\n", xbtreetest.KVTxt(test.δblkTab), test.δdataTab)
fmt.Printf("\nδT%s·δD%s\n", xbtreetest.KVTxt(test.δblkTab), test.δdataTab)
δblk := setI64{}
......@@ -154,7 +154,7 @@ func testΔFtail(t_ *testing.T, testq chan ΔFTestEntry) {
vδf = append(vδf, δfok)
}
fmt.Printf("@%s δT%s δD%s\n", commit.At, xbtreetest.KVTxt(test.δblkTab), test.δdataTab)
//fmt.Printf("@%s δT%s δD%s\n", commit.At, xbtreetest.KVTxt(test.δblkTab), test.δdataTab)
//fmt.Printf("@%s %s\n", commit.At, commit.Tree)
// update δftail
......
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