From 7f6923f520745ff9f1dd4df142de96ecbe64e045 Mon Sep 17 00:00:00 2001 From: Paul Young Date: Wed, 3 Jul 2013 00:04:57 -0400 Subject: Updated type of MCLogEnabled to int instead of bool. --- tests/test-all.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/test-all.mm b/tests/test-all.mm index 4155bbb2..fdb0888c 100644 --- a/tests/test-all.mm +++ b/tests/test-all.mm @@ -351,7 +351,7 @@ void testAll() displayName = MCSTR("My Email"); mailcore::AutoreleasePool * pool = new mailcore::AutoreleasePool(); - MCLogEnabled = true; + MCLogEnabled = 1; mailstream_debug = 1; //mailcore::Data * data = testMessageBuilder(); -- cgit v1.2.3