Re: Unit test did not finish
Re: Unit test did not finish
- Subject: Re: Unit test did not finish
- From: Rick Mann <email@hidden>
- Date: Sun, 13 Jan 2013 19:40:12 -0800
On Jan 13, 2013, at 18:43 , Jeffrey Walton <email@hidden> wrote:
> On Sun, Jan 13, 2013 at 9:32 PM, Rick Mann <email@hidden> wrote:
>> I have three very simple unit tests. They run completely synchronously (with the exception of NSLog calls). Xcode is insisting that one of the tests "did not finish". There's very little online about this, and none of their solutions worked.
>>
>> Xocde tests do no report this as a failure, it's just a warning. What does it mean? The output from the unfinished test is truncated.
> The full output should be available in the Issue or Log Navigator.
> Click the three bars to the right of the issue.
Yes, I'm aware. Not helpful:
Test Case '-[PDParser_Tests testParsePacket]' started.
testParsePacket did not finish
The full run:
Test Suite 'PDParser_Tests' started at 2013-01-14 02:33:47 +0000
Test Case '-[PDParser_Tests testLexer]' started.
Test Case '-[PDParser_Tests testLexer]' passed (0.043 seconds).
Test Case '-[PDParser_Tests testParseFail]' started.
Test Case '-[PDParser_Tests testParseFail]' passed (0.000 seconds).
Test Case '-[PDParser_Tests testParsePacket]' started.
testParsePacket did not finish
PDParser_Tests did not finish
--
Rick
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden