aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGravatar Paul Young <paulyoungonline@gmail.com>2013-07-03 00:04:57 -0400
committerGravatar Paul Young <paulyoungonline@gmail.com>2013-07-03 00:04:57 -0400
commit7f6923f520745ff9f1dd4df142de96ecbe64e045 (patch)
treeaf8259f66e5be5cb73e54eb0fc55e9419150b00e /tests
parente50fcbb5dc3603c0138a3844aaf514373bb52938 (diff)
Updated type of MCLogEnabled to int instead of bool.
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 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();