aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/webdav/webdav.scm
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/unit/webdav/webdav.scm (renamed from tests/test/webdav.scm)6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/test/webdav.scm b/tests/unit/webdav/webdav.scm
index 0962a89e..e86b5342 100644
--- a/tests/test/webdav.scm
+++ b/tests/unit/webdav/webdav.scm
@@ -351,3 +351,9 @@
(let ((root (make <virtual-resource> name: "*root*")))
(add-collection! root "child")
(test-eqv "Child got added" 1 (length (children root)))))
+
+
+'((calp webdav property)
+ (calp webdav propfind)
+ (calp webdav resource)
+ (calp webdav resource virtual))