mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-24 04:46:01 +08:00
Add tests clarifying issue regarding relativePath vs. relativeString. closes #996
This commit is contained in:
@@ -310,11 +310,6 @@ static NSString *RKMIMETypeFromAFHTTPClientParameterEncoding(AFHTTPClientParamet
|
||||
return operation;
|
||||
}
|
||||
|
||||
// TODO: Unit test me!
|
||||
// non-managed object, nil path
|
||||
// managed object, given path
|
||||
// nil object, path contains response descriptor with entity mapping
|
||||
// nil object, path does not
|
||||
- (id)appropriateObjectRequestOperationWithObject:(id)object
|
||||
method:(RKRequestMethod)method
|
||||
path:(NSString *)path
|
||||
|
||||
Reference in New Issue
Block a user