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
f723afbf
Commit
f723afbf
authored
Mar 12, 2019
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
a1712007
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
wcfs/wcfs_test.py
wcfs/wcfs_test.py
+2
-3
No files found.
wcfs/wcfs_test.py
View file @
f723afbf
...
...
@@ -209,7 +209,7 @@ def test_wcfs():
assert
st
.
st_mtime
==
tidtime
(
tid1
)
# head/at = last txn of whole db
assert
readfile
(
t
.
path
(
"head/at"
)
)
==
h
(
tid2
)
assert
t
.
read
(
"head/at"
)
==
h
(
tid2
)
# commit data to f and make sure we can see it on wcfs
...
...
@@ -230,7 +230,7 @@ def test_wcfs():
st
=
t
.
stat
(
f
)
assert
st
.
st_size
==
fsize
assert
st
.
st_mtime
==
tidtime
(
t
.
head
)
assert
readfile
(
t
.
path
(
"head/at"
)
)
==
h
(
t
.
head
)
assert
t
.
read
(
"head/at"
)
==
h
(
t
.
head
)
data
=
t
.
read
(
f
)
assert
len
(
data
)
==
fsize
...
...
@@ -262,7 +262,6 @@ def test_wcfs():
assert
st
.
st_size
==
fsize
assert
st
.
st_mtime
==
tidtime
(
t
.
head
)
assert
t
.
read
(
"head/at"
)
==
h
(
t
.
head
)
assert
readfile
(
t
.
path
(
"head/at"
))
==
h
(
t
.
head
)
data
=
t
.
read
(
f
)
assert
len
(
data
)
==
fsize
...
...
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