Commit a044d98b authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 35d06867
...@@ -360,8 +360,7 @@ def test_restructure(): ...@@ -360,8 +360,7 @@ def test_restructure():
# ø -> T/B # ø -> T/B
z = Z0() z = Z0()
R(z, 'T/B') R(z, 'T/B')
#assert crack_btree(z) == (BTREE_NORMAL, [], LOBucket()) # XXX -> BTREE_ONE assert crack_btree(z) == (BTREE_EMPTY, [], [])
assert crack_btree(z) == (BTREE_EMPTY, [], []) # XXX -> BTREE_ONE ?
# ø -> T/T/B # ø -> T/T/B
z = Z0() z = Z0()
......
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