summaryrefslogtreecommitdiff
path: root/platform/darwin/test/MGLCoordinateFormatterTests.m
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2019-09-03 12:48:00 -0700
committerJason Wray <jason@mapbox.com>2019-09-03 12:50:00 -0700
commit11d91ee47d71906d1ef4c98fc9e5cfddca15b0c2 (patch)
treefddc47fc09bbc144c46253d4df88774da19f0e4d /platform/darwin/test/MGLCoordinateFormatterTests.m
parent1ef763c98e540b0a347cd59ab040a0449df4a14c (diff)
downloadqtlocation-mapboxgl-11d91ee47d71906d1ef4c98fc9e5cfddca15b0c2.tar.gz
[darwin] Use en_US as default test locale/languageupstream/friedbunny-sets-test-locale-language
Diffstat (limited to 'platform/darwin/test/MGLCoordinateFormatterTests.m')
-rw-r--r--platform/darwin/test/MGLCoordinateFormatterTests.m5
1 files changed, 0 insertions, 5 deletions
diff --git a/platform/darwin/test/MGLCoordinateFormatterTests.m b/platform/darwin/test/MGLCoordinateFormatterTests.m
index 4d4d8cf971..ac083fa103 100644
--- a/platform/darwin/test/MGLCoordinateFormatterTests.m
+++ b/platform/darwin/test/MGLCoordinateFormatterTests.m
@@ -7,11 +7,6 @@
@implementation MGLCoordinateFormatterTests
-- (void)setUp {
- // FIXME: https://github.com/mapbox/mapbox-gl-native/issues/14908
- XCTAssertEqualObjects(NSLocale.currentLocale.localeIdentifier, @"en_US", @"Device locale must be en_US for these tests to pass.");
-}
-
- (void)testStrings {
MGLCoordinateFormatter *shortFormatter = [[MGLCoordinateFormatter alloc] init];
shortFormatter.unitStyle = NSFormattingUnitStyleShort;