aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGravatar DINH Viet Hoa <dinh.viet.hoa@gmail.com>2013-02-02 20:59:43 -0800
committerGravatar DINH Viet Hoa <dinh.viet.hoa@gmail.com>2013-02-02 20:59:43 -0800
commit9f31da3af8ba739286ebb3fcc58a61465abe36a1 (patch)
tree860420f2449b6cc6230544b4ed6f226c9879434c /tests
parent5ea244f9a151ca1abdb954b33e351561f2d211c1 (diff)
changed name of function to testObjC()
Diffstat (limited to 'tests')
-rw-r--r--tests/main.mm4
1 files changed, 2 insertions, 2 deletions
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();