Index: Riskeer/Integration/test/Riskeer.Integration.Data.Test/Assembly/AssessmentSectionAssemblyFactoryTest.cs =================================================================== diff -u -re9fbddbcafe5218c81ae9bb32e642af565b3b7cf -r1678fe6ff391f417310a55659dd1ffb22bc4ac5b --- Riskeer/Integration/test/Riskeer.Integration.Data.Test/Assembly/AssessmentSectionAssemblyFactoryTest.cs (.../AssessmentSectionAssemblyFactoryTest.cs) (revision e9fbddbcafe5218c81ae9bb32e642af565b3b7cf) +++ Riskeer/Integration/test/Riskeer.Integration.Data.Test/Assembly/AssessmentSectionAssemblyFactoryTest.cs (.../AssessmentSectionAssemblyFactoryTest.cs) (revision 1678fe6ff391f417310a55659dd1ffb22bc4ac5b) @@ -976,7 +976,6 @@ assessmentSection.GrassCoverSlipOffOutwards, assessmentSection.GrassCoverSlipOffInwards, assessmentSection.PipingStructure, - assessmentSection.StrengthStabilityLengthwiseConstruction, assessmentSection.TechnicalInnovation }; } Index: Riskeer/Integration/test/Riskeer.Integration.Data.Test/Assembly/CombinedAssemblyFailureMechanismSectionFactoryTest.cs =================================================================== diff -u -rd85530401d40e769244e163e9953d54ec604cf34 -r1678fe6ff391f417310a55659dd1ffb22bc4ac5b --- Riskeer/Integration/test/Riskeer.Integration.Data.Test/Assembly/CombinedAssemblyFailureMechanismSectionFactoryTest.cs (.../CombinedAssemblyFailureMechanismSectionFactoryTest.cs) (revision d85530401d40e769244e163e9953d54ec604cf34) +++ Riskeer/Integration/test/Riskeer.Integration.Data.Test/Assembly/CombinedAssemblyFailureMechanismSectionFactoryTest.cs (.../CombinedAssemblyFailureMechanismSectionFactoryTest.cs) (revision 1678fe6ff391f417310a55659dd1ffb22bc4ac5b) @@ -90,7 +90,7 @@ assessmentSection, assessmentSection.GetFailureMechanisms(), random.NextBoolean()); // Assert - Assert.AreEqual(17, inputs.Count()); + Assert.AreEqual(16, inputs.Count()); AssertSections(assessmentSection.Piping.SectionResultsOld, inputs.ElementAt(0)); AssertSections(assessmentSection.GrassCoverErosionInwards.SectionResultsOld, inputs.ElementAt(1)); @@ -106,9 +106,8 @@ AssertSections(assessmentSection.ClosingStructures.SectionResultsOld, inputs.ElementAt(11)); AssertSections(assessmentSection.PipingStructure.SectionResultsOld, inputs.ElementAt(12)); AssertSections(assessmentSection.StabilityPointStructures.SectionResultsOld, inputs.ElementAt(13)); - AssertSections(assessmentSection.StrengthStabilityLengthwiseConstruction.SectionResultsOld, inputs.ElementAt(14)); - AssertSections(assessmentSection.DuneErosion.SectionResultsOld, inputs.ElementAt(15)); - AssertSections(assessmentSection.TechnicalInnovation.SectionResultsOld, inputs.ElementAt(16)); + AssertSections(assessmentSection.DuneErosion.SectionResultsOld, inputs.ElementAt(14)); + AssertSections(assessmentSection.TechnicalInnovation.SectionResultsOld, inputs.ElementAt(15)); } } @@ -152,7 +151,6 @@ yield return new TestCaseData(assessmentSection, assessmentSection.ClosingStructures); yield return new TestCaseData(assessmentSection, assessmentSection.PipingStructure); yield return new TestCaseData(assessmentSection, assessmentSection.StabilityPointStructures); - yield return new TestCaseData(assessmentSection, assessmentSection.StrengthStabilityLengthwiseConstruction); yield return new TestCaseData(assessmentSection, assessmentSection.DuneErosion); yield return new TestCaseData(assessmentSection, assessmentSection.TechnicalInnovation); } Index: Riskeer/Integration/test/Riskeer.Integration.Data.TestUtil/AssessmentSectionAssemblyTestHelper.cs =================================================================== diff -u -rd85530401d40e769244e163e9953d54ec604cf34 -r1678fe6ff391f417310a55659dd1ffb22bc4ac5b --- Riskeer/Integration/test/Riskeer.Integration.Data.TestUtil/AssessmentSectionAssemblyTestHelper.cs (.../AssessmentSectionAssemblyTestHelper.cs) (revision d85530401d40e769244e163e9953d54ec604cf34) +++ Riskeer/Integration/test/Riskeer.Integration.Data.TestUtil/AssessmentSectionAssemblyTestHelper.cs (.../AssessmentSectionAssemblyTestHelper.cs) (revision 1678fe6ff391f417310a55659dd1ffb22bc4ac5b) @@ -293,17 +293,6 @@ yield return new AssessmentSectionConfiguration(assessmentSection => { - StrengthStabilityLengthwiseConstructionFailureMechanism failureMechanism = assessmentSection.StrengthStabilityLengthwiseConstruction; - failureMechanism.InAssembly = true; - FailureMechanismTestHelper.AddSections(failureMechanism, 1); - - StrengthStabilityLengthwiseConstructionFailureMechanismSectionResultOld sectionResult = failureMechanism.SectionResultsOld.Single(); - sectionResult.UseManualAssembly = true; - sectionResult.ManualAssemblyCategoryGroup = manualSectionAssemblyCategoryGroup; - }, assessmentSection => assessmentSection.StrengthStabilityLengthwiseConstruction); - - yield return new AssessmentSectionConfiguration(assessmentSection => - { TechnicalInnovationFailureMechanism failureMechanism = assessmentSection.TechnicalInnovation; failureMechanism.InAssembly = true; FailureMechanismTestHelper.AddSections(failureMechanism, 1); Index: Riskeer/Integration/test/Riskeer.Integration.IO.Test/Exporters/AssemblyExporterTest.cs =================================================================== diff -u -rb11441e2bf7d3b169c51a56df1fd90016065784a -r1678fe6ff391f417310a55659dd1ffb22bc4ac5b --- Riskeer/Integration/test/Riskeer.Integration.IO.Test/Exporters/AssemblyExporterTest.cs (.../AssemblyExporterTest.cs) (revision b11441e2bf7d3b169c51a56df1fd90016065784a) +++ Riskeer/Integration/test/Riskeer.Integration.IO.Test/Exporters/AssemblyExporterTest.cs (.../AssemblyExporterTest.cs) (revision 1678fe6ff391f417310a55659dd1ffb22bc4ac5b) @@ -273,7 +273,6 @@ FailureMechanismTestHelper.AddSections(assessmentSection.GrassCoverSlipOffInwards, 2); FailureMechanismTestHelper.AddSections(assessmentSection.PipingStructure, 2); FailureMechanismTestHelper.AddSections(assessmentSection.WaterPressureAsphaltCover, 2); - FailureMechanismTestHelper.AddSections(assessmentSection.StrengthStabilityLengthwiseConstruction, 2); FailureMechanismTestHelper.AddSections(assessmentSection.TechnicalInnovation, 2); return assessmentSection;