Commit 9f9f3083 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 3360fb78
...@@ -512,9 +512,12 @@ func TestΔBTail(t *testing.T) { ...@@ -512,9 +512,12 @@ func TestΔBTail(t *testing.T) {
// test known cases going through tree1 -> tree2 -> ... // test known cases going through tree1 -> tree2 -> ...
testv := []string { testv := []string {
"T/B:", "T/B:",
"T/B1:a", "T/B1:a", // +1
"T/B2:b", "T/B1:a,2:b", // +2
// XXX "T/B2:b", // -1
"T/B2:c", // 2: b->c
"T2/B1:a-B2:c", // +1 in new bucket
// XXX more
// degenerate topology from ZODB tests // degenerate topology from ZODB tests
"T4/T2-T/T-T-T6,10/B1:a-B3:b-T-T-T/T-B7:c-B11:d/B5:e", "T4/T2-T/T-T-T6,10/B1:a-B3:b-T-T-T/T-B7:c-B11:d/B5:e",
......
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