XCode 3.2 does not mark unit test assert failures in the editor
Posted
by Cliff
on Stack Overflow
See other posts from Stack Overflow
or by Cliff
Published on 2010-04-28T15:04:14Z
Indexed on
2010/05/01
12:07 UTC
Read the original article
Hit count: 411
I've been off in Java land for about a month or so and now, upon returning to XCode I feel lost. I've upgraded 1st to 3.1.2 then recently to 3.2 and also got a new Mac with Snow Leopard so I'm not exactly sure when the problem surfaced. I just know that I used to get little red bubbles in my unit test next to the failing asserts and that no longer seems to happen. Is there a way to restore this? I've been trying to use Apple's own SenTesting framework instead of GoogleTools for mac like I used to. Should I revert to Google Tools? Does anyone have an answer?
© Stack Overflow or respective owner