add some more propfind regression tests

This commit is contained in:
Lennart
2025-12-10 14:22:04 +01:00
parent a45e0b2efd
commit 61a8c32af4
15 changed files with 481 additions and 8 deletions

View File

@@ -3,3 +3,5 @@ pub mod prop;
pub mod resource;
mod service;
pub use service::*;
#[cfg(test)]
pub mod tests;