Skip to content

Commit c6054b7

Browse files
committed
SR-300: Reenable Timezone abbreviation tests
1 parent d46e20d commit c6054b7

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

TestFoundation/TestTimeZone.swift

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ class TestTimeZone: XCTestCase {
1313

1414
static var allTests: [(String, (TestTimeZone) -> () throws -> Void)] {
1515
return [
16-
// Disabled see https://bugs.swift.org/browse/SR-300
17-
// ("test_abbreviation", test_abbreviation),
16+
("test_abbreviation", test_abbreviation),
1817

1918
// Disabled because `CFTimeZoneSetAbbreviationDictionary()` attempts
2019
// to release non-CF objects while removing values from
@@ -26,9 +25,7 @@ class TestTimeZone: XCTestCase {
2625
("test_initializingTimeZoneWithOffset", test_initializingTimeZoneWithOffset),
2726
("test_initializingTimeZoneWithAbbreviation", test_initializingTimeZoneWithAbbreviation),
2827
("test_localizedName", test_localizedName),
29-
// Also disabled due to https://bugs.swift.org/browse/SR-300
30-
// ("test_systemTimeZoneUsesSystemTime", test_systemTimeZoneUsesSystemTime),
31-
28+
("test_systemTimeZoneUsesSystemTime", test_systemTimeZoneUsesSystemTime),
3229
("test_customMirror", test_tz_customMirror),
3330
("test_knownTimeZones", test_knownTimeZones),
3431
("test_systemTimeZoneName", test_systemTimeZoneName),

0 commit comments

Comments
 (0)