Disable localization for now, we don’t really need it

This commit is contained in:
Guillaume BIENKOWSKI 2015-03-04 22:27:18 +01:00
parent 5af4a1d78d
commit 74ce90b8cb

View file

@ -8,7 +8,7 @@
#import <KIF/KIF.h>
#define LOCALIZED(X) NSLocalizedString(X, nil)
#define LOCALIZED(X) (X)
@interface LinphoneTestCase : KIFTestCase
@property BOOL invalidAccountSet;