From 62962eac5b57c2a5990bfb34f397e972b69e0490 Mon Sep 17 00:00:00 2001 From: "gtm.daemon" Date: Fri, 27 Aug 2010 20:31:02 +0000 Subject: [Author: dmaclach] Stupid mixup on my end. R=thomasvl DELTA=3 (1 added, 0 deleted, 2 changed) --- Foundation/GTMServiceManagementTest.m | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Foundation/GTMServiceManagementTest.m') diff --git a/Foundation/GTMServiceManagementTest.m b/Foundation/GTMServiceManagementTest.m index a0d0c20..1d54b20 100644 --- a/Foundation/GTMServiceManagementTest.m +++ b/Foundation/GTMServiceManagementTest.m @@ -129,7 +129,8 @@ STAssertNULL(error, nil); isGood = GTMSMJobRemove(CFSTR(OUR_JOB_LABEL), &error); - STAssertTrue(isGood, @"You may need to run launchctl remove %s", OUR_JOB_LABEL); + STAssertTrue(isGood, + @"You may need to run launchctl remove %s", OUR_JOB_LABEL); STAssertNULL(error, nil); isGood = GTMSMJobRemove(CFSTR(OUR_JOB_LABEL), &error); @@ -144,7 +145,7 @@ // launch, which is too complex at this point. Perhaps // in the future if bugs are found. NSDictionary *badTest - = GTMCFAutorelease(GTMSMJobCheckIn(CFSTR(BAD_JOB_LABEL), &error)); + = GTMCFAutorelease(GTMSMJobCheckIn(&error)); STAssertNil(badTest, nil); STAssertNotNULL(error, nil); CFRelease(error); -- cgit v1.2.3