From c7bdc517ad868dbd964890eb92d055d79343e589 Mon Sep 17 00:00:00 2001 From: "gtm.daemon" Date: Wed, 30 Jun 2010 22:06:42 +0000 Subject: [Author: dmaclach] Fix up the test case code so that it reports the correct state, and matches OCUnit. R=thomasvl DELTA=1 (0 added, 0 deleted, 1 changed) --- UnitTesting/GTMSenTestCase.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UnitTesting/GTMSenTestCase.m b/UnitTesting/GTMSenTestCase.m index a766717..4f4891f 100644 --- a/UnitTesting/GTMSenTestCase.m +++ b/UnitTesting/GTMSenTestCase.m @@ -86,7 +86,7 @@ } NSString *reason = [NSString stringWithFormat:@"'%@' should be %s. %@", - condition, isTrue ? "TRUE" : "FALSE", testDescription]; + condition, isTrue ? "false" : "true", testDescription]; return [self failureInFile:filename atLine:lineNumber reason:reason]; } -- cgit v1.2.3