mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-05-12 19:19:41 +08:00
Add missing test coverage for key path based connection scenarios. Fixes crashes resulting from double collection wrapping during connection.
This commit is contained in:
@@ -130,6 +130,9 @@
|
||||
//
|
||||
// @return A new instance of a RKObjectConnectionMapping.
|
||||
// */
|
||||
- (id)initWithRelationship:(NSRelationshipDescription *)relationship sourceKeyPath:(NSString *)sourceKeyPath destinationKeyPath:(NSString *)destinationKeyPath matcher:(RKDynamicMappingMatcher *)matcher;
|
||||
- (id)initWithRelationship:(NSRelationshipDescription *)relationship
|
||||
sourceKeyPath:(NSString *)sourceKeyPath
|
||||
destinationKeyPath:(NSString *)destinationKeyPath
|
||||
matcher:(RKDynamicMappingMatcher *)matcher;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user