Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
wendelin.core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Kirill Smelkov
wendelin.core
Commits
e63d2c94
Commit
e63d2c94
authored
May 15, 2020
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
03ac448d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
wcfs/internal/xbtree_test.py
wcfs/internal/xbtree_test.py
+2
-1
No files found.
wcfs/internal/xbtree_test.py
View file @
e63d2c94
...
...
@@ -305,6 +305,7 @@ class XBlk(Persistent):
self
.
data
=
data
def
__str__
(
self
):
return
'X%s'
%
self
.
data
__repr__
=
__str__
# XLOTree is like LOTree but with small max tree and bucket node sizes.
class
XLOTree
(
LOBTree
):
...
...
@@ -408,7 +409,7 @@ def test_restructure():
# tree with one not-yet committed bucket
z
=
Z
(
1
,
3
)
assert
crack_btree
(
z
)
==
(
BTREE_ONE
,
(
1
,
X
[
1
],
3
,
X
[
3
]
),
None
)
assert
crack_btree
(
z
)
==
(
BTREE_ONE
,
(
(
1
,
X
[
1
],
3
,
X
[
3
]),
),
None
)
# XXX tree with one committed bucket
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment