]> granicus.if.org Git - curl/commit
mime: tests and examples.
authorPatrick Monnerat <patrick@monnerat.net>
Sat, 2 Sep 2017 18:08:45 +0000 (19:08 +0100)
committerPatrick Monnerat <patrick@monnerat.net>
Sat, 2 Sep 2017 18:08:45 +0000 (19:08 +0100)
commit3baf36edf6ed1d7c74d68846d79f87334b573aea
tree3946a907baae28c177dd65b4424deb7370d3d58c
parentfec7a858b88c86e97e5dc96414a01feb21a2b661
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.
31 files changed:
docs/examples/Makefile.inc
docs/examples/multi-post.c
docs/examples/postit2.c
docs/examples/smtp-mime.c [new file with mode: 0644]
tests/data/DISABLED
tests/data/Makefile.inc
tests/data/test1053
tests/data/test1133
tests/data/test1315
tests/data/test1404
tests/data/test158
tests/data/test163
tests/data/test166
tests/data/test173
tests/data/test186
tests/data/test259
tests/data/test277
tests/data/test554
tests/data/test587
tests/data/test589 [new file with mode: 0644]
tests/data/test643 [new file with mode: 0644]
tests/data/test644 [new file with mode: 0644]
tests/data/test645 [new file with mode: 0644]
tests/data/test646 [new file with mode: 0644]
tests/data/test647 [new file with mode: 0644]
tests/data/test71
tests/data/test9
tests/libtest/Makefile.inc
tests/libtest/lib589.c [new file with mode: 0644]
tests/libtest/lib643.c [new file with mode: 0644]
tests/unit/unit1308.c