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
7017871f
Commit
7017871f
authored
Jun 15, 2020
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
f34f301b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
wcfs/δbtail_test.go
wcfs/δbtail_test.go
+5
-1
No files found.
wcfs/δbtail_test.go
View file @
7017871f
...
...
@@ -795,7 +795,11 @@ func TestΔBTail(t *testing.T) {
// _unchanged_ even though B under it is modified; right arm is
// added to tracking set because 2 migrates there.
"T/T/B1:a,2:b"
,
"T2/T-T/B1:a-B2:b,3:c"
,
Δ
(
"T2/T-T/B1:a-B2:b,3:c"
,
A
{
1
:
K
(
1
,
2
,
3
),
// XXX correct?
2
:
K
(
1
,
2
,
3
),
3
:
K
(
1
,
2
,
3
),
oo
:
K
(
1
,
2
,
3
)}),
// XXX correct?
// depth=2; like prev. case, but additional right arm with +4
// +5 is added which remain not tracked (TODO verify)
...
...
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