diff options
| author | Vincent Richard <[email protected]> | 2014-01-05 13:53:44 +0100 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2014-01-05 13:53:44 +0100 |
| commit | 8e5149448674088faf61aa9d8060f933c7520dc5 (patch) | |
| tree | 38262e24a9496b086cc988096f7e526e208c77c7 /tests | |
| parent | Use block size of underlying stream. (diff) | |
| download | vmime-8e5149448674088faf61aa9d8060f933c7520dc5.tar.gz vmime-8e5149448674088faf61aa9d8060f933c7520dc5.zip | |
Report sending progress when chunking is supported.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/net/smtp/SMTPTransportTestUtils.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/net/smtp/SMTPTransportTestUtils.hpp b/tests/net/smtp/SMTPTransportTestUtils.hpp index c3296092..108d32d1 100644 --- a/tests/net/smtp/SMTPTransportTestUtils.hpp +++ b/tests/net/smtp/SMTPTransportTestUtils.hpp @@ -410,7 +410,7 @@ public: vmime::size_t getChunkBufferSize() const { - static vmime::net::smtp::SMTPChunkingOutputStreamAdapter chunkStream(vmime::null); + static vmime::net::smtp::SMTPChunkingOutputStreamAdapter chunkStream(vmime::null, 0, NULL); return chunkStream.getBlockSize(); } |
