mirror of
https://github.com/9001/copyparty.git
synced 2025-10-03 09:49:29 +02:00
add webdav move/delete
This commit is contained in:
parent
6da2f53aad
commit
138b932c6a
6 changed files with 71 additions and 26 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue