diff options
Diffstat (limited to 'tests/data')
-rw-r--r-- | tests/data/test158 | 2 | ||||
-rw-r--r-- | tests/data/test277 | 10 | ||||
-rw-r--r-- | tests/data/test554 | 4 | ||||
-rw-r--r-- | tests/data/test587 | 4 |
4 files changed, 10 insertions, 10 deletions
diff --git a/tests/data/test158 b/tests/data/test158 index 5cbc97ab6..9c4b22f70 100644 --- a/tests/data/test158 +++ b/tests/data/test158 @@ -33,7 +33,7 @@ http://%HOSTIP:%HTTPPORT/158 -F name=daniel <strip> ^User-Agent:.* ^Content-Type: multipart/form-data.* -^---------------------------.* +^-----------------------.* </strip> <protocol> POST /158 HTTP/1.1
diff --git a/tests/data/test277 b/tests/data/test277 index 18e419850..a509b40ec 100644 --- a/tests/data/test277 +++ b/tests/data/test277 @@ -37,8 +37,8 @@ http://%HOSTIP:%HTTPPORT/want/277 -F name=daniel -H "Content-Type: text/info" ^User-Agent:.* </strip> <strippart> -s/^------------------------------[a-z0-9]*/------------------------------/ -s/boundary=----------------------------[a-z0-9]*/boundary=----------------------------/ +s/^--------------------------[a-z0-9]*/--------------------------/ +s/boundary=------------------------[a-z0-9]*/boundary=------------------------/ </strippart> <protocol> POST /want/277 HTTP/1.1
@@ -47,13 +47,13 @@ Host: %HOSTIP:%HTTPPORT Accept: */*
Content-Length: 145
Expect: 100-continue
-Content-Type: text/info; boundary=----------------------------
+Content-Type: text/info; boundary=------------------------
-------------------------------
+--------------------------
Content-Disposition: form-data; name="name"
daniel
---------------------------------
+----------------------------
</protocol> </verify> </testcase> diff --git a/tests/data/test554 b/tests/data/test554 index 9d9bbcca7..8c6b762ef 100644 --- a/tests/data/test554 +++ b/tests/data/test554 @@ -35,8 +35,8 @@ http://%HOSTIP:%HTTPPORT/554 # Verify data after the test has been "shot" <verify> <strippart> -s/^------------------------------[a-z0-9]*/------------------------------/ -s/boundary=----------------------------[a-z0-9]*/boundary=----------------------------/ +s/^--------------------------[a-z0-9]*/------------------------------/ +s/boundary=------------------------[a-z0-9]*/boundary=----------------------------/ </strippart> # Note that the stripping above removes 12 bytes from every occurance of the # boundary string and since 5 of them are in the body contents, we see diff --git a/tests/data/test587 b/tests/data/test587 index 6e1239a6a..d936372c5 100644 --- a/tests/data/test587 +++ b/tests/data/test587 @@ -28,8 +28,8 @@ http://%HOSTIP:%HTTPPORT/587 # Verify data after the test has been "shot" <verify> <strippart> -s/^------------------------------[a-z0-9]*/------------------------------/ -s/boundary=----------------------------[a-z0-9]*/boundary=----------------------------/ +s/^--------------------------[a-z0-9]*/------------------------------/ +s/boundary=------------------------[a-z0-9]*/boundary=----------------------------/ </strippart> <protocol> POST /587 HTTP/1.1
|