From a11f29ba11bd744edc0a9850091670d0c015ee36 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Sat, 25 Oct 2008 13:13:51 +1300 Subject: [PATCH] Add help note about the REPLACE= option. --- testing/dav_test | 3 +++ 1 file changed, 3 insertions(+) diff --git a/testing/dav_test b/testing/dav_test index 4d57ad5c..6a8e71c3 100755 --- a/testing/dav_test +++ b/testing/dav_test @@ -264,6 +264,8 @@ ENDDATA QUERY SELECT something, or, other FROM table ... ENDQUERY + +REPLACE=/pattern/replacement/options ================================================= URL The URL to request from. @@ -272,6 +274,7 @@ TYPE The type of request (e.g. GET/PUT/POST/REPORT/...) HEAD Whether to include the headers in the recorded response VERBOSE Whether to provide the full request / response headers. DATA The name of a different test in this suite to use data from. +REPLACE A perl regex replacement to post-process the result through. Additionally, if a file 'tests//.data' exists the contents of that file will be sent in the body of the request.