Revert "Flaky ConcurrentModificationException in NewMultiplatformProjectImportingTest.testFileCollectionDependency fixed"

This reverts commit af71955fde.
This commit is contained in:
Vladimir Ilmov
2020-01-16 15:02:14 +01:00
parent 7da26ce705
commit 082cbae74a
@@ -150,14 +150,6 @@ public abstract class ExternalSystemImportingTestCase extends ExternalSystemTest
field.getName());
}
}
else if (fieldValue instanceof Map) {
for (Map.Entry e : ((Map<Object, Object>) fieldValue).entrySet()) {
saveToProcessIfRequired(processed, toProcess, referencingObjects, referencingFieldNames, nextObject, e.getKey(),
field.getName());
saveToProcessIfRequired(processed, toProcess, referencingObjects, referencingFieldNames, nextObject, e.getValue(),
"value" + field.getName());
}
}
else {
saveToProcessIfRequired(processed, toProcess, referencingObjects, referencingFieldNames, nextObject, fieldValue,
field.getName());