mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
20 lines
583 B
Text
20 lines
583 B
Text
WebDAV server protocol compliance test suite.
|
|
|
|
Tests include:
|
|
- OPTIONS for DAV: header
|
|
- PUT, GET with byte comparison
|
|
- MKCOL
|
|
- DELETE (collections, non-collections)
|
|
- COPY, MOVE using combinations of:
|
|
o overwrite t/f
|
|
o destination exists/doesn't exist
|
|
o collection/non-collection
|
|
- Property manipulation and querying:
|
|
o set, delete, replace properties
|
|
o persist dead props across COPY
|
|
o namespace handling
|
|
- Locking
|
|
o attempts to modify locked resource (as lock owner, not owner)
|
|
o shared/exclusive locks, lock discovery
|
|
|
|
usage: litmus <url> <username> <password>
|