mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
remove obsolete test
the server bumps the modtime prior to download these days because it has to update the usn
This commit is contained in:
parent
225f352871
commit
634b28388c
1 changed files with 0 additions and 6 deletions
|
@ -87,12 +87,6 @@ def test_remoteSync():
|
||||||
assert ts.client.sync() == "success"
|
assert ts.client.sync() == "success"
|
||||||
# again, no changes
|
# again, no changes
|
||||||
assert ts.client.sync() == "noChanges"
|
assert ts.client.sync() == "noChanges"
|
||||||
# downloading the remote col should give us the same mod
|
|
||||||
lmod = ts.client.col.mod
|
|
||||||
f = FullSyncer(ts.client.col, TEST_HKEY, ts.server.con)
|
|
||||||
f.download()
|
|
||||||
d = aopen(ts.client.col.path)
|
|
||||||
assert d.mod == lmod
|
|
||||||
|
|
||||||
# Remote media tests
|
# Remote media tests
|
||||||
##########################################################################
|
##########################################################################
|
||||||
|
|
Loading…
Reference in a new issue