Commit 98e3a4e5 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 0875dbee
...@@ -205,7 +205,7 @@ def test_wcfs(): ...@@ -205,7 +205,7 @@ def test_wcfs():
st = os.stat(fpath) st = os.stat(fpath)
assert st.st_size == fsize assert st.st_size == fsize
#assert st.st_mtime == tidtime(Z.head) FIXME proper sync assert st.st_mtime == tidtime(Z.head)
assert readfile(head + "/at") == h(Z.head) assert readfile(head + "/at") == h(Z.head)
data = readfile(fpath) data = readfile(fpath)
...@@ -236,7 +236,7 @@ def test_wcfs(): ...@@ -236,7 +236,7 @@ def test_wcfs():
st = os.stat(fpath) st = os.stat(fpath)
assert st.st_size == fsize assert st.st_size == fsize
#assert st.st_mtime == tidtime(Z.head) FIXME proper sync assert st.st_mtime == tidtime(Z.head)
assert readfile(head + "/at") == h(Z.head) assert readfile(head + "/at") == h(Z.head)
data = readfile(fpath) data = readfile(fpath)
...@@ -257,7 +257,7 @@ def test_wcfs(): ...@@ -257,7 +257,7 @@ def test_wcfs():
st = os.stat(fpath1) st = os.stat(fpath1)
assert st.st_size == fsize1 assert st.st_size == fsize1
#assert st.st_mtime == tidtime(tcommit1) FIXME proper sync #assert st.st_mtime == tidtime(tcommit1) FIXME mtime for @revX -> = revX ?
#assert readfile(fpath + "/at") == h(tcommit1) XXX do we need it? #assert readfile(fpath + "/at") == h(tcommit1) XXX do we need it?
data = readfile(fpath1) data = readfile(fpath1)
......
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