Index: Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.IO.Test/test-data/ClosingStructuresCalculationConfigurationExporter/completeConfiguration.xml =================================================================== diff -u -ref881721312166028ed88eaa21dfd1ee8a5cbba4 -r8c69debc66f9a059e09facd3ea41ded3e549d553 --- Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.IO.Test/test-data/ClosingStructuresCalculationConfigurationExporter/completeConfiguration.xml (.../completeConfiguration.xml) (revision ef881721312166028ed88eaa21dfd1ee8a5cbba4) +++ Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.IO.Test/test-data/ClosingStructuresCalculationConfigurationExporter/completeConfiguration.xml (.../completeConfiguration.xml) (revision 8c69debc66f9a059e09facd3ea41ded3e549d553) @@ -1,7 +1,7 @@  - Locatie1 + Locatie1 kunstwerk1 67.1 0.0001 Index: Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.IO.Test/test-data/ClosingStructuresCalculationConfigurationExporter/folderWithSubfolderAndCalculation.xml =================================================================== diff -u -rb518a61a87335ee85085ef4a35d4c54d229ae382 -r8c69debc66f9a059e09facd3ea41ded3e549d553 --- Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.IO.Test/test-data/ClosingStructuresCalculationConfigurationExporter/folderWithSubfolderAndCalculation.xml (.../folderWithSubfolderAndCalculation.xml) (revision b518a61a87335ee85085ef4a35d4c54d229ae382) +++ Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.IO.Test/test-data/ClosingStructuresCalculationConfigurationExporter/folderWithSubfolderAndCalculation.xml (.../folderWithSubfolderAndCalculation.xml) (revision 8c69debc66f9a059e09facd3ea41ded3e549d553) @@ -2,7 +2,7 @@ - Locatie1 + Locatie1 kunstwerk1 67.1 0.0001 Index: Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.IO.Test/test-data/ClosingStructuresCalculationConfigurationWriter/completeConfiguration.xml =================================================================== diff -u -ref881721312166028ed88eaa21dfd1ee8a5cbba4 -r8c69debc66f9a059e09facd3ea41ded3e549d553 --- Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.IO.Test/test-data/ClosingStructuresCalculationConfigurationWriter/completeConfiguration.xml (.../completeConfiguration.xml) (revision ef881721312166028ed88eaa21dfd1ee8a5cbba4) +++ Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.IO.Test/test-data/ClosingStructuresCalculationConfigurationWriter/completeConfiguration.xml (.../completeConfiguration.xml) (revision 8c69debc66f9a059e09facd3ea41ded3e549d553) @@ -1,7 +1,7 @@  - Locatie1 + Locatie1 kunstwerk1 67.1 0.0001 Index: Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.IO.Test/test-data/ClosingStructuresCalculationConfigurationWriter/folderWithSubfolderAndCalculation.xml =================================================================== diff -u -ref881721312166028ed88eaa21dfd1ee8a5cbba4 -r8c69debc66f9a059e09facd3ea41ded3e549d553 --- Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.IO.Test/test-data/ClosingStructuresCalculationConfigurationWriter/folderWithSubfolderAndCalculation.xml (.../folderWithSubfolderAndCalculation.xml) (revision ef881721312166028ed88eaa21dfd1ee8a5cbba4) +++ Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.IO.Test/test-data/ClosingStructuresCalculationConfigurationWriter/folderWithSubfolderAndCalculation.xml (.../folderWithSubfolderAndCalculation.xml) (revision 8c69debc66f9a059e09facd3ea41ded3e549d553) @@ -2,7 +2,7 @@ - Locatie1 + Locatie1 kunstwerk1 67.1 0.0001 Index: Ringtoets/Common/src/Ringtoets.Common.IO/Configurations/Export/StructureCalculationConfigurationWriter.cs =================================================================== diff -u -r2539713cb27674daed011f260add32abcaddb958 -r8c69debc66f9a059e09facd3ea41ded3e549d553 --- Ringtoets/Common/src/Ringtoets.Common.IO/Configurations/Export/StructureCalculationConfigurationWriter.cs (.../StructureCalculationConfigurationWriter.cs) (revision 2539713cb27674daed011f260add32abcaddb958) +++ Ringtoets/Common/src/Ringtoets.Common.IO/Configurations/Export/StructureCalculationConfigurationWriter.cs (.../StructureCalculationConfigurationWriter.cs) (revision 8c69debc66f9a059e09facd3ea41ded3e549d553) @@ -100,7 +100,7 @@ private void WriteParameters(T configuration, XmlWriter writer) { WriteElementWhenContentAvailable(writer, - ConfigurationSchemaIdentifiers.HydraulicBoundaryLocationElementOld, + ConfigurationSchemaIdentifiers.HydraulicBoundaryLocationElementNew, configuration.HydraulicBoundaryLocationName); WriteElementWhenContentAvailable(writer, ConfigurationSchemaIdentifiers.StructureElement, Index: Ringtoets/Common/test/Ringtoets.Common.IO.Test/test-data/StructureCalculationConfigurationWriter/structureCalculationWithAllParametersSet.xml =================================================================== diff -u -r0795b7c13c4e460b93e94ddeadbc7c74b04c08ea -r8c69debc66f9a059e09facd3ea41ded3e549d553 --- Ringtoets/Common/test/Ringtoets.Common.IO.Test/test-data/StructureCalculationConfigurationWriter/structureCalculationWithAllParametersSet.xml (.../structureCalculationWithAllParametersSet.xml) (revision 0795b7c13c4e460b93e94ddeadbc7c74b04c08ea) +++ Ringtoets/Common/test/Ringtoets.Common.IO.Test/test-data/StructureCalculationConfigurationWriter/structureCalculationWithAllParametersSet.xml (.../structureCalculationWithAllParametersSet.xml) (revision 8c69debc66f9a059e09facd3ea41ded3e549d553) @@ -1,7 +1,7 @@ - Belastingenlocatie + Belastingenlocatie Kunstwerk 5.6 2.1 Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.IO.Test/test-data/HeightStructuresCalculationConfigurationExporter/completeConfiguration.xml =================================================================== diff -u -ref881721312166028ed88eaa21dfd1ee8a5cbba4 -r8c69debc66f9a059e09facd3ea41ded3e549d553 --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.IO.Test/test-data/HeightStructuresCalculationConfigurationExporter/completeConfiguration.xml (.../completeConfiguration.xml) (revision ef881721312166028ed88eaa21dfd1ee8a5cbba4) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.IO.Test/test-data/HeightStructuresCalculationConfigurationExporter/completeConfiguration.xml (.../completeConfiguration.xml) (revision 8c69debc66f9a059e09facd3ea41ded3e549d553) @@ -1,7 +1,7 @@  - Locatie1 + Locatie1 kunstwerk1 67.1 1E-06 Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.IO.Test/test-data/HeightStructuresCalculationConfigurationExporter/folderWithSubfolderAndCalculation.xml =================================================================== diff -u -rb518a61a87335ee85085ef4a35d4c54d229ae382 -r8c69debc66f9a059e09facd3ea41ded3e549d553 --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.IO.Test/test-data/HeightStructuresCalculationConfigurationExporter/folderWithSubfolderAndCalculation.xml (.../folderWithSubfolderAndCalculation.xml) (revision b518a61a87335ee85085ef4a35d4c54d229ae382) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.IO.Test/test-data/HeightStructuresCalculationConfigurationExporter/folderWithSubfolderAndCalculation.xml (.../folderWithSubfolderAndCalculation.xml) (revision 8c69debc66f9a059e09facd3ea41ded3e549d553) @@ -2,7 +2,7 @@ - Locatie1 + Locatie1 kunstwerk1 67.1 1E-06 Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.IO.Test/test-data/HeightStructuresCalculationConfigurationWriter/completeConfiguration.xml =================================================================== diff -u -ref881721312166028ed88eaa21dfd1ee8a5cbba4 -r8c69debc66f9a059e09facd3ea41ded3e549d553 --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.IO.Test/test-data/HeightStructuresCalculationConfigurationWriter/completeConfiguration.xml (.../completeConfiguration.xml) (revision ef881721312166028ed88eaa21dfd1ee8a5cbba4) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.IO.Test/test-data/HeightStructuresCalculationConfigurationWriter/completeConfiguration.xml (.../completeConfiguration.xml) (revision 8c69debc66f9a059e09facd3ea41ded3e549d553) @@ -1,7 +1,7 @@  - Locatie1 + Locatie1 kunstwerk1 67.1 1E-06 Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.IO.Test/test-data/HeightStructuresCalculationConfigurationWriter/folderWithSubfolderAndCalculation.xml =================================================================== diff -u -ref881721312166028ed88eaa21dfd1ee8a5cbba4 -r8c69debc66f9a059e09facd3ea41ded3e549d553 --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.IO.Test/test-data/HeightStructuresCalculationConfigurationWriter/folderWithSubfolderAndCalculation.xml (.../folderWithSubfolderAndCalculation.xml) (revision ef881721312166028ed88eaa21dfd1ee8a5cbba4) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.IO.Test/test-data/HeightStructuresCalculationConfigurationWriter/folderWithSubfolderAndCalculation.xml (.../folderWithSubfolderAndCalculation.xml) (revision 8c69debc66f9a059e09facd3ea41ded3e549d553) @@ -2,7 +2,7 @@ - Locatie1 + Locatie1 kunstwerk1 67.1 1E-06 Index: Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.IO.Test/test-data/StabilityPointStructuresCalculationConfigurationExporter/completeConfiguration.xml =================================================================== diff -u -ref881721312166028ed88eaa21dfd1ee8a5cbba4 -r8c69debc66f9a059e09facd3ea41ded3e549d553 --- Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.IO.Test/test-data/StabilityPointStructuresCalculationConfigurationExporter/completeConfiguration.xml (.../completeConfiguration.xml) (revision ef881721312166028ed88eaa21dfd1ee8a5cbba4) +++ Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.IO.Test/test-data/StabilityPointStructuresCalculationConfigurationExporter/completeConfiguration.xml (.../completeConfiguration.xml) (revision 8c69debc66f9a059e09facd3ea41ded3e549d553) @@ -1,7 +1,7 @@  - Locatie1 + Locatie1 kunstwerk1 7 0.0001 Index: Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.IO.Test/test-data/StabilityPointStructuresCalculationConfigurationExporter/folderWithSubfolderAndCalculation.xml =================================================================== diff -u -rb518a61a87335ee85085ef4a35d4c54d229ae382 -r8c69debc66f9a059e09facd3ea41ded3e549d553 --- Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.IO.Test/test-data/StabilityPointStructuresCalculationConfigurationExporter/folderWithSubfolderAndCalculation.xml (.../folderWithSubfolderAndCalculation.xml) (revision b518a61a87335ee85085ef4a35d4c54d229ae382) +++ Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.IO.Test/test-data/StabilityPointStructuresCalculationConfigurationExporter/folderWithSubfolderAndCalculation.xml (.../folderWithSubfolderAndCalculation.xml) (revision 8c69debc66f9a059e09facd3ea41ded3e549d553) @@ -2,7 +2,7 @@ - Locatie1 + Locatie1 kunstwerk1 7 0.0001 Index: Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.IO.Test/test-data/StabilityPointStructuresCalculationConfigurationWriter/completeConfiguration.xml =================================================================== diff -u -ref881721312166028ed88eaa21dfd1ee8a5cbba4 -r8c69debc66f9a059e09facd3ea41ded3e549d553 --- Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.IO.Test/test-data/StabilityPointStructuresCalculationConfigurationWriter/completeConfiguration.xml (.../completeConfiguration.xml) (revision ef881721312166028ed88eaa21dfd1ee8a5cbba4) +++ Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.IO.Test/test-data/StabilityPointStructuresCalculationConfigurationWriter/completeConfiguration.xml (.../completeConfiguration.xml) (revision 8c69debc66f9a059e09facd3ea41ded3e549d553) @@ -1,7 +1,7 @@  - Locatie1 + Locatie1 kunstwerk1 6.6 3.3 Index: Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.IO.Test/test-data/StabilityPointStructuresCalculationConfigurationWriter/folderWithSubfolderAndCalculation.xml =================================================================== diff -u -ref881721312166028ed88eaa21dfd1ee8a5cbba4 -r8c69debc66f9a059e09facd3ea41ded3e549d553 --- Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.IO.Test/test-data/StabilityPointStructuresCalculationConfigurationWriter/folderWithSubfolderAndCalculation.xml (.../folderWithSubfolderAndCalculation.xml) (revision ef881721312166028ed88eaa21dfd1ee8a5cbba4) +++ Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.IO.Test/test-data/StabilityPointStructuresCalculationConfigurationWriter/folderWithSubfolderAndCalculation.xml (.../folderWithSubfolderAndCalculation.xml) (revision 8c69debc66f9a059e09facd3ea41ded3e549d553) @@ -2,7 +2,7 @@ - Locatie1 + Locatie1 kunstwerk1 6.6 3.3