SenTestingKit/Xcode 3.1 error
SenTestingKit/Xcode 3.1 error
- Subject: SenTestingKit/Xcode 3.1 error
- From: David Bainbridge <email@hidden>
- Date: Fri, 11 Jul 2008 20:50:06 -0500
Using Xcode 3.1/ 10.5.4
I am attempting to use SenTestingKit with Xcode 3.1 and when I build
the Unit Test Bundle target I correctly get errors for the failed
tests but instead of the Xcode errors pointing to the source file
lines with the failed test cases it instead points to line #384 of the
file RunPlatformUnitTests.include with an error description of "error:
Failed tests for architecture 'i386' (GC OFF)"
I expected this to work correctly without change since I started with
a new project to test this with Xcode 3.1. Steps I followed:
1) Selected New Project->Cocoa Application
2) added New Target->Unit Test Bundle
3) New File->Object-C test case class
4) Added method to test case class:
- (void) testUnitTest
{
STAssertEquals(1, 2, @"not equal");
}
5) Select Build
Get error pointing to above mentioned shell script.
_______________________________________________
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