From 43982f07ba6a0a9839e32e774855c9d2068e9d5e Mon Sep 17 00:00:00 2001 From: "thomasvl@gmail.com" Date: Tue, 29 Jul 2008 15:07:07 +0000 Subject: fix a bug w/ method check support. mark part of the logger+asl code as not feasible for testing. work around a unittesting marco catch w/ gc and __weak. --- Foundation/GTMLogger+ASL.m | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Foundation/GTMLogger+ASL.m') diff --git a/Foundation/GTMLogger+ASL.m b/Foundation/GTMLogger+ASL.m index 1a49406..2213df6 100644 --- a/Foundation/GTMLogger+ASL.m +++ b/Foundation/GTMLogger+ASL.m @@ -93,8 +93,10 @@ if ((self = [super init])) { client_ = asl_open(NULL, NULL, 0); if (client_ == nil) { + // COV_NF_START - no real way to test this [self release]; return nil; + // COV_NF_END } } return self; -- cgit v1.2.3