aboutsummaryrefslogtreecommitdiff
path: root/UnitTesting/GTMSenTestCase.h
diff options
context:
space:
mode:
authorGravatar thomasvl@gmail.com <thomasvl@gmail.com@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2008-09-25 20:46:41 +0000
committerGravatar thomasvl@gmail.com <thomasvl@gmail.com@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2008-09-25 20:46:41 +0000
commit90eba8f973c0b77f36dc7084163ff0d43675a1a8 (patch)
tree4903eceacf4b141eea70cc28f3f86d0d42ec917c /UnitTesting/GTMSenTestCase.h
parent511053a03ce1f92a21ce9c9ba58fea3507624502 (diff)
fix double printing of failures on the iphone unittests
Diffstat (limited to 'UnitTesting/GTMSenTestCase.h')
-rw-r--r--UnitTesting/GTMSenTestCase.h5
1 files changed, 1 insertions, 4 deletions
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;