From 1ee17bdb26f220c2a3e4c5fe981bb988939314eb Mon Sep 17 00:00:00 2001 From: Artur Neumann Date: Fri, 25 Mar 2022 12:12:09 +0545 Subject: [PATCH] fix formating --- docs/ocis/development/beta-testplan.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/ocis/development/beta-testplan.md b/docs/ocis/development/beta-testplan.md index 2bca0656a3..1dcf0e03d8 100644 --- a/docs/ocis/development/beta-testplan.md +++ b/docs/ocis/development/beta-testplan.md @@ -156,18 +156,18 @@ Prerequisite: Prerequisite: - start ocis with basic auth `OCIS_INSECURE=true PROXY_ENABLE_BASIC_AUTH=true bin/ocis server` -| Test Case | Expected Result | Comment | -|---------------------------------------------------------------|-------------------------------------------------------------|--------------------------------------------------------------------------------------------------------| -| use ocis as webDAV external storage in ownCloud 10 | resource access works | | -| use ocis as webDAV external storage in ownCloud 10 | resource access works | | -| access webDAV with your file-manager | that will not give you a good UX, but ocis should not crash | Urls: https:///remote.php/webdav & https:///remote.php/dav/files/ | -| access webDAV with the "remote-files" function of LibreOffice | files are accessible and can be written back | | +| Test Case | Expected Result | Comment | +|---------------------------------------------------------------|-------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------| +| use ocis as webDAV external storage in ownCloud 10 | resource access works | | +| use ocis as webDAV external storage in ownCloud 10 | resource access works | | +| access webDAV with your file-manager | that will not give you a good UX, but ocis should not crash | Urls: https://\/remote.php/webdav & https://\/remote.php/dav/files/\ | +| access webDAV with the "remote-files" function of LibreOffice | files are accessible and can be written back | | # Tips for testing ## WebDav WebDav is accessible under two different path -- https:///remote.php/webdav -- https:///remote.php/dav/files/ +- https://\/remote.php/webdav +- https://\/remote.php/dav/files/\ WebDav specifications can be found on http://webdav.org/