From 90eba8f973c0b77f36dc7084163ff0d43675a1a8 Mon Sep 17 00:00:00 2001 From: "thomasvl@gmail.com" Date: Thu, 25 Sep 2008 20:46:41 +0000 Subject: fix double printing of failures on the iphone unittests --- UnitTesting/GTMSenTestCase.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'UnitTesting/GTMSenTestCase.h') diff --git a/UnitTesting/GTMSenTestCase.h b/UnitTesting/GTMSenTestCase.h index 67f7dad..4a2bc9f 100644 --- a/UnitTesting/GTMSenTestCase.h +++ b/UnitTesting/GTMSenTestCase.h @@ -979,10 +979,6 @@ do { \ // SENTE_END -@interface NSObject (GTMSenTestAdditions) -- (void)failWithException:(NSException*)exception; -@end - @interface SenTestCase : NSObject { SEL currentSelector_; } @@ -991,6 +987,7 @@ do { \ - (void)invokeTest; - (void)tearDown; - (void)performTest:(SEL)sel; +- (void)failWithException:(NSException*)exception; @end CF_EXPORT NSString * const SenTestFailureException; -- cgit v1.2.3