From e407eeea4069d92cb7b1d59d7a42b5b58a15835f Mon Sep 17 00:00:00 2001 From: cacaodev Date: Tue, 16 Dec 2014 21:43:19 +0100 Subject: [PATCH] FIXED : travis build --- Tests/Foundation/CPOperationQueueTest.j | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tests/Foundation/CPOperationQueueTest.j b/Tests/Foundation/CPOperationQueueTest.j index 23bea619e..5005a1ae7 100644 --- a/Tests/Foundation/CPOperationQueueTest.j +++ b/Tests/Foundation/CPOperationQueueTest.j @@ -16,7 +16,7 @@ globalResults = []; @end -@implementation TestOperation2 : CPOperation +@implementation TestCancelOperation : CPOperation { BOOL _started @accessors(getter=didStart); BOOL _mained @accessors(getter=didMain); @@ -196,7 +196,7 @@ globalResults = []; - (void)testCancelledOperationDoesStart { - var op = [[TestOperation2 alloc] init], + var op = [[TestCancelOperation alloc] init], queue = [[CPOperationQueue alloc] init]; [self assertFalse:[op isCancelled]];