From 00a66eca0f32fcf585d2c21375641020e877e3ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Wed, 13 Dec 2023 11:06:57 +0100 Subject: Update things depending on namespaced sxml. 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. --- tests/unit/webdav/webdav-file.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/unit/webdav/webdav-file.scm') 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 + name: "*root*" root: test-root)) -- cgit v1.2.3