Index: Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/ViewInfos/StrengthStabilityLengthwiseConstructionResultViewInfoTest.cs =================================================================== diff -u -r6351c078e52e7a091c3307337ba66e18fde91525 -r7f8e78554ee082fd0312d526531819e4d11fcea5 --- Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/ViewInfos/StrengthStabilityLengthwiseConstructionResultViewInfoTest.cs (.../StrengthStabilityLengthwiseConstructionResultViewInfoTest.cs) (revision 6351c078e52e7a091c3307337ba66e18fde91525) +++ Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/ViewInfos/StrengthStabilityLengthwiseConstructionResultViewInfoTest.cs (.../StrengthStabilityLengthwiseConstructionResultViewInfoTest.cs) (revision 7f8e78554ee082fd0312d526531819e4d11fcea5) @@ -87,7 +87,7 @@ { // Setup var failureMechanism = new StrengthStabilityLengthwiseConstructionFailureMechanism(); - using (var view = new StrengthStabilityLengthwiseConstructionResultView(failureMechanism, failureMechanism.SectionResults)) + using (var view = new StrengthStabilityLengthwiseConstructionResultView(failureMechanism.SectionResults, failureMechanism)) { // Call string viewName = info.GetViewName(view, failureMechanism.SectionResults); @@ -147,7 +147,7 @@ var failureMechanism = new StrengthStabilityLengthwiseConstructionFailureMechanism(); - using (var view = new StrengthStabilityLengthwiseConstructionResultView(failureMechanism, failureMechanism.SectionResults)) + using (var view = new StrengthStabilityLengthwiseConstructionResultView(failureMechanism.SectionResults, failureMechanism)) { // Call bool closeForData = info.CloseForData(view, assessmentSection); @@ -174,7 +174,7 @@ mocks.ReplayAll(); - using (var view = new StrengthStabilityLengthwiseConstructionResultView(failureMechanism, failureMechanism.SectionResults)) + using (var view = new StrengthStabilityLengthwiseConstructionResultView(failureMechanism.SectionResults, failureMechanism)) { // Call bool closeForData = info.CloseForData(view, assessmentSection); @@ -201,7 +201,7 @@ mocks.ReplayAll(); - using (var view = new StrengthStabilityLengthwiseConstructionResultView(failureMechanism, failureMechanism.SectionResults)) + using (var view = new StrengthStabilityLengthwiseConstructionResultView(failureMechanism.SectionResults, failureMechanism)) { // Call bool closeForData = info.CloseForData(view, assessmentSection); @@ -219,7 +219,7 @@ // Setup var failureMechanism = new StrengthStabilityLengthwiseConstructionFailureMechanism(); - using (var view = new StrengthStabilityLengthwiseConstructionResultView(failureMechanism, failureMechanism.SectionResults)) + using (var view = new StrengthStabilityLengthwiseConstructionResultView(failureMechanism.SectionResults, failureMechanism)) { // Call bool closeForData = info.CloseForData(view, failureMechanism); @@ -235,7 +235,7 @@ // Setup var failureMechanism = new StrengthStabilityLengthwiseConstructionFailureMechanism(); - using (var view = new StrengthStabilityLengthwiseConstructionResultView(failureMechanism, failureMechanism.SectionResults)) + using (var view = new StrengthStabilityLengthwiseConstructionResultView(failureMechanism.SectionResults, failureMechanism)) { // Call bool closeForData = info.CloseForData(view, new StrengthStabilityLengthwiseConstructionFailureMechanism()); @@ -255,7 +255,7 @@ mocks.ReplayAll(); - using (var view = new StrengthStabilityLengthwiseConstructionResultView(failureMechanism, failureMechanism.SectionResults)) + using (var view = new StrengthStabilityLengthwiseConstructionResultView(failureMechanism.SectionResults, failureMechanism)) { // Call bool closeForData = info.CloseForData(view, failureMechanismContext); @@ -277,7 +277,7 @@ var failureMechanism = new StrengthStabilityLengthwiseConstructionFailureMechanism(); - using (var view = new StrengthStabilityLengthwiseConstructionResultView(failureMechanism, failureMechanism.SectionResults)) + using (var view = new StrengthStabilityLengthwiseConstructionResultView(failureMechanism.SectionResults, failureMechanism)) { // Call bool closeForData = info.CloseForData(view, failureMechanismContext);