Closed
Description
Previous ID | SR-1063 |
Radar | None |
Original Reporter | @modocache |
Type | Bug |
Status | Closed |
Resolution | Done |
Additional Detail from JIRA
Votes | 0 |
Component/s | XCTest |
Labels | Bug, StarterBug |
Assignee | shingt (JIRA) |
Priority | Medium |
md5: da16a265f7fa73b0cb4ebaf710ed7ada
Issue Description:
swift-corelibs-xctest's XCTestObservationCenter defines a method sharedTestObservationCenter
. However, that method in Apple XCTest is now named simply shared
.
swift-corelibs-xctest's XCTestObservationCenter should define shared
as well, since our goal is to have an identical API. Change the method name and update the tests.
(I wonder if there are other discrepancies brought about by the Swift 3 naming rules? We should investigate.)