Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/TreeNodeInfos/HeightStructuresInputContextTreeNodeInfoTest.cs =================================================================== diff -u -r6b6f344a9cf3e6c44b63320dfa3f5c828c4221d8 -r5d503cf8885ced4799e5ad44242038d99e04b162 --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/TreeNodeInfos/HeightStructuresInputContextTreeNodeInfoTest.cs (.../HeightStructuresInputContextTreeNodeInfoTest.cs) (revision 6b6f344a9cf3e6c44b63320dfa3f5c828c4221d8) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/TreeNodeInfos/HeightStructuresInputContextTreeNodeInfoTest.cs (.../HeightStructuresInputContextTreeNodeInfoTest.cs) (revision 5d503cf8885ced4799e5ad44242038d99e04b162) @@ -91,10 +91,9 @@ var assessmentSectionStub = mocksRepository.Stub(); mocksRepository.ReplayAll(); - var heightStructuresInputContext = new HeightStructuresInputContext( - new HeightStructuresInput(), - new HeightStructuresFailureMechanism(), - assessmentSectionStub); + var heightStructuresInputContext = new HeightStructuresInputContext(new HeightStructuresCalculation(), + new HeightStructuresFailureMechanism(), + assessmentSectionStub); // Call var text = info.Text(heightStructuresInputContext); @@ -110,10 +109,9 @@ var assessmentSectionStub = mocksRepository.Stub(); mocksRepository.ReplayAll(); - var heightStructuresInputContext = new HeightStructuresInputContext( - new HeightStructuresInput(), - new HeightStructuresFailureMechanism(), - assessmentSectionStub); + var heightStructuresInputContext = new HeightStructuresInputContext(new HeightStructuresCalculation(), + new HeightStructuresFailureMechanism(), + assessmentSectionStub); // Call var image = info.Image(heightStructuresInputContext);