Roxen.git/
server/
etc/
test/
modules/
TEST.pmod/
http.pmod/
WebDAV.pmod/
TestUtils.pmod
Branch:
Tag:
Non-build tags
All tags
No tags
2018-07-03
2018-07-03 12:36:52 by Martin Karlgren <marty@roxen.com>
0185b44f46c6bb6de88e94e558b010d3ca9fc1a6 (
7
lines) (+
7
/-
0
)
[
Show
|
Annotate
]
Branch:
kg/WS-168-webdav
WebDAV Testsuite: Put debug messages behind DAV_DEBUG.
2:
#include <testsuite.h>
+
#ifdef DAV_DEBUG
+
#define DAV_WERROR(X...) werror(X)
+
#else /* !DAV_DEBUG */
+
#define DAV_WERROR(X...)
+
#endif /* DAV_DEBUG */
+
array(Standards.URI) get_test_urls(Configuration conf, string webdav_mount_point, string|void username,