mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-23 12:27:52 +08:00
Restore the managed object cache functionality and add test coverage so it does not break again. fixes #167
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user