diff options
author | Patrick Monnerat <patrick@monnerat.net> | 2017-09-02 19:08:45 +0100 |
---|---|---|
committer | Patrick Monnerat <patrick@monnerat.net> | 2017-09-02 19:08:45 +0100 |
commit | 3baf36edf6ed1d7c74d68846d79f87334b573aea (patch) | |
tree | 3946a907baae28c177dd65b4424deb7370d3d58c /tests/data/test1315 | |
parent | fec7a858b88c86e97e5dc96414a01feb21a2b661 (diff) |
mime: tests and examples.
Additional mime-specific tests.
Existing tests updated to reflect small differences (Expect: 100-continue,
data size change due to empty lines, etc).
Option -F headers= keyword added to tests.
test1135 disabled until the entry point order change is resolved.
New example smtp-mime.
Examples postit2 and multi-post converted from form API to mime API.
Diffstat (limited to 'tests/data/test1315')
-rw-r--r-- | tests/data/test1315 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/test1315 b/tests/data/test1315 index c2f158a95..888ddc5c1 100644 --- a/tests/data/test1315 +++ b/tests/data/test1315 @@ -47,8 +47,7 @@ POST /we/want/1315 HTTP/1.1 User-Agent: curl/7.18.2 (i686-pc-linux-gnu) libcurl/7.18.2 OpenSSL/0.9.7a ipv6 zlib/1.1.4
Host: %HOSTIP:%HTTPPORT
Accept: */*
-Content-Length: 795
-Expect: 100-continue
+Content-Length: 797
Content-Type: multipart/form-data; boundary=----------------------------9ef8d6205763
------------------------------9ef8d6205763
@@ -77,6 +76,7 @@ Content-Type: text/plain dummy data ------------------------------aaaaaaaaaaaa--
+
------------------------------9ef8d6205763--
</protocol> </verify> |