aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test-all.mm3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test-all.mm b/tests/test-all.mm
index fdb0888c..c58e5888 100644
--- a/tests/test-all.mm
+++ b/tests/test-all.mm
@@ -84,6 +84,7 @@ static void testMessageParser(mailcore::Data * data)
MCLog("%s", MCUTF8DESC(parser));
MCLog("HTML rendering");
MCLog("%s", MCUTF8(parser->htmlRendering()));
+ MCLog("%s", MCUTF8(parser->plainTextBodyRendering()));
}
static void testIMAP()
@@ -365,7 +366,7 @@ void testAll()
//testAddresses();
//testAttachments();
//testProviders();
- testObjC();
+ //testObjC();
MCLog("pool release");
pool->release();