Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/PropertyClasses/HeightStructuresInputContextPropertiesTest.cs =================================================================== diff -u -r979deccb3151fa44e67c26b79c4f6352437667dc -r93242409654d795796d14bc0d0fc640113b249d1 --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/PropertyClasses/HeightStructuresInputContextPropertiesTest.cs (.../HeightStructuresInputContextPropertiesTest.cs) (revision 979deccb3151fa44e67c26b79c4f6352437667dc) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/PropertyClasses/HeightStructuresInputContextPropertiesTest.cs (.../HeightStructuresInputContextPropertiesTest.cs) (revision 93242409654d795796d14bc0d0fc640113b249d1) @@ -56,8 +56,8 @@ private const int criticalOvertoppingDischargePropertyIndex = 8; private const int failureProbabilityStructureWithErosionPropertyIndex = 9; private const int foreshoreProfilePropertyIndex = 10; - private const int breakWaterPropertyIndex = 11; - private const int foreshoreGeometryPropertyIndex = 12; + private const int useBreakWaterPropertyIndex = 11; + private const int useForeshorePropertyIndex = 12; private const int modelFactorSuperCriticalFlowPropertyIndex = 13; private const int hydraulicBoundaryLocationPropertyIndex = 14; private const int stormDurationPropertyIndex = 15; @@ -249,8 +249,8 @@ Assert.AreEqual("Faalkans gegeven erosie bodem [1/jaar]", dynamicProperties[failureProbabilityStructureWithErosionPropertyIndex].DisplayName); Assert.AreEqual("Modelfactor overloopdebiet volkomen overlaat [-]", dynamicProperties[modelFactorSuperCriticalFlowPropertyIndex].DisplayName); Assert.AreEqual("Voorlandprofiel", dynamicProperties[foreshoreProfilePropertyIndex].DisplayName); - Assert.AreEqual("Dam", dynamicProperties[breakWaterPropertyIndex].DisplayName); - Assert.AreEqual("Voorlandgeometrie", dynamicProperties[foreshoreGeometryPropertyIndex].DisplayName); + Assert.AreEqual("Dam", dynamicProperties[useBreakWaterPropertyIndex].DisplayName); + Assert.AreEqual("Voorlandgeometrie", dynamicProperties[useForeshorePropertyIndex].DisplayName); Assert.AreEqual("Locatie met hydraulische randvoorwaarden", dynamicProperties[hydraulicBoundaryLocationPropertyIndex].DisplayName); Assert.AreEqual("Stormduur [uur]", dynamicProperties[stormDurationPropertyIndex].DisplayName);