This commit is contained in:
Markus Unterwaditzer 2016-03-09 16:00:06 +01:00
parent baa82846c0
commit 0cba8eb816

View file

@ -280,6 +280,5 @@ class StorageTests(object):
if not getattr(self, 'dav_server', None):
# ownCloud replaces "" with "unnamed"
# Also https://github.com/owncloud/core/issues/18409
s.set_meta('displayname', value)
assert s.get_meta('displayname') == normalize_meta_value(value)