Index: Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Data.Test/MacroStabilityInwardsFailureMechanismSectionResultTest.cs =================================================================== diff -u -r5c7faf8283e49113a2c7b9e17086148a99f13d2e -r16a12e1f4fc8f71595b2bc36de24655fbd4ac7d3 --- Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Data.Test/MacroStabilityInwardsFailureMechanismSectionResultTest.cs (.../MacroStabilityInwardsFailureMechanismSectionResultTest.cs) (revision 5c7faf8283e49113a2c7b9e17086148a99f13d2e) +++ Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Data.Test/MacroStabilityInwardsFailureMechanismSectionResultTest.cs (.../MacroStabilityInwardsFailureMechanismSectionResultTest.cs) (revision 16a12e1f4fc8f71595b2bc36de24655fbd4ac7d3) @@ -36,10 +36,6 @@ public void Constructor_WithParameters_ExpectedValues() { // Setup - var mocks = new MockRepository(); - var assessmentSection = mocks.Stub(); - mocks.ReplayAll(); - var failureMechanism = new MacroStabilityInwardsFailureMechanism(); FailureMechanismSection section = FailureMechanismSectionTestFactory.CreateFailureMechanismSection(); @@ -49,8 +45,8 @@ // Assert Assert.IsInstanceOf(sectionResult); Assert.AreSame(section, sectionResult.Section); + Assert.AreEqual(SimpleAssessmentResultType.None, sectionResult.SimpleAssessmentInput); Assert.IsNaN(sectionResult.AssessmentLayerThree); - mocks.VerifyAll(); } [Test]