Commit 7e26d9f5 authored by Kirill Smelkov's avatar Kirill Smelkov

.

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