Index: Riskeer/GrassCoverErosionOutwards/test/Riskeer.GrassCoverErosionOutwards.Plugin.Test/ViewInfos/GrassCoverErosionOutwardsFailurePathViewInfoTest.cs =================================================================== diff -u -r616cd42041672478a333b919187f5fba4f3522b5 -r6aac5a3b6cfba6d74af044701db2dd79c45591e4 --- Riskeer/GrassCoverErosionOutwards/test/Riskeer.GrassCoverErosionOutwards.Plugin.Test/ViewInfos/GrassCoverErosionOutwardsFailurePathViewInfoTest.cs (.../GrassCoverErosionOutwardsFailurePathViewInfoTest.cs) (revision 616cd42041672478a333b919187f5fba4f3522b5) +++ Riskeer/GrassCoverErosionOutwards/test/Riskeer.GrassCoverErosionOutwards.Plugin.Test/ViewInfos/GrassCoverErosionOutwardsFailurePathViewInfoTest.cs (.../GrassCoverErosionOutwardsFailurePathViewInfoTest.cs) (revision 6aac5a3b6cfba6d74af044701db2dd79c45591e4) @@ -115,7 +115,7 @@ Assert.AreSame(assessmentSection, view.AssessmentSection); } } - + [Test] public void CloseForData_ViewNotCorrespondingToRemovedAssessmentSection_ReturnsFalse() { @@ -127,13 +127,13 @@ var failureMechanism = new GrassCoverErosionOutwardsFailureMechanism(); var view = new GrassCoverErosionOutwardsFailurePathView(failureMechanism, assessmentSection); - + // Call bool closeForData = info.CloseForData(view, otherAssessmentSection); // Assert Assert.IsFalse(closeForData); - + mocks.VerifyAll(); } @@ -145,7 +145,7 @@ var failureMechanism = new GrassCoverErosionOutwardsFailureMechanism(); var view = new GrassCoverErosionOutwardsFailurePathView(failureMechanism, assessmentSection); - + // Call bool closeForData = info.CloseForData(view, assessmentSection); @@ -162,13 +162,12 @@ var otherGrassCoverErosionOutwardsFailureMechanism = new GrassCoverErosionOutwardsFailureMechanism(); var view = new GrassCoverErosionOutwardsFailurePathView(failureMechanism, assessmentSection); - + // Call bool closeForData = info.CloseForData(view, otherGrassCoverErosionOutwardsFailureMechanism); // Assert Assert.IsFalse(closeForData); - } [Test] @@ -179,13 +178,12 @@ var failureMechanism = new GrassCoverErosionOutwardsFailureMechanism(); var view = new GrassCoverErosionOutwardsFailurePathView(failureMechanism, assessmentSection); - + // Call bool closeForData = info.CloseForData(view, failureMechanism); // Assert Assert.IsTrue(closeForData); - } } } \ No newline at end of file