diff options
author | Vincent Richard <[email protected]> | 2013-11-14 22:17:40 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2013-11-14 22:17:40 +0000 |
commit | 5915ca4e34d2192cb3ef06c8f47aaa4b16cf7f53 (patch) | |
tree | df93293cf51e856abb91d8391cea9242362cefd7 /tests | |
parent | Added missing export specifiers. (diff) | |
download | vmime-5915ca4e34d2192cb3ef06c8f47aaa4b16cf7f53.tar.gz vmime-5915ca4e34d2192cb3ef06c8f47aaa4b16cf7f53.zip |
Custom fetch attributes.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/net/maildir/maildirStoreTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/net/maildir/maildirStoreTest.cpp b/tests/net/maildir/maildirStoreTest.cpp index 10de80df..358e095f 100644 --- a/tests/net/maildir/maildirStoreTest.cpp +++ b/tests/net/maildir/maildirStoreTest.cpp @@ -300,7 +300,7 @@ public: vmime::ref <vmime::net::message> msg = folder->getMessage(1); - folder->fetchMessage(msg, vmime::net::folder::FETCH_SIZE); + folder->fetchMessage(msg, vmime::net::fetchAttributes::SIZE); VASSERT_EQ("Message size", TEST_MESSAGE_1.length(), msg->getSize()); |