aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/webdav/webdav-propfind.scm (unfollow)
Commit message (Collapse)Author
2023-12-13Update things depending on namespaced sxml.sxml-workHugo Hörnquist
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.
2023-12-09Complete rewrite of the lens system.Hugo Hörnquist
The old "lens" system was more of nested accessors. This rewrites them to be much better, at the cost of some extra up-front complexity. Beside the change in lenses, and all required adjustments, also adds lens creation to the define-type macro.
2023-10-24Repair webdav-propfind tests.Hugo Hörnquist
2023-10-23Propstat stash.Hugo Hörnquist
2023-10-23Split webdav tests into more files.Hugo Hörnquist
2023-10-02Rewrite test running system.Hugo Hörnquist
2023-04-14Fix propfind.Hugo Hörnquist
* Allows propfind elements to appear in any order * properly ignored unknown elements * works directly with namespaced sxml
2023-04-12UNFINISHED webdav server.Hugo Hörnquist