Port commented out unit tests from 0.10.x to latest development sources to nail down issues with targetObject behaviors

This commit is contained in:
Blake Watters
2012-11-05 17:16:33 -05:00
parent e7505df56c
commit 28c8262b0d
3 changed files with 500 additions and 766 deletions

View File

@@ -272,7 +272,7 @@ static NSString *RKStringDescribingURLResponseWithData(NSURLResponse *response,
if (self.isCancelled) return;
// Map the response
NSError *error;
NSError *error = nil;
RKMappingResult *mappingResult = [self performMappingOnResponse:&error];
if (self.isCancelled) {
return;