summaryrefslogtreecommitdiff
path: root/platform/ios/test/MGLNSOrthographyAdditionsTests.m
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ios/test/MGLNSOrthographyAdditionsTests.m')
-rw-r--r--platform/ios/test/MGLNSOrthographyAdditionsTests.m19
1 files changed, 0 insertions, 19 deletions
diff --git a/platform/ios/test/MGLNSOrthographyAdditionsTests.m b/platform/ios/test/MGLNSOrthographyAdditionsTests.m
deleted file mode 100644
index f30553e8f6..0000000000
--- a/platform/ios/test/MGLNSOrthographyAdditionsTests.m
+++ /dev/null
@@ -1,19 +0,0 @@
-#import <XCTest/XCTest.h>
-
-#import "NSOrthography+MGLAdditions.h"
-#import "MGLVectorTileSource_Private.h"
-
-@interface MGLNSOrthographyAdditionsTests : XCTestCase
-
-@end
-
-@implementation MGLNSOrthographyAdditionsTests
-
-- (void)testStreetsLanguages {
- for (NSString *language in [MGLVectorTileSource mapboxStreetsLanguages]) {
- NSString *dominantScript = [NSOrthography mgl_dominantScriptForMapboxStreetsLanguage:language];
- XCTAssertNotEqualObjects(dominantScript, @"Zyyy", @"Mapbox Streets languages should have dominant script");
- }
-}
-
-@end