Updates to RKObjectLoader to fix issues where keyPath was not always respected and willSendForObjectLoader: not invoked as expected. Expanded spec coverage to fix these issues. fixes #80, fixes #81

This commit is contained in:
Blake Watters
2011-04-28 00:05:55 -04:00
parent a1aa5fce94
commit 308b6c5dd2
9 changed files with 214 additions and 40 deletions

View File

@@ -61,8 +61,8 @@
<EnvironmentVariables>
<EnvironmentVariable
key = "UISPEC_SPEC"
value = "RKRequestSpec"
isEnabled = "NO">
value = "RKObjectLoaderSpec"
isEnabled = "YES">
</EnvironmentVariable>
<EnvironmentVariable
key = "RESTKIT_IP_ADDRESS"
@@ -71,8 +71,8 @@
</EnvironmentVariable>
<EnvironmentVariable
key = "UISPEC_EXAMPLE"
value = "itShouldSendTheRequestWhenBackgroundPolicyIsRKRequestBackgroundPolicyNone"
isEnabled = "NO">
value = "itShouldInvokeWillSendWithObjectLoader"
isEnabled = "YES">
</EnvironmentVariable>
</EnvironmentVariables>
<AdditionalOptions>