mirror of
https://github.com/1f349/go-webdav.git
synced 2024-12-22 08:14:15 +00:00
21aea26c70
As is, the tests in `match_test.go` test wrong behavior. They request "partial retrieval" (i.e. filtering of returned properties), but compare the returned result to the original input. They essentially rely on the fact that property filtering is currently not implemented. To fix this, simply make all existing test queries request all properties. If property filtering gets implemented (correctly), the tests will then continue to work. New tests can be added for testing the property filtering itself. |
||
---|---|---|
.. | ||
carddav.go | ||
client.go | ||
elements.go | ||
match_test.go | ||
match.go | ||
server.go |