This addresses issue #62. However there is a problem:
The changes to SQKCoreDataOperationTests now cause the testInitialisingWithObjectAsync test in SQKManagedObjectControllerTests to hang. If the implementation of performWorkWithPrivateContext: of the ConcreteDataImportOperation class is removed then test suite finishes. However this then means that the testFinishesWhenSavingErrors test (which is reliant on this method implementation) fails.
This addresses issue #62. However there is a problem:
The changes to
SQKCoreDataOperationTests
now cause thetestInitialisingWithObjectAsync
test inSQKManagedObjectControllerTests
to hang. If the implementation ofperformWorkWithPrivateContext:
of theConcreteDataImportOperation
class is removed then test suite finishes. However this then means that thetestFinishesWhenSavingErrors
test (which is reliant on this method implementation) fails.