diff options
| author | Jani Nikula <jani@nikula.org> | 2017-02-26 20:33:48 +0200 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2017-02-28 08:03:00 -0400 |
| commit | ea20a932f1b8bc849db5ed35c1f355990f186146 (patch) | |
| tree | 18bc08d0d8cb33345b63204de3a3566bea677aaf /test/T350-crypto.sh | |
| parent | 85caaaf861e976aa10d610db0b84ec34126816da (diff) | |
cli/show: add content-disposition to structured output message parts
Help the clients decide how to display parts.
Test updates by Mark Walters <markwalters1009@gmail.com>.
One more test fix by db
Diffstat (limited to 'test/T350-crypto.sh')
| -rwxr-xr-x | test/T350-crypto.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/T350-crypto.sh b/test/T350-crypto.sh index 14b215a3..b15f4fbe 100755 --- a/test/T350-crypto.sh +++ b/test/T350-crypto.sh @@ -205,6 +205,7 @@ expected='[[[{"id": "XXXXX", "content": "This is a test encrypted message.\n"}, {"id": 5, "content-type": "application/octet-stream", + "content-disposition": "attachment", "content-length": "NONZERO", "content-transfer-encoding": "base64", "filename": "TESTATTACHMENT"}]}]}]}, |
