##// END OF EJS Templates
tests: add HTTP POST and PUT support to the $LOGDATE$ substitution...
Matt Harbison -
r36403:003ae586 default
parent child Browse files
Show More
@@ -69,8 +69,8 b' substitutions = ['
69 br'$USUAL_BUNDLE2_CAPS_SERVER$'
69 br'$USUAL_BUNDLE2_CAPS_SERVER$'
70 ),
70 ),
71 # HTTP log dates
71 # HTTP log dates
72 (br' - - \[\d\d/.../2\d\d\d \d\d:\d\d:\d\d] "GET',
72 (br' - - \[\d\d/.../2\d\d\d \d\d:\d\d:\d\d] "(GET|PUT|POST)',
73 br' - - [$LOGDATE$] "GET'
73 lambda m: br' - - [$LOGDATE$] "' + m.group(1)
74 ),
74 ),
75 # Windows has an extra '/' in the following lines that get globbed away:
75 # Windows has an extra '/' in the following lines that get globbed away:
76 # pushing to file:/*/$TESTTMP/r2 (glob)
76 # pushing to file:/*/$TESTTMP/r2 (glob)
General Comments 0
You need to be logged in to leave comments. Login now