Index: Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Forms.Test/PropertyClasses/ClosingStructuresInputContextPropertiesTest.cs =================================================================== diff -u -r998531f9b343d710490c006654050baa5fe052e8 -r069018f7dd77a94885b177e9b0b1e55bbe1c2494 --- Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Forms.Test/PropertyClasses/ClosingStructuresInputContextPropertiesTest.cs (.../ClosingStructuresInputContextPropertiesTest.cs) (revision 998531f9b343d710490c006654050baa5fe052e8) +++ Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Forms.Test/PropertyClasses/ClosingStructuresInputContextPropertiesTest.cs (.../ClosingStructuresInputContextPropertiesTest.cs) (revision 069018f7dd77a94885b177e9b0b1e55bbe1c2494) @@ -233,12 +233,6 @@ "Faalkans herstel van gefaalde situatie [1/jaar]", "Faalkans herstel van gefaalde situatie."); - PropertyDescriptor factorStormDurationOpenStructureProperty = dynamicProperties[verticalWallFactorStormDurationOpenStructurePropertyIndex]; - PropertiesTestHelper.AssertRequiredPropertyDescriptorProperties(factorStormDurationOpenStructureProperty, - modelSettingsCategory, - "Factor voor stormduur hoogwater [-]", - "Factor voor stormduur hoogwater gegeven geopend kunstwerk."); - PropertyDescriptor modelFactorSuperCriticalFlowProperty = dynamicProperties[verticalWallModelFactorSuperCriticalFlowPropertyIndex]; Assert.IsInstanceOf(modelFactorSuperCriticalFlowProperty.Converter); PropertiesTestHelper.AssertRequiredPropertyDescriptorProperties(modelFactorSuperCriticalFlowProperty, @@ -247,6 +241,12 @@ "Modelfactor voor het overloopdebiet over een volkomen overlaat.", true); + PropertyDescriptor factorStormDurationOpenStructureProperty = dynamicProperties[verticalWallFactorStormDurationOpenStructurePropertyIndex]; + PropertiesTestHelper.AssertRequiredPropertyDescriptorProperties(factorStormDurationOpenStructureProperty, + modelSettingsCategory, + "Factor voor stormduur hoogwater [-]", + "Factor voor stormduur hoogwater gegeven geopend kunstwerk."); + // Only check the order of the base properties Assert.AreEqual("Kunstwerk", dynamicProperties[verticalWallStructurePropertyIndex].DisplayName); Assert.AreEqual("Locatie (RD) [m]", dynamicProperties[verticalWallStructureLocationPropertyIndex].DisplayName); @@ -459,12 +459,6 @@ "Faalkans herstel van gefaalde situatie [1/jaar]", "Faalkans herstel van gefaalde situatie."); - PropertyDescriptor factorStormDurationOpenStructureProperty = dynamicProperties[lowSillFactorStormDurationOpenStructurePropertyIndex]; - PropertiesTestHelper.AssertRequiredPropertyDescriptorProperties(factorStormDurationOpenStructureProperty, - modelSettingsCategory, - "Factor voor stormduur hoogwater [-]", - "Factor voor stormduur hoogwater gegeven geopend kunstwerk."); - PropertyDescriptor modelFactorSuperCriticalFlowProperty = dynamicProperties[lowSillModelFactorSuperCriticalFlowPropertyIndex]; Assert.IsInstanceOf(modelFactorSuperCriticalFlowProperty.Converter); PropertiesTestHelper.AssertRequiredPropertyDescriptorProperties(modelFactorSuperCriticalFlowProperty, @@ -473,6 +467,12 @@ "Modelfactor voor het overloopdebiet over een volkomen overlaat.", true); + PropertyDescriptor factorStormDurationOpenStructureProperty = dynamicProperties[lowSillFactorStormDurationOpenStructurePropertyIndex]; + PropertiesTestHelper.AssertRequiredPropertyDescriptorProperties(factorStormDurationOpenStructureProperty, + modelSettingsCategory, + "Factor voor stormduur hoogwater [-]", + "Factor voor stormduur hoogwater gegeven geopend kunstwerk."); + // Only check the order of the base properties Assert.AreEqual("Kunstwerk", dynamicProperties[lowSillStructurePropertyIndex].DisplayName); Assert.AreEqual("Locatie (RD) [m]", dynamicProperties[lowSillStructureLocationPropertyIndex].DisplayName);