Today, for our CapStone we started continuous integration with Xcode 5 Bots. Upon writing my first test using two of the same singleton objects A & B to test equality with XCTAssertEqual(A, B, @”Equality”) the notification came in as “Test Failed.” How can this be? We are using boiler plate singleton code. What is especially troubling is that in Xcode the test is showing green and indicating having passed. What gives? I executed the test again and the notification came in “Test Succeeded.” Weird. I tried it again and again and it fails here and there with no distinct pattern.
This was a Radar I thought and I posted:
XCTest Notification Shows Test Failed on Successful Tests – rdar://15515678
My previous Radar has since been closed by Apple Developer Relations as a duplicate yet two weeks later Game Center is still not showing up as a search result at Apple.com.
Game Center Link Is Broken on Apple.com – rdar://15417484 – Closed as duplicate of rdar://15417000
I also opened a feature request Radar for the issue I wrote about in yesterday’s blog entry entitled “Formatting Phone Numbers on an iPhone“:
Telephone Number Formatting – rdar://15516158