Ringtoets.StabilityPointStructures.IO

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Reverted moving to Configurations folder for StabilityPointStructuresImporter Related to Issue [WTI-1166]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@9170 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 011da5627e2b9b98ad6dce9bef03e2b808d7a637

Former-commit-id: 7e357613c07144f74af3f03280327d49a19d757e

    • -216
    • +0
    ./Configurations/StabilityPointStructuresImporter.cs
    • -1
    • +1
    ./Ringtoets.StabilityPointStructures.IO.csproj
    • -0
    • +216
    ./StabilityPointStructuresImporter.cs
  1. … 5 more files in changeset.
Moved to Configurations folder Related to Issue [WTI-1166]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@9167 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 1d1746322985f1788764ef70d5dd328fb8077c60

Former-commit-id: e2a2af6519ef016fd8b56b4a346201cb7480220c

    • -39
    • +0
    ./ConfigurationStabilityPointStructuresInflowModelType.cs
    • -162
    • +0
    ./ConfigurationStabilityPointStructuresInflowModelTypeConverter.cs
    • -42
    • +0
    ./ConfigurationStabilityPointStructuresLoadSchematizationType.cs
    • -164
    • +0
    ./ConfigurationStabilityPointStructuresLoadSchematizationTypeConverter.cs
    • -0
    • +39
    ./Configurations/ConfigurationStabilityPointStructuresInflowModelType.cs
    • -0
    • +42
    ./Configurations/ConfigurationStabilityPointStructuresLoadSchematizationType.cs
    • -0
    • +162
    ./Configurations/Helpers/ConfigurationStabilityPointStructuresInflowModelTypeConverter.cs
    • -0
    • +164
    ./Configurations/Helpers/ConfigurationStabilityPointStructuresLoadSchematizationTypeConverter.cs
    • -0
    • +159
    ./Configurations/StabilityPointStructuresCalculationConfiguration.cs
    • -0
    • +160
    ./Configurations/StabilityPointStructuresCalculationConfigurationExporter.cs
    • -0
    • +188
    ./Configurations/StabilityPointStructuresCalculationConfigurationReader.cs
    • -0
    • +151
    ./Configurations/StabilityPointStructuresCalculationConfigurationWriter.cs
    • -0
    • +173
    ./Configurations/StabilityPointStructuresConfigurationSchemaIdentifiers.cs
    • -0
    • +216
    ./Configurations/StabilityPointStructuresImporter.cs
    • -160
    • +0
    ./Exporters/StabilityPointStructuresCalculationConfigurationExporter.cs
  1. … 20 more files in changeset.
Moved to Configurations folder in test Related to Issue [WTI-1166]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@9166 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 6dc7868215eaa6a4bd47b4da035bd8b97e203a81

Former-commit-id: 92ae4fb1fd9b3199741446c466c3030beb1391a4

    • -0
    • +3
    ./Ringtoets.StabilityPointStructures.IO.csproj
  1. … 15 more files in changeset.
Extended the StabilityPointStructuresCalculationConfigurationReader Related to Issue [WTI-1166]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@9144 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 30b5f5f3ae76cf3973e90eac946958a000e50794

Former-commit-id: a0fa7da47c4faf9153b64955300c91daf7294509

    • -1
    • +102
    ./Readers/StabilityPointStructuresCalculationConfigurationReader.cs
    • -55
    • +28
    ./Resources/KunstwerkenConstructiefFalenSchema.xsd
  1. … 59 more files in changeset.
Implemented first version of the StabilityPointStructuresCalculationConfigurationReader Related to Issue [WTI-1166]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@9129 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 0d5788de5aea21c88ac14d4d2052b1846ec3c78b

Former-commit-id: 7d89e669220baee54442ea9bf41c05077b0aae70

    • -0
    • +105
    ./Properties/Resources.Designer.cs
    • -0
    • +124
    ./Properties/Resources.resx
    • -0
    • +86
    ./Readers/StabilityPointStructuresCalculationConfigurationReader.cs
    • -0
    • +188
    ./Resources/KunstwerkenConstructiefFalenSchema.xsd
    • -1
    • +16
    ./Ringtoets.StabilityPointStructures.IO.csproj
  1. … 3 more files in changeset.
Set export of BermWidth to export StandardDeviation as well. Related to Issue [WTI-1165]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@9124 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 2fd8944bd0072f2ba606015c2f17b4e9c98537b6

Former-commit-id: ed552fe951b1a03866550e407b367c4e6a81cad7

    • -1
    • +1
    ./Exporters/StabilityPointStructuresCalculationConfigurationExporter.cs
  1. … 5 more files in changeset.
Set export of FlowVelocityStructureClosable to just Mean Related to Issue [WTI-1165]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@9123 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 5ed3f759494b2d50d0814414fb28cc352d9bd727

Former-commit-id: d3300af24498fe44a88edbadd7f1012f63b02ab9

    • -1
    • +1
    ./Exporters/StabilityPointStructuresCalculationConfigurationExporter.cs
  1. … 5 more files in changeset.
Updated StabilityPointStructuresCalculationConfigurationExporter to use Enum.IsDefined() to validate the enum has a valid value Related to Issue [WTI-1165]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@9116 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 09d4db954da58a9ff66dd52bd41edeb55c28dc79

Former-commit-id: b42bccbfc1755f2e3c61209595dc93200e3563d7

    • -4
    • +14
    ./Exporters/StabilityPointStructuresCalculationConfigurationExporter.cs
Extended StabilityPointStructuresCalculationConfigurationExporter and StabilityPointStructuresCalculationConfigurationWriter

Related to Issue [WTI-1165]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@9111 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 5c4d2500355027348e3795f33d1f45bbcfe19262

Former-commit-id: 8e1cf7a53d140293d95b03ff4c4e735d050dfa85

    • -4
    • +82
    ./Exporters/StabilityPointStructuresCalculationConfigurationExporter.cs
    • -0
    • +14
    ./Writers/StabilityPointStructuresCalculationConfigurationWriter.cs
  1. … 7 more files in changeset.
Added ConfigurationStabilityPointStructuresLoadSchematizationType and ConfigurationStabilityPointStructuresLoadSchematizationTypeConverter Added parameter to StabilityPointStructuresCalculationConfiguration: - ConfigurationStabilityPointStructuresLoadSchematizationType Related to Issue [WTI-1165]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@9106 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: b9b4d963518dd9717df192966d9d551c9725afb5

Former-commit-id: 9ba6e4b961ad8f110c035b4db64223c9c8643bb5

    • -2
    • +2
    ./ConfigurationStabilityPointStructuresInflowModelTypeConverter.cs
    • -0
    • +42
    ./ConfigurationStabilityPointStructuresLoadSchematizationType.cs
    • -0
    • +164
    ./ConfigurationStabilityPointStructuresLoadSchematizationTypeConverter.cs
    • -0
    • +2
    ./Ringtoets.StabilityPointStructures.IO.csproj
    • -0
    • +5
    ./StabilityPointStructuresCalculationConfiguration.cs
    • -4
    • +19
    ./StabilityPointStructuresConfigurationSchemaIdentifiers.cs
  1. … 4 more files in changeset.
Renamed ConfigurationInflowModelType to ConfigurationStabilityPointStructuresInflowModelType, because it is only relevant within the stability point structures failure mechanism Related to Issue [WTI-1165]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@9104 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: af56444c9e0f7c8801f18046edeaa3264e5a69a7

Former-commit-id: 97612d9f6523ca921c8d18f4c60cc79c825eebf7

    • -162
    • +0
    ./ConfigurationInflowModelTypeConverter.cs
    • -0
    • +39
    ./ConfigurationStabilityPointStructuresInflowModelType.cs
    • -0
    • +162
    ./ConfigurationStabilityPointStructuresInflowModelTypeConverter.cs
    • -2
    • +2
    ./Ringtoets.StabilityPointStructures.IO.csproj
    • -1
    • +1
    ./StabilityPointStructuresCalculationConfiguration.cs
    • -2
    • +2
    ./Writers/StabilityPointStructuresCalculationConfigurationWriter.cs
  1. … 5 more files in changeset.
Extended StabilityPointStructuresCalculationConfigurationExporter with a configured sparse configuration. Added properties for StabilityPointStructuresCalculationConfiguration: - DrainCoefficient - FactorStormDurationOpenStructure - VolumicWeightWater Related to Issue [WTI-1165]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@9098 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: b6611f76bfbf9dec2a185d70e09c59d2979be8b9

Former-commit-id: d244ee86ee4289c430d3a594f5cc523bd80ea60c

    • -1
    • +13
    ./Exporters/StabilityPointStructuresCalculationConfigurationExporter.cs
    • -0
    • +15
    ./StabilityPointStructuresCalculationConfiguration.cs
    • -0
    • +15
    ./StabilityPointStructuresConfigurationSchemaIdentifiers.cs
    • -0
    • +9
    ./Writers/StabilityPointStructuresCalculationConfigurationWriter.cs
  1. … 7 more files in changeset.
First implementation of StabilityPointStructuresCalculationConfigurationExporter Moved StabilityPointStructuresCalculationConfigurationWriter to Writers folder. Related to Issue [WTI-1165]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@9092 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: f68c17ef69e7248468c7d9fb403958d70588f633

Former-commit-id: b991c33f385ed2ff19d9c5b8a7827bdd7d72223a

    • -0
    • +60
    ./Exporters/StabilityPointStructuresCalculationConfigurationExporter.cs
    • -127
    • +0
    ./Exporters/StabilityPointStructuresCalculationConfigurationWriter.cs
    • -4
    • +3
    ./Ringtoets.StabilityPointStructures.IO.csproj
    • -0
    • +127
    ./Writers/StabilityPointStructuresCalculationConfigurationWriter.cs
  1. … 4 more files in changeset.
Extended StabilityPointStructuresCalculationConfigurationWriter and test Fixed StabilityPointStructuresCalculationConfiguration.ConfigurationInflowModelType is nullable and therefore, does not have a default value. Related to Issue [WTI-1165]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@9087 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: b5c3847d3282ce37c81e4abeb2687356672cb08c

Former-commit-id: 646f40026e7deec466a65e470798894f6a525124

    • -0
    • +48
    ./Exporters/StabilityPointStructuresCalculationConfigurationWriter.cs
    • -1
    • +1
    ./StabilityPointStructuresCalculationConfiguration.cs
  1. … 5 more files in changeset.
Added to StabilityPointStructuresCalculationConfiguration: - StabilityLinearLoadModel - StabilityQuadraticLoadModel - ThresholdHeightOpenWeir - VerticalDistance Related to Issue [WTI-1165]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@9084 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 0c00e12c107c9195381c23ffaf4e7986c34a5a94

Former-commit-id: 4d6182d6c67e1d219738c48be26c884aafed8af1

    • -0
    • +20
    ./StabilityPointStructuresCalculationConfiguration.cs
    • -0
    • +20
    ./StabilityPointStructuresConfigurationSchemaIdentifiers.cs
  1. … 2 more files in changeset.
Added to StabilityPointStructuresCalculationConfiguration: - InsideWaterLevelFailureConstruction - LevelCrestStructure - LevellingCount - ProbabilityCollisionSecondaryStructure - ShipMass - ShipVelocity Related to Issue [WTI-1165]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@9083 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: b52f6c4280a8e1a3df8da64bcf5eaab56dacc2de

Former-commit-id: ec25fbb581b43c5f63e20c23cb49be48045be240

    • -0
    • +30
    ./StabilityPointStructuresCalculationConfiguration.cs
    • -0
    • +30
    ./StabilityPointStructuresConfigurationSchemaIdentifiers.cs
  1. … 2 more files in changeset.
Added InsideWaterLevel to StabilityPointStructuresCalculationConfiguration Related to Issue [WTI-1165]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@9082 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 2cb056e33f59a09c6ae1ca754aad92458758c762

Former-commit-id: de268301eacd36cd820513d00b525253280446ad

    • -0
    • +5
    ./StabilityPointStructuresCalculationConfiguration.cs
    • -0
    • +5
    ./StabilityPointStructuresConfigurationSchemaIdentifiers.cs
  1. … 2 more files in changeset.
Added InflowModelType to StabilityPointStructuresCalculationConfiguration Related to Issue [WTI-1165]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@9080 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: c7e750bfd3de48b5b6c423a1568d3b6b12d32e94

Former-commit-id: 0d02b87173e11c4063a85123c75b2d83399de970

    • -0
    • +5
    ./StabilityPointStructuresCalculationConfiguration.cs
  1. … 1 more file in changeset.
Added ConfigurationInflowModelType, which is an 'in between' class between the ConfigurationInflowModelType and the XML representation of ConfigurationInflowModelType Related to Issue [WTI-1165]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@9078 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 8562c5aaf8102eeeafe7f2f6c0e2f890f17d34eb

Former-commit-id: e044e31f1ae1f88d6e1aac75e7c9c12600a18a41

    • -0
    • +39
    ./ConfigurationInflowModelType.cs
    • -0
    • +162
    ./ConfigurationInflowModelTypeConverter.cs
    • -0
    • +2
    ./Ringtoets.StabilityPointStructures.IO.csproj
    • -0
    • +19
    ./StabilityPointStructuresConfigurationSchemaIdentifiers.cs
  1. … 3 more files in changeset.
Extended StabilityPointStructuresCalculationConfigurationWriter

Related to Issue [WTI-1165]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@9074 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 4e52fe9863db624b03e4bc8b0cb30d634e9244e5

Former-commit-id: 5adfeb49c8b102d61bce42e9016e4f450d5b47f5

    • -1
    • +7
    ./Exporters/StabilityPointStructuresCalculationConfigurationWriter.cs
    • -0
    • +10
    ./StabilityPointStructuresCalculationConfiguration.cs
    • -1
    • +11
    ./StabilityPointStructuresConfigurationSchemaIdentifiers.cs
  1. … 2 more files in changeset.
Extended StabilityPointStructuresCalculationConfigurationWriter Related to Issue [WTI-1165]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@9073 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: b5c4794cd90f7fe8a87057a8510aa7e7ed8711b3

Former-commit-id: 45136e5af7572a09260d0236eb59de5549758c05

    • -0
    • +19
    ./Exporters/StabilityPointStructuresCalculationConfigurationWriter.cs
    • -0
    • +25
    ./StabilityPointStructuresCalculationConfiguration.cs
    • -0
    • +25
    ./StabilityPointStructuresConfigurationSchemaIdentifiers.cs
  1. … 2 more files in changeset.
Added StabilityPointStructuresCalculationConfigurationWriter and StabilityPointStructuresConfigurationSchemaIdentifiers Related to Issue [WTI-1165]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@9068 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: df52b00a5d5431a879bd3d8d5d51add6c8c409ba

Former-commit-id: f53870b07a442fb76b868c61d6989db5a32b02f3

    • -0
    • +54
    ./Exporters/StabilityPointStructuresCalculationConfigurationWriter.cs
    • -1
    • +3
    ./Ringtoets.StabilityPointStructures.IO.csproj
    • -0
    • +5
    ./StabilityPointStructuresCalculationConfiguration.cs
    • -0
    • +34
    ./StabilityPointStructuresConfigurationSchemaIdentifiers.cs
  1. … 4 more files in changeset.
Added StabilityPointStructuresCalculationConfiguration Updated XMLdoc and added test for HeightStructuresCalculationConfiguration(null) Related to Issue [WTI-1165]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@9064 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: dc7189dc52ed72af938ff3cf0a54154440fa881a

Former-commit-id: 4640876bfb08879581fec06dede3a1ecc617b853

    • -1
    • +5
    ./Ringtoets.StabilityPointStructures.IO.csproj
    • -0
    • +39
    ./StabilityPointStructuresCalculationConfiguration.cs
  1. … 4 more files in changeset.
Moved StabilityPointStructuresImporter to newly created folder Importers Related to Issue [WTI-1165]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@9062 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 258d11471dcc76f5458840d32cd1c99ad426a0ec

Former-commit-id: d341f1c88d3f402f118a194c3ad8b9e9ff766162

    • -0
    • +214
    ./Importers/StabilityPointStructuresImporter.cs
    • -1
    • +2
    ./Ringtoets.StabilityPointStructures.IO.csproj
    • -215
    • +0
    ./StabilityPointStructuresImporter.cs
  1. … 5 more files in changeset.
Merged revision(s) 7781-7782, 7784 from branches/Release/16_4: * Reformatted C# 6.0 code to code patterns compatible before C# 6.0 Related to Issue [WTI 1058]

........

Removed *FlowVelocityStructureClosable*.CoefficientOfVariation from importer (it's a static value now)

Removed *FlowVelocityStructureClosable*.CoefficientOfVariation from import validation

Fixed default (test) value of *FlowVelocityStructureClosable*.CoefficientOfVariation, which will fix the failing tests

Related to Issue [WTI-1102]

........

Fixed two ignored tests

Related to Issue [WTI-1102]

........

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7801 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 588bb9b0adec0feaa568bbf517f3726c3e8e4de8

Former-commit-id: e3361e1132cb036963038ee08f44ebc52b01456a

  1. … 2 more files in changeset.
Merged revision(s) 7778 from branches/Release/16_4: Changed type of *FlowVelocityStructureClosable* (Kritieke stroomsnelheid sluiting eerste keermiddel [m/s]) from StandardDeviation to CoefficientOfVariation note: storage change (names of the columns) has not yet been executed Related to Issue [WTI-1102]

........

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7798 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 2b9c3872e753605401b96fde29479091f2294d1f

Former-commit-id: 665c1b2273c709c49ddd7a6e889ad167b0bcc860

  1. … 23 more files in changeset.
Merged revision(s) 7773 from branches/Release/16_4: Changed type of *WidthFlowApertures* (Breedte van doorstroomopening) from CoefficientOfVariation to StandardDeviation note: storage change (names of the columns) has not yet been executed

Removed Application.Ringtoets/Application.Ringtoets.csproj post build action, which was needed for MSBuild2015

........

Related to Issue [WTI-1102]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7794 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 342282b213d520bc60ebd90113af4ab47b1c929d

Former-commit-id: 91abb8a151c800d1c462c52940cdfb3a8c7bb08d

  1. … 70 more files in changeset.
Removed *FlowVelocityStructureClosable*.CoefficientOfVariation from importer (it's a static value now) Removed *FlowVelocityStructureClosable*.CoefficientOfVariation from import validation Fixed default (test) value of *FlowVelocityStructureClosable*.CoefficientOfVariation, which will fix the failing tests Related to Issue [WTI-1102]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/Release/16_4@7782 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 64e2dfbc1921206d59b95e3846c9f1a5149392df

Former-commit-id: 8e2573c9c068c922f9baaaf740d430c325249c6f

  1. … 4 more files in changeset.
Changed type of *FlowVelocityStructureClosable* (Kritieke stroomsnelheid sluiting eerste keermiddel [m/s]) from StandardDeviation to CoefficientOfVariation note: storage change (names of the columns) has not yet been executed Related to Issue [WTI-1102]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/Release/16_4@7778 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 88a2b6f8764b434a8526b9ea46efcd1f3b3bdaf6

Former-commit-id: d78ee992382186f1a5cf25eb1bdc9081a8c950d3

  1. … 23 more files in changeset.
Changed type of *WidthFlowApertures* (Breedte van doorstroomopening) from CoefficientOfVariation to StandardDeviation note: storage change (names of the columns) has not yet been executed

Removed Application.Ringtoets/Application.Ringtoets.csproj post build action, which was needed for MSBuild2015

Related to Issue [WTI-1102]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/Release/16_4@7773 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 9a076019f5caf170d779ad16f8f1c8188e9a39a3

Former-commit-id: 068fa68d9844c31b4cd81c4ff74cb1f47ab2d245

  1. … 60 more files in changeset.