@Test
public void testImportRecordSuccessWithFilename()
throws IOException, ImporterException {
Importer importer = mock(Importer.class);
EventSink es = mock(EventSink.class);
OwnerResource thisOwnerResource = new OwnerResource(ownerCurator, null,
null, null, null, i18n, es, null, null, null, importer, null, null,
null, importRecordCurator, null, null, null, null, null,
null, null, null, contentOverrideValidator,
serviceLevelValidator, null);