Skip to content

Commit

Permalink
tests follow EXPECT_100_THRESHOLD changes
Browse files Browse the repository at this point in the history
  • Loading branch information
FumiyukiKato committed Jan 14, 2020
1 parent 41dd5be commit 2b4fcc2
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 12 deletions.
4 changes: 2 additions & 2 deletions tests/data/test1070
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ http
HTTP POST with server closing connection before (all) data is received
</name>
<command>
-d @log/input1070 http://%HOSTIP:%HTTPPORT/1070
-d @log/input1070 http://%HOSTIP:%HTTPPORT/1070 -H "Expect: 100-continue"
</command>
<file name="log/input1070">
This creates the named file with this content before the test case is run,
Expand All @@ -55,9 +55,9 @@ OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO
POST /1070 HTTP/1.1
Host: %HOSTIP:%HTTPPORT
Accept: */*
Expect: 100-continue
Content-Length: 2313
Content-Type: application/x-www-form-urlencoded
Expect: 100-continue

This creates
</protocol>
Expand Down
13 changes: 7 additions & 6 deletions tests/data/test1129

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion tests/data/test1133
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ User-Agent: curl/7.10.4 (i686-pc-linux-gnu) libcurl/7.10.4 OpenSSL/0.9.7a ipv6 z
Host: %HOSTIP:%HTTPPORT
Accept: */*
Content-Length: 1264
Expect: 100-continue
Content-Type: multipart/form-data; boundary=----------------------------24e78000bd32

------------------------------24e78000bd32
Expand Down
1 change: 0 additions & 1 deletion tests/data/test304
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ User-Agent: curl/7.10.4 (i686-pc-linux-gnu) libcurl/7.10.4 OpenSSL/0.9.7a ipv6 z
Host: %HOSTIP:%HTTPSPORT
Accept: */*
Content-Length: 1386
Expect: 100-continue
Content-Type: multipart/form-data; boundary=----------------------------c3b2ef7f0bb8

------------------------------c3b2ef7f0bb8
Expand Down
1 change: 0 additions & 1 deletion tests/data/test39
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ User-Agent: curl/7.10.4 (i686-pc-linux-gnu) libcurl/7.10.4 OpenSSL/0.9.7a ipv6 z
Host: %HOSTIP:%HTTPPORT
Accept: */*
Content-Length: 1184
Expect: 100-continue
Content-Type: multipart/form-data; boundary=----------------------------24e78000bd32

------------------------------24e78000bd32
Expand Down
Binary file modified tests/data/test552
Binary file not shown.
1 change: 0 additions & 1 deletion tests/data/test651
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ Host: %HOSTIP:%HTTPPORT
Accept: */*
Content-Length: 17139
Content-Type: multipart/form-data; boundary=----------------------------
Expect: 100-continue

------------------------------
Content-Disposition: form-data; name="hello"
Expand Down

0 comments on commit 2b4fcc2

Please sign in to comment.