mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-05-06 00:23:43 +08:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user