Index: Ringtoets/Common/test/Ringtoets.Common.Forms.Test/PropertyClasses/StructuresInputBasePropertiesTest.cs
===================================================================
diff -u -rb2b822ebf92f60fa73d2a92c951b31f4f4ffa03c -re324acaa49489a73dbde917b474c75c0760ff2fe
--- Ringtoets/Common/test/Ringtoets.Common.Forms.Test/PropertyClasses/StructuresInputBasePropertiesTest.cs (.../StructuresInputBasePropertiesTest.cs) (revision b2b822ebf92f60fa73d2a92c951b31f4f4ffa03c)
+++ Ringtoets/Common/test/Ringtoets.Common.Forms.Test/PropertyClasses/StructuresInputBasePropertiesTest.cs (.../StructuresInputBasePropertiesTest.cs) (revision e324acaa49489a73dbde917b474c75c0760ff2fe)
@@ -180,7 +180,7 @@
const string outputSettingsCategory = "Uitvoer";
PropertyDescriptorCollection dynamicProperties = PropertiesTestHelper.GetAllVisiblePropertyDescriptors(properties);
- Assert.AreEqual(16, dynamicProperties.Count);
+ Assert.AreEqual(15, dynamicProperties.Count);
PropertyDescriptor structureProperty = dynamicProperties[constructionProperties.StructurePropertyIndex];
Assert.IsFalse(structureProperty.IsReadOnly);
Index: Ringtoets/Common/test/Ringtoets.Common.IO.Test/test-data/StructureCalculationConfigurationWriter/structureCalculationWithAllParametersSet.xml
===================================================================
diff -u -r8c69debc66f9a059e09facd3ea41ded3e549d553 -re324acaa49489a73dbde917b474c75c0760ff2fe
--- Ringtoets/Common/test/Ringtoets.Common.IO.Test/test-data/StructureCalculationConfigurationWriter/structureCalculationWithAllParametersSet.xml (.../structureCalculationWithAllParametersSet.xml) (revision 8c69debc66f9a059e09facd3ea41ded3e549d553)
+++ Ringtoets/Common/test/Ringtoets.Common.IO.Test/test-data/StructureCalculationConfigurationWriter/structureCalculationWithAllParametersSet.xml (.../structureCalculationWithAllParametersSet.xml) (revision e324acaa49489a73dbde917b474c75c0760ff2fe)
@@ -30,10 +30,6 @@
22.2
2.1
-
- 322.2
- 91.2
-
1.2
3.4
Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/PropertyClasses/HeightStructuresInputContextProperties.cs
===================================================================
diff -u -r28141adef35144c8d3abc6d6088524022536cff7 -re324acaa49489a73dbde917b474c75c0760ff2fe
--- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/PropertyClasses/HeightStructuresInputContextProperties.cs (.../HeightStructuresInputContextProperties.cs) (revision 28141adef35144c8d3abc6d6088524022536cff7)
+++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/PropertyClasses/HeightStructuresInputContextProperties.cs (.../HeightStructuresInputContextProperties.cs) (revision e324acaa49489a73dbde917b474c75c0760ff2fe)
@@ -87,7 +87,6 @@
#region Model factors
- [DynamicVisible]
[PropertyOrder(modelFactorSuperCriticalFlowPropertyIndex)]
[TypeConverter(typeof(ExpandableObjectConverter))]
[ResourcesCategory(typeof(RingtoetsCommonFormsResources), nameof(RingtoetsCommonFormsResources.Categories_ModelSettings))]
Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.IO.Test/Configurations/HeightStructuresCalculationStochastAssignerTest.cs
===================================================================
diff -u -r1792e5f3cdef858303c5f9a838aabd0cf3842d2c -re324acaa49489a73dbde917b474c75c0760ff2fe
--- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.IO.Test/Configurations/HeightStructuresCalculationStochastAssignerTest.cs (.../HeightStructuresCalculationStochastAssignerTest.cs) (revision 1792e5f3cdef858303c5f9a838aabd0cf3842d2c)
+++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.IO.Test/Configurations/HeightStructuresCalculationStochastAssignerTest.cs (.../HeightStructuresCalculationStochastAssignerTest.cs) (revision e324acaa49489a73dbde917b474c75c0760ff2fe)
@@ -206,7 +206,7 @@
Action test = () => valid = assigner.Assign();
// Assert
- const string expectedMessage = "Er kan geen spreiding voor stochast 'modelfactor overloopdebiet volkomen overlaat' opgegeven worden. Berekening 'name' is overgeslagen.";
+ const string expectedMessage = "Er kan geen spreiding voor stochast 'modelfactoroverloopdebiet' opgegeven worden. Berekening 'name' is overgeslagen.";
TestHelper.AssertLogMessageWithLevelIsGenerated(test, Tuple.Create(expectedMessage, LogLevelConstant.Error));
Assert.IsFalse(valid);
}
Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.IO.Test/test-data/HeightStructuresCalculationConfigurationExporter/completeConfiguration.xml
===================================================================
diff -u -r8c69debc66f9a059e09facd3ea41ded3e549d553 -re324acaa49489a73dbde917b474c75c0760ff2fe
--- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.IO.Test/test-data/HeightStructuresCalculationConfigurationExporter/completeConfiguration.xml (.../completeConfiguration.xml) (revision 8c69debc66f9a059e09facd3ea41ded3e549d553)
+++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.IO.Test/test-data/HeightStructuresCalculationConfigurationExporter/completeConfiguration.xml (.../completeConfiguration.xml) (revision e324acaa49489a73dbde917b474c75c0760ff2fe)
@@ -29,16 +29,16 @@
2
0.1
-
- 1.1
-
0.2
0.01
6
+
+ 1.1
+
4.3
0.2
Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.IO.Test/test-data/HeightStructuresCalculationConfigurationExporter/configurationWithForeshoreProfile.xml
===================================================================
diff -u -rb518a61a87335ee85085ef4a35d4c54d229ae382 -re324acaa49489a73dbde917b474c75c0760ff2fe
--- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.IO.Test/test-data/HeightStructuresCalculationConfigurationExporter/configurationWithForeshoreProfile.xml (.../configurationWithForeshoreProfile.xml) (revision b518a61a87335ee85085ef4a35d4c54d229ae382)
+++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.IO.Test/test-data/HeightStructuresCalculationConfigurationExporter/configurationWithForeshoreProfile.xml (.../configurationWithForeshoreProfile.xml) (revision e324acaa49489a73dbde917b474c75c0760ff2fe)
@@ -9,12 +9,12 @@
true
-
- 1.1
-
6
+
+ 1.1
+
false
Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.IO.Test/test-data/HeightStructuresCalculationConfigurationExporter/configurationWithStructure.xml
===================================================================
diff -u -rb518a61a87335ee85085ef4a35d4c54d229ae382 -re324acaa49489a73dbde917b474c75c0760ff2fe
--- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.IO.Test/test-data/HeightStructuresCalculationConfigurationExporter/configurationWithStructure.xml (.../configurationWithStructure.xml) (revision b518a61a87335ee85085ef4a35d4c54d229ae382)
+++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.IO.Test/test-data/HeightStructuresCalculationConfigurationExporter/configurationWithStructure.xml (.../configurationWithStructure.xml) (revision e324acaa49489a73dbde917b474c75c0760ff2fe)
@@ -21,16 +21,16 @@
456.79
0.46
-
- 1.1
-
225.34
0.23
6
+
+ 1.1
+
234.57
0.23
Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.IO.Test/test-data/HeightStructuresCalculationConfigurationExporter/configurationWithUseBreakWater.xml
===================================================================
diff -u -rb518a61a87335ee85085ef4a35d4c54d229ae382 -re324acaa49489a73dbde917b474c75c0760ff2fe
--- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.IO.Test/test-data/HeightStructuresCalculationConfigurationExporter/configurationWithUseBreakWater.xml (.../configurationWithUseBreakWater.xml) (revision b518a61a87335ee85085ef4a35d4c54d229ae382)
+++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.IO.Test/test-data/HeightStructuresCalculationConfigurationExporter/configurationWithUseBreakWater.xml (.../configurationWithUseBreakWater.xml) (revision e324acaa49489a73dbde917b474c75c0760ff2fe)
@@ -9,12 +9,12 @@
false
-
- 1.1
-
6
+
+ 1.1
+
false
Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.IO.Test/test-data/HeightStructuresCalculationConfigurationExporter/folderWithSubfolderAndCalculation.xml
===================================================================
diff -u -r8c69debc66f9a059e09facd3ea41ded3e549d553 -re324acaa49489a73dbde917b474c75c0760ff2fe
--- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.IO.Test/test-data/HeightStructuresCalculationConfigurationExporter/folderWithSubfolderAndCalculation.xml (.../folderWithSubfolderAndCalculation.xml) (revision 8c69debc66f9a059e09facd3ea41ded3e549d553)
+++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.IO.Test/test-data/HeightStructuresCalculationConfigurationExporter/folderWithSubfolderAndCalculation.xml (.../folderWithSubfolderAndCalculation.xml) (revision e324acaa49489a73dbde917b474c75c0760ff2fe)
@@ -30,16 +30,16 @@
2
0.1
-
- 1.1
-
0.2
0.01
6
+
+ 1.1
+
4.3
0.2
@@ -50,12 +50,12 @@
-
- 1.1
- 0.14
-
0.2
0.01
@@ -41,6 +37,10 @@
6
0.22
+
+ 1.1
+ 0.14
+
4.3
0.2
Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.IO.Test/test-data/HeightStructuresCalculationConfigurationWriter/folderWithSubfolderAndCalculation.xml
===================================================================
diff -u -r8c69debc66f9a059e09facd3ea41ded3e549d553 -re324acaa49489a73dbde917b474c75c0760ff2fe
--- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.IO.Test/test-data/HeightStructuresCalculationConfigurationWriter/folderWithSubfolderAndCalculation.xml (.../folderWithSubfolderAndCalculation.xml) (revision 8c69debc66f9a059e09facd3ea41ded3e549d553)
+++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.IO.Test/test-data/HeightStructuresCalculationConfigurationWriter/folderWithSubfolderAndCalculation.xml (.../folderWithSubfolderAndCalculation.xml) (revision e324acaa49489a73dbde917b474c75c0760ff2fe)
@@ -30,10 +30,6 @@
2
0.1
-
- 1.1
- 0.14
-
0.2
0.01
@@ -42,6 +38,10 @@
6
0.22
+
+ 1.1
+ 0.14
+
4.3
0.2