aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test-all.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-all.mm b/tests/test-all.mm
index 552ffe8e..255e518a 100644
--- a/tests/test-all.mm
+++ b/tests/test-all.mm
@@ -56,7 +56,7 @@ static mailcore::Data * testMessageBuilder()
to->release();
bcc->release();
MCAssert(msg->header()->allExtraHeadersNames()->count() == 0);
- msg->header()->addHeader(MCSTR("X-Custom-Header"), MCSTR("Custom Header Value"));
+ msg->header()->setExtraHeader(MCSTR("X-Custom-Header"), MCSTR("Custom Header Value"));
msg->header()->setSubject(MCSTR("Mon projet d'été"));
msg->setHTMLBody(MCSTR("<div>Hello <img src=\"cid:1234\"></div>"));
msg->addAttachment(mailcore::Attachment::attachmentWithContentsOfFile(MCSTR("first-filename")));