mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Oh yeah, and...
This commit is contained in:
parent
58b24ad176
commit
11cd1c7a05
1 changed files with 2 additions and 0 deletions
|
|
@ -59,6 +59,7 @@ class TestHttpStorage(object):
|
||||||
|
|
||||||
for href, etag in s.list():
|
for href, etag in s.list():
|
||||||
item, etag2 = s.get(href)
|
item, etag2 = s.get(href)
|
||||||
|
assert item.uid is None
|
||||||
assert etag2 == etag
|
assert etag2 == etag
|
||||||
found_items[item.raw.strip()] = href
|
found_items[item.raw.strip()] = href
|
||||||
|
|
||||||
|
|
@ -66,5 +67,6 @@ class TestHttpStorage(object):
|
||||||
|
|
||||||
for href, etag in s.list():
|
for href, etag in s.list():
|
||||||
item, etag2 = s.get(href)
|
item, etag2 = s.get(href)
|
||||||
|
assert item.uid is None
|
||||||
assert etag2 == etag
|
assert etag2 == etag
|
||||||
assert found_items[item.raw.strip()] == href
|
assert found_items[item.raw.strip()] == href
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue