aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/webdav/webdav-file.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-12-13 11:06:57 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2023-12-13 11:17:34 +0100
commit00a66eca0f32fcf585d2c21375641020e877e3ea (patch)
treec2aceeb5047bf46e03726e1c5e8378cf86a4df63 /tests/unit/webdav/webdav-file.scm
parentFix sxml namespaced util. (diff)
downloadcalp-00a66eca0f32fcf585d2c21375641020e877e3ea.tar.gz
calp-00a66eca0f32fcf585d2c21375641020e877e3ea.tar.xz
Update things depending on namespaced sxml.sxml-work
Update all code to emit correctly formed namespaced sxml objects, instead of the old list based approach. Also introduces a number of typechecks which in semi-related parts of the code. Note that the webdav-server test is currently broken.
Diffstat (limited to 'tests/unit/webdav/webdav-file.scm')
-rw-r--r--tests/unit/webdav/webdav-file.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit/webdav/webdav-file.scm b/tests/unit/webdav/webdav-file.scm
index 85f4738d..cc7c98dd 100644
--- a/tests/unit/webdav/webdav-file.scm
+++ b/tests/unit/webdav/webdav-file.scm
@@ -20,6 +20,7 @@
(define test-root (mkdtemp (string-copy "/tmp/calp-test-XXXXXX")))
(define root-resource (make <file-resource>
+ name: "*root*"
root: test-root))