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
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Joshua
wendelin.core
Commits
78d0c2bb
Commit
78d0c2bb
authored
Jun 24, 2019
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
8755a1cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
4 deletions
+12
-4
wcfs/wcfs_test.py
wcfs/wcfs_test.py
+12
-4
No files found.
wcfs/wcfs_test.py
View file @
78d0c2bb
...
...
@@ -1558,10 +1558,18 @@ def test_wcfs_watch_2files():
f2
.
assertData
([
''
,
'β3'
,
''
,
'x'
])
wl
=
t
.
openwatch
()
wl
.
watch
(
zf1
,
at2
,
{
0
:
at2
})
wl
.
watch
(
zf2
,
at2
,
{
1
:
at2
})
# XXX + access
w1
=
wl
.
watch
(
zf1
,
at2
,
{
0
:
at2
})
w2
=
wl
.
watch
(
zf2
,
at2
,
{
1
:
at2
})
def
w_assertPin
(
pinw1
,
pinw2
):
assert
w1
.
pinned
==
pinw1
assert
w2
.
pinned
==
pinw2
w_assertPin
(
{
0
:
at2
},
{
1
:
at2
})
f1
.
assertBlk
(
2
,
'c3'
,
{
wl
:
{
2
:
at2
}})
w_assertPin
(
{
0
:
at2
,
2
:
at2
},
{
1
:
at2
})
f2
.
assertBlk
(
3
,
'δ3'
,
{
wl
:
{
3
:
at2
}})
w_assertPin
(
{
0
:
at2
,
2
:
at2
},
{
1
:
at2
,
3
:
at2
})
...
...
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