Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Integration.Test/HeightStructuresScenariosViewIntegrationTest.cs =================================================================== diff -u -r4bf59bb3506b840b284efe0c0f4431b7876e0e5b -re46bec50706f5ea1a7754bbaebfc892745d8604a --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Integration.Test/HeightStructuresScenariosViewIntegrationTest.cs (.../HeightStructuresScenariosViewIntegrationTest.cs) (revision 4bf59bb3506b840b284efe0c0f4431b7876e0e5b) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Integration.Test/HeightStructuresScenariosViewIntegrationTest.cs (.../HeightStructuresScenariosViewIntegrationTest.cs) (revision e46bec50706f5ea1a7754bbaebfc892745d8604a) @@ -95,7 +95,7 @@ DataImportHelper.ImportReferenceLine(assessmentSection); IFailureMechanism failureMechanism = assessmentSection.HeightStructures; DataImportHelper.ImportFailureMechanismSections(assessmentSection, failureMechanism); - new HeightStructuresImporter(assessmentSection.HeightStructures.HeightStructures, + new HeightStructuresImporter(assessmentSection.HeightStructures.HeightStructuresCollection, assessmentSection.ReferenceLine, filePath) .Import(); @@ -112,7 +112,7 @@ var dataGridView = (DataGridView) new ControlTester("dataGridView").TheObject; // Call - foreach (HeightStructure structure in assessmentSection.HeightStructures.HeightStructures) + foreach (HeightStructure structure in assessmentSection.HeightStructures.HeightStructuresCollection) { calculationsGroup.Children.Add(new StructuresCalculation { @@ -143,7 +143,7 @@ DataImportHelper.ImportReferenceLine(assessmentSection); IFailureMechanism failureMechanism = assessmentSection.HeightStructures; DataImportHelper.ImportFailureMechanismSections(assessmentSection, failureMechanism); - new HeightStructuresImporter(assessmentSection.HeightStructures.HeightStructures, + new HeightStructuresImporter(assessmentSection.HeightStructures.HeightStructuresCollection, assessmentSection.ReferenceLine, filePath) .Import(); @@ -159,7 +159,7 @@ var dataGridView = (DataGridView) new ControlTester("dataGridView").TheObject; - foreach (HeightStructure structure in assessmentSection.HeightStructures.HeightStructures) + foreach (HeightStructure structure in assessmentSection.HeightStructures.HeightStructuresCollection) { calculationsGroup.Children.Add(new StructuresCalculation { @@ -197,7 +197,7 @@ DataImportHelper.ImportReferenceLine(assessmentSection); IFailureMechanism failureMechanism = assessmentSection.HeightStructures; DataImportHelper.ImportFailureMechanismSections(assessmentSection, failureMechanism); - new HeightStructuresImporter(assessmentSection.HeightStructures.HeightStructures, + new HeightStructuresImporter(assessmentSection.HeightStructures.HeightStructuresCollection, assessmentSection.ReferenceLine, filePath) .Import(); @@ -212,7 +212,7 @@ var dataGridView = (DataGridView) new ControlTester("dataGridView").TheObject; - foreach (HeightStructure structure in assessmentSection.HeightStructures.HeightStructures) + foreach (HeightStructure structure in assessmentSection.HeightStructures.HeightStructuresCollection) { assessmentSection.HeightStructures.CalculationsGroup.Children.Add(new StructuresCalculation {