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:
Damien Elmes 2013-01-18 08:43:40 +09:00
parent 225f352871
commit 634b28388c

View File

@ -87,12 +87,6 @@ def test_remoteSync():
assert ts.client.sync() == "success"
# again, no changes
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
##########################################################################