go-webdav/carddav
Conrad Hoffmann 21aea26c70 carddav: don't filter properties in test queries
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.
2022-06-03 08:36:05 +02:00
..
carddav.go carddav: add support for getcontentlength property 2022-05-24 11:18:11 +02:00
client.go internal: fix XML element struct naming 2022-05-31 23:04:42 +02:00
elements.go Support custom user principal and home set paths 2022-05-11 11:12:04 +02:00
match_test.go carddav: don't filter properties in test queries 2022-06-03 08:36:05 +02:00
match.go carddav: add filtering and matching helper functions 2022-03-01 10:06:11 +01:00
server.go internal: fix XML element struct naming 2022-05-31 23:04:42 +02:00