Commit b10adf44 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 7e26d9f5
...@@ -602,7 +602,7 @@ def test_restructure(): ...@@ -602,7 +602,7 @@ def test_restructure():
# -> T2,4/B1-B3-B5 (kill intermediate trees, split B35->B3+B5) # -> T2,4/B1-B3-B5 (kill intermediate trees, split B35->B3+B5)
R(z, 'T2,4/B1-B3-B5') R(z, 'T2,4/B1-B3-B5')
b3, = assertT(z, [2,4], b1,'B',b35) b3, = assertT(z, [2,4], b1,'B',b35)
b5 = b35 b5 = b35; del b35
assertB(b1, 1) assertB(b1, 1)
assertB(b3, 3) assertB(b3, 3)
assertB(b5, 5) assertB(b5, 5)
......
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