All tests now pass in version 3

This commit is contained in:
Luc Charland
2015-05-04 13:48:55 -04:00
committed by Francis Lachapelle
parent b0318ca7b6
commit 4fa33c0bc2
4 changed files with 39 additions and 17 deletions
+3 -2
View File
@@ -2164,8 +2164,9 @@ static NSArray *reminderValues = nil;
andJSONRepresentation: [NSDictionary dictionaryWithObjectsAndKeys: @"Connection error", @"textStatus", nil]];
}
}
results = [self responseWithStatus: 503
andJSONRepresentation: [NSDictionary dictionaryWithObjectsAndKeys: @"Service temporarily unavailable", @"textStatus", nil]];
else
results = [self responseWithStatus: 503
andJSONRepresentation: [NSDictionary dictionaryWithObjectsAndKeys: @"Service temporarily unavailable", @"textStatus", nil]];
}
}