From 8c339bb4bd58f21063b41ba797bf513e13f4f576 Mon Sep 17 00:00:00 2001 From: "Hoa V. DINH" Date: Sat, 24 Aug 2013 23:27:18 -0700 Subject: Removed references to ICU --- tests/test-all.mm | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'tests') diff --git a/tests/test-all.mm b/tests/test-all.mm index 255e518a..2d6fe30b 100644 --- a/tests/test-all.mm +++ b/tests/test-all.mm @@ -8,9 +8,6 @@ #include "test-all.h" -#include -#include -#include #include extern "C" { @@ -347,8 +344,8 @@ void testObjC() void testAll() { - u_setDataDirectory("/usr/local/share/icu"); - + mailcore::setICUDataDirectory(MCSTR("/usr/local/share/icu")); + email = MCSTR("email@gmail.com"); password = MCSTR("MyP4ssw0rd"); displayName = MCSTR("My Email"); -- cgit v1.2.3