Oh yeah, and...

This commit is contained in:
Markus Unterwaditzer 2014-04-04 13:34:57 +02:00
parent 58b24ad176
commit 11cd1c7a05

View file

@ -59,6 +59,7 @@ class TestHttpStorage(object):
for href, etag in s.list():
item, etag2 = s.get(href)
assert item.uid is None
assert etag2 == etag
found_items[item.raw.strip()] = href
@ -66,5 +67,6 @@ class TestHttpStorage(object):
for href, etag in s.list():
item, etag2 = s.get(href)
assert item.uid is None
assert etag2 == etag
assert found_items[item.raw.strip()] == href