Index: Riskeer/Integration/test/Riskeer.Integration.TestUtil/DataImportHelper.cs
===================================================================
diff -u -rd459eeac861ea8cf8300334192bab1f90902741a -rcd2b6359d0e68ee4d1a0fdf92aff1f33ae8f5e79
--- Riskeer/Integration/test/Riskeer.Integration.TestUtil/DataImportHelper.cs (.../DataImportHelper.cs) (revision d459eeac861ea8cf8300334192bab1f90902741a)
+++ Riskeer/Integration/test/Riskeer.Integration.TestUtil/DataImportHelper.cs (.../DataImportHelper.cs) (revision cd2b6359d0e68ee4d1a0fdf92aff1f33ae8f5e79)
@@ -88,15 +88,14 @@
}
///
- /// Imports the data for a given .
+ /// Imports data for a given .
///
- /// The to import on.
- /// The to import on.
+ /// The that contains the instance.
+ /// The instance to import on.
///
/// This will import 283 failure mechanism sections.
/// Imports using .
///
- ///
public static void ImportFailureMechanismSections(AssessmentSection assessmentSection, IFailurePath failureMechanism)
{
using (var embeddedResourceFileWriter = new EmbeddedResourceFileWriter(typeof(DataImportHelper).Assembly,
@@ -118,15 +117,14 @@
}
///
- /// Imports the data for a given .
+ /// Imports data for a given enumeration of .
///
- /// The to import on.
- /// The to import on.
+ /// The that contains the instances.
+ /// The instances to import on.
///
/// This will import the same 283 failure mechanism sections on all failure mechanisms.
/// Does not import using .
///
- ///
public static void ImportFailureMechanismSections(AssessmentSection assessmentSection, IEnumerable> targetFailureMechanisms)
{
using (var embeddedResourceFileWriter = new EmbeddedResourceFileWriter(typeof(DataImportHelper).Assembly,