From 9f31da3af8ba739286ebb3fcc58a61465abe36a1 Mon Sep 17 00:00:00 2001 From: DINH Viet Hoa Date: Sat, 2 Feb 2013 20:59:43 -0800 Subject: changed name of function to testObjC() --- tests/main.mm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/main.mm b/tests/main.mm index a47bf2a7..d7c527b9 100644 --- a/tests/main.mm +++ b/tests/main.mm @@ -271,7 +271,7 @@ static void testAsyncPOP() [[NSRunLoop currentRunLoop] run]; } -void testObjc() +void testObjC() { MCOIMAPSession *session = [[MCOIMAPSession alloc] init]; session.username = @"monkeybreadr@gmail.com"; @@ -320,7 +320,7 @@ void testAll() //testAsyncIMAP(); //testAsyncPOP(); - testObjc(); + testObjC(); MCLog("pool release"); pool->release(); -- cgit v1.2.3