Index: Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs =================================================================== diff -u -r638081278e33e132e3ffedd52fff0d6c00ab4728 -r4ab2b30a6dd91788b75a1c7e9db9e62ba053dea9 --- Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs (.../RingtoetsProjectTestHelper.cs) (revision 638081278e33e132e3ffedd52fff0d6c00ab4728) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs (.../RingtoetsProjectTestHelper.cs) (revision 4ab2b30a6dd91788b75a1c7e9db9e62ba053dea9) @@ -127,8 +127,8 @@ SetSectionResults(stabilityPointStructuresFailureMechanism.SectionResults, (StructuresCalculation) stabilityPointStructuresFailureMechanism.Calculations.First()); - AddSections(assessmentSection.MacrostabilityInwards); - SetSectionResults(assessmentSection.MacrostabilityInwards.SectionResults); + AddSections(assessmentSection.MacroStabilityInwards); + SetSectionResults(assessmentSection.MacroStabilityInwards.SectionResults); AddSections(assessmentSection.MacrostabilityOutwards); SetSectionResults(assessmentSection.MacrostabilityOutwards.SectionResults); AddSections(assessmentSection.Microstability);