add webdav move/delete

This commit is contained in:
ed 2022-10-22 00:04:51 +02:00
parent 6da2f53aad
commit 138b932c6a
6 changed files with 71 additions and 26 deletions

View file

@ -120,7 +120,6 @@ class TestDXML(unittest.TestCase):
</D:activelock></D:lockdiscovery></D:prop>"""
txt = re.sub("\n +", "\n", txt)
ns = {"": "DAV:"}
lk = parse_xml(txt)
self.assertEqual(lk.tag, "{DAV:}lockinfo")