Restore the managed object cache functionality and add test coverage so it does not break again. fixes #167

This commit is contained in:
Blake Watters
2011-06-29 22:08:35 -04:00
parent d57b784c30
commit 2e7adbdc1e
7 changed files with 77 additions and 18 deletions

View File

@@ -87,13 +87,13 @@
</EnvironmentVariable>
<EnvironmentVariable
key = "UISPEC_SPEC"
value = "RKObjectManagerSpec"
isEnabled = "YES">
value = "RKObjectLoaderSpec"
isEnabled = "NO">
</EnvironmentVariable>
<EnvironmentVariable
key = "UISPEC_EXAMPLE"
value = "itShouldNotDeleteACoreDataBackedTargetObjectOnErrorIfItWasAlreadySaved"
isEnabled = "YES">
value = "itShouldNotCrashWhenLoadingAnErrorResponseWithAnUnmappableMIMEType"
isEnabled = "NO">
</EnvironmentVariable>
<EnvironmentVariable
key = "NSAutoreleaseHaltOnNoPool"