Re: OCUnit test failure - assert formatted text not presented
Re: OCUnit test failure - assert formatted text not presented
- Subject: Re: OCUnit test failure - assert formatted text not presented
- From: Timothy Reaves <email@hidden>
- Date: Thu, 22 Jan 2009 10:46:38 -0600
On Jan 22, 2009, at 8:27 AM, email@hidden wrote:
On 22 Jan 2009, at 14:14, Jeremy Pereira wrote:
On 22 Jan 2009, at 13:27, email@hidden wrote:
I do not seem to be seeing the formatted about of my OCUnit STxxx
macros.
My OCUnit test failures produce only the following output:
Error:Failed test for achitecture 'i386' (GC ON)
Last time I used the unit test framework (admittedly some time
ago), it didn't support garbage collection. Could that be the issue?
I think it does now support GC (corrections welcome) as the run test
script contains such entries as :
RPUTINote ${LINENO} "Passed tests for architecture '$
{TEST_ARCH}' (GC ${TEST_GC_STATE})"
Also the tests themselves seem to be working okay, its just the
output result in the build result window does not inform me which
test has failed.
Yes, GC is supported.
There are a couple of things that can cause output to not display.
The most common on is that the tests can't be executed for some
reason. Second, make sure you have clicked that little icon that
shows the build transcript (and that the window is sized accordingly
to not hide it); it's not the default.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden