I'm in the testing phase of my framework, and one of my methods used
to delete an NSMangedObject without undo (used for certain
circumstances) fails its test when it asks the deleted object if its
deleted via isDeleted.....
The testing NSManagedObjectContext is set up to be an in-memory store
with a nil URL/Options/etc. Is there anything I can do about this?
Commenting out the undo registration methods cause isDeleted to
return YES, therefore turning off undo registration causes it to
return NO... whats up with that?
Any clue?
Andre
email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/email@hidden