Index: Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Forms.Test/PropertyClasses/ClosingStructuresInputContextPropertiesTest.cs =================================================================== diff -u -re0f7280bd24ffe59c8972973f69f254980e40705 -rc57c24dac3c7897cbfc6532ba05add215fbe00a3 --- Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Forms.Test/PropertyClasses/ClosingStructuresInputContextPropertiesTest.cs (.../ClosingStructuresInputContextPropertiesTest.cs) (revision e0f7280bd24ffe59c8972973f69f254980e40705) +++ Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Forms.Test/PropertyClasses/ClosingStructuresInputContextPropertiesTest.cs (.../ClosingStructuresInputContextPropertiesTest.cs) (revision c57c24dac3c7897cbfc6532ba05add215fbe00a3) @@ -631,14 +631,6 @@ } [Test] - public void ModelFactorSuperCriticalFlow_MeanChanged_InputChangedAndObservablesNotified() - { - RoundedDouble newMean = new Random(21).NextRoundedDouble(); - SetPropertyAndVerifyNotificationsAndOutput( - properties => properties.ModelFactorSuperCriticalFlow.Mean = newMean); - } - - [Test] public void WidthFlowApertures_MeanChanged_InputChangedAndObservablesNotified() { RoundedDouble newMean = new Random(21).NextRoundedDouble(); @@ -663,6 +655,14 @@ } [Test] + public void ModelFactorSuperCriticalFlow_MeanChanged_InputChangedAndObservablesNotified() + { + RoundedDouble newMean = new Random(21).NextRoundedDouble(); + SetPropertyAndVerifyNotificationsAndOutput( + properties => properties.ModelFactorSuperCriticalFlow.Mean = newMean); + } + + [Test] public void DrainCoefficient_MeanChanged_InputChangedAndObservablesNotified() { RoundedDouble newMean = new Random(21).NextRoundedDouble(); Index: Ringtoets/Common/test/Ringtoets.Common.Forms.Test/PropertyClasses/StructuresInputBasePropertiesTest.cs =================================================================== diff -u -re0f7280bd24ffe59c8972973f69f254980e40705 -rc57c24dac3c7897cbfc6532ba05add215fbe00a3 --- Ringtoets/Common/test/Ringtoets.Common.Forms.Test/PropertyClasses/StructuresInputBasePropertiesTest.cs (.../StructuresInputBasePropertiesTest.cs) (revision e0f7280bd24ffe59c8972973f69f254980e40705) +++ Ringtoets/Common/test/Ringtoets.Common.Forms.Test/PropertyClasses/StructuresInputBasePropertiesTest.cs (.../StructuresInputBasePropertiesTest.cs) (revision c57c24dac3c7897cbfc6532ba05add215fbe00a3) @@ -809,14 +809,6 @@ } [Test] - public void ModelFactorSuperCriticalFlow_MeanChanged_InputChangedAndObservablesNotified() - { - RoundedDouble newMean = new Random(21).NextRoundedDouble(); - SetPropertyAndVerifyNotificationsAndOutput( - properties => properties.ModelFactorSuperCriticalFlow.Mean = newMean); - } - - [Test] public void FlowWidthAtBottomProtection_MeanChanged_InputChangedAndObservablesNotified() { RoundedDouble newMean = new Random(21).NextRoundedDouble(); Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/PropertyClasses/HeightStructuresInputContextPropertiesTest.cs =================================================================== diff -u -re0f7280bd24ffe59c8972973f69f254980e40705 -rc57c24dac3c7897cbfc6532ba05add215fbe00a3 --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/PropertyClasses/HeightStructuresInputContextPropertiesTest.cs (.../HeightStructuresInputContextPropertiesTest.cs) (revision e0f7280bd24ffe59c8972973f69f254980e40705) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/PropertyClasses/HeightStructuresInputContextPropertiesTest.cs (.../HeightStructuresInputContextPropertiesTest.cs) (revision c57c24dac3c7897cbfc6532ba05add215fbe00a3) @@ -326,6 +326,14 @@ } [Test] + public void ModelFactorSuperCriticalFlow_MeanChanged_InputChangedAndObservablesNotified() + { + RoundedDouble newMean = new Random(21).NextRoundedDouble(); + SetPropertyAndVerifyNotificationsAndOutput( + properties => properties.ModelFactorSuperCriticalFlow.Mean = newMean); + } + + [Test] public void LevelCrestStructure_MeanChanged_InputChangedAndObservablesNotified() { RoundedDouble newMean = new Random(21).NextRoundedDouble();