Index: Riskeer/Integration/test/Riskeer.Integration.Data.Test/Assembly/AssessmentSectionAssemblyFactoryTest.cs =================================================================== diff -u -r1678fe6ff391f417310a55659dd1ffb22bc4ac5b -rb331c7fa39ddd80e2ee82552bf45b1e41be191b4 --- Riskeer/Integration/test/Riskeer.Integration.Data.Test/Assembly/AssessmentSectionAssemblyFactoryTest.cs (.../AssessmentSectionAssemblyFactoryTest.cs) (revision 1678fe6ff391f417310a55659dd1ffb22bc4ac5b) +++ Riskeer/Integration/test/Riskeer.Integration.Data.Test/Assembly/AssessmentSectionAssemblyFactoryTest.cs (.../AssessmentSectionAssemblyFactoryTest.cs) (revision b331c7fa39ddd80e2ee82552bf45b1e41be191b4) @@ -407,14 +407,6 @@ return; } - var strengthStabilityLengthwiseConstruction = failureMechanism as StrengthStabilityLengthwiseConstructionFailureMechanism; - if (strengthStabilityLengthwiseConstruction != null) - { - Assert.AreEqual(ManualFailureMechanismSectionAssemblyCategoryGroupConverter.Convert(GetFailureMechanismSectionResult(strengthStabilityLengthwiseConstruction).ManualAssemblyCategoryGroup), - failureMechanismAssemblyCalculator.FailureMechanismSectionCategories.Single()); - return; - } - var technicalInnovation = failureMechanism as TechnicalInnovationFailureMechanism; if (technicalInnovation != null) { Index: Riskeer/Integration/test/Riskeer.Integration.Data.Test/Assembly/CombinedAssemblyFailureMechanismSectionFactoryTest.cs =================================================================== diff -u -r1678fe6ff391f417310a55659dd1ffb22bc4ac5b -rb331c7fa39ddd80e2ee82552bf45b1e41be191b4 --- Riskeer/Integration/test/Riskeer.Integration.Data.Test/Assembly/CombinedAssemblyFailureMechanismSectionFactoryTest.cs (.../CombinedAssemblyFailureMechanismSectionFactoryTest.cs) (revision 1678fe6ff391f417310a55659dd1ffb22bc4ac5b) +++ Riskeer/Integration/test/Riskeer.Integration.Data.Test/Assembly/CombinedAssemblyFailureMechanismSectionFactoryTest.cs (.../CombinedAssemblyFailureMechanismSectionFactoryTest.cs) (revision b331c7fa39ddd80e2ee82552bf45b1e41be191b4) @@ -346,15 +346,6 @@ return; } - var strengthStabilityLengthwiseConstruction = failureMechanism as StrengthStabilityLengthwiseConstructionFailureMechanism; - if (strengthStabilityLengthwiseConstruction != null) - { - AssertSectionsWithResult(strengthStabilityLengthwiseConstruction.SectionResultsOld, - ManualFailureMechanismSectionAssemblyCategoryGroupConverter.Convert(GetFailureMechanismSectionResult(strengthStabilityLengthwiseConstruction).ManualAssemblyCategoryGroup), - actualInput.Single()); - return; - } - var technicalInnovation = failureMechanism as TechnicalInnovationFailureMechanism; if (technicalInnovation != null) { Index: Riskeer/Integration/test/Riskeer.Integration.Forms.Test/Views/AssemblyResultTotalViewTest.cs =================================================================== diff -u -r707d0f06ce42907f847737c170b38332d4304274 -rb331c7fa39ddd80e2ee82552bf45b1e41be191b4 --- Riskeer/Integration/test/Riskeer.Integration.Forms.Test/Views/AssemblyResultTotalViewTest.cs (.../AssemblyResultTotalViewTest.cs) (revision 707d0f06ce42907f847737c170b38332d4304274) +++ Riskeer/Integration/test/Riskeer.Integration.Forms.Test/Views/AssemblyResultTotalViewTest.cs (.../AssemblyResultTotalViewTest.cs) (revision b331c7fa39ddd80e2ee82552bf45b1e41be191b4) @@ -791,14 +791,6 @@ return; } - var strengthStabilityLengthwiseConstruction = failureMechanism as StrengthStabilityLengthwiseConstructionFailureMechanism; - if (strengthStabilityLengthwiseConstruction != null) - { - Assert.AreEqual(ManualFailureMechanismSectionAssemblyCategoryGroupConverter.Convert(GetFailureMechanismSectionResult(strengthStabilityLengthwiseConstruction).ManualAssemblyCategoryGroup), - failureMechanismAssemblyCalculator.FailureMechanismSectionCategories.Single()); - return; - } - var technicalInnovation = failureMechanism as TechnicalInnovationFailureMechanism; if (technicalInnovation != null) {