Application.Ringtoets.Storage.Test

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- (Re)added the SourceType byte property in the entity => Create was never writing to this property. Added missing assert to maintain behaviour - Added resource string representations for the SoilProfileType => associated properties class can use the EnumTypeConverter instead of explicit returning strings with an if-else structure Related to Issue [WTI-1433]

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

Former-commit-id: a55d3e224480f04a30526a6245a75e6743f9fc73

Former-commit-id: c14ead5c2ea7e99492b6bf8281648e10bc1be400

    • -3
    • +8
    ./Create/Piping/PipingSoilProfileCreateExtensionsTest.cs
  1. … 10 more files in changeset.
Incorporated comments dev: - Moved validation logic from readers to transformers and RT datamodel (stochastic soil profiles, piping only): -- Added validation logic to determine whether the stochastic soil profiles are empty => If empty, exception Related to Issue [WTI-1340]

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

Former-commit-id: 10207106ad89bcf18173ad96dc33515ef9afdfe6

Former-commit-id: 90740578a43ce5bb34875e3231ca8fec36977b84

    • -2
    • +11
    ./Read/AssessmentSectionEntityReadExtensionsTest.cs
    • -0
    • +9
    ./Read/FailureMechanismEntityReadExtensionsTest.cs
    • -5
    • +16
    ./Read/StochasticSoilModelEntityReadExtensionsTest.cs
  1. … 8 more files in changeset.
Removed .Test reference in a test project Related to Issue [WTI-1340]

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

Former-commit-id: 943960bde822513b9b77998e44675ba969b38b8c

Former-commit-id: 33d08a6960157b6c92ad12b42a699bdf7c4eca31

    • -4
    • +0
    ./Application.Ringtoets.Storage.Test.csproj
Incorporated comments dev: - Cleaned up some files - Moved validation logic from readers to transformers and RT datamodel (stochastic soil profiles, Piping only): -- Moved StochasticSoilProfile property of the PipingStochasticSoilModel as a mandatory constructor argument -- Changed property from List to IEnumerable => provides readonly access of the collection -- Introduced additional test factory method --- Replaced explicit constructor calls with factory calls when possible

Related to Issue [WTI-1340]

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

Former-commit-id: 8cf27edcf482fb639d692d19f6840bb78219dc98

Former-commit-id: dbc10165755b4dc91a62d7f21e6749d2850ed2b3

    • -1
    • +1
    ./Create/Piping/PipingFailureMechanismCreateExtensionsTest.cs
    • -9
    • +3
    ./Create/Piping/PipingStochasticSoilModelCreateExtensionsTest.cs
    • -2
    • +0
    ./Read/AssessmentSectionEntityReadExtensionsTest.cs
    • -2
    • +0
    ./Read/FailureMechanismEntityReadExtensionsTest.cs
    • -1
    • +0
    ./Read/MacroStabilityInwards/MacroStabilityInwardsStochasticSoilProfileEntityReadExtensionsTest.cs
    • -3
    • +1
    ./Read/StochasticSoilModelEntityReadExtensionsTest.cs
  1. … 29 more files in changeset.
Incorporated comments dev: - Moved validation logic from readers to transformers and RT datamodel (stochastic soil profiles, MacroStabilityInwards only): -- Added validation logic to determine whether the stochastic soil profiles are empty => If empty, exception Related to Issue [WTI-1340]

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

Former-commit-id: da6fdf99b72f5f4507ca76cef500c9c5fe7953b3

Former-commit-id: 678db481bbd9a6b32e1dac26455628b63fa932ff

    • -0
    • +4
    ./Application.Ringtoets.Storage.Test.csproj
    • -2
    • +13
    ./Read/AssessmentSectionEntityReadExtensionsTest.cs
    • -0
    • +11
    ./Read/FailureMechanismEntityReadExtensionsTest.cs
    • -0
    • +1
    ./Read/MacroStabilityInwards/MacroStabilityInwardsSoilProfileTwoDEntityReadExtensionsTest.cs
    • -1
    • +1
    ./Read/MacroStabilityInwards/MacroStabilityInwardsStochasticSoilProfileEntityReadExtensionsTest.cs
    • -5
    • +17
    ./Read/StochasticSoilModelEntityReadExtensionsTest.cs
  1. … 14 more files in changeset.
Incorporated comments dev: - Moved validation logic from readers to transformers and RT datamodel (stochastic soil profiles, MacroStabilityInwards only): -- Moved StochasticSoilProfile property of the MacroStabilityInwardsStochasticSoilModel as a mandatory constructor argument -- Changed property from List to IEnumerable => provides readonly access of the collection -- Introduced additional test factory method --- Replaced explicit constructor calls with factory calls when possible

Related to Issue [WTI-1340]

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

Former-commit-id: 793e8b7ce8d28a571d22d61fd01a1c14280c75c6

Former-commit-id: 4ba95330a9300a647b62dfa413c36a5a581ee392

    • -17
    • +12
    ./Create/MacroStabilityInwards/MacroStabilityInwardsStochasticSoilModelCreateExtensionsTest.cs
    • -1
    • +1
    ./Read/StochasticSoilModelEntityReadExtensionsTest.cs
  1. … 31 more files in changeset.
Incorporated comments dev: - Moved validation logic from readers to transformers and RT datamodel (Piping only): -- Validates if the geometry is not empty and is not NULL -- Expanded test factory -- Replaced explicit constructor calls with test factory calls when possible -- Added additional tests for the transformers to verify behaviour

Related to Issue [WTI-1340]

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

Former-commit-id: bb6368c63b7448360bce377e2d29d1303b379d9c

Former-commit-id: 73622e310bf3c785e9bbc7acb4d2021bfc9a7674

    • -2
    • +4
    ./Create/Piping/PipingCalculationScenarioCreateExtensionsTest.cs
    • -2
    • +3
    ./Create/Piping/PipingFailureMechanismCreateExtensionsTest.cs
    • -10
    • +11
    ./Create/Piping/PipingStochasticSoilModelCreateExtensionsTest.cs
    • -3
    • +8
    ./Read/AssessmentSectionEntityReadExtensionsTest.cs
    • -3
    • +8
    ./Read/FailureMechanismEntityReadExtensionsTest.cs
    • -2
    • +8
    ./Read/Piping/PipingCalculationEntityReadExtensionsTest.cs
    • -4
    • +19
    ./Read/StochasticSoilModelEntityReadExtensionsTest.cs
  1. … 33 more files in changeset.
Incorporated comments dev: - Fixed failing tests on buildserver - Moved validation logic from readers to transformers and RT datamodel (Macrostability only): -- Introduced testfactories to create valid RT and Reader soil models (with geometry defined) -- Removed obsolete constructor Related to Issue [WTI-1340]

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

Former-commit-id: f2f84a442ab3fc8368459e5118dc2db35b5f9a4a

Former-commit-id: 62456eff75ae7a3761bf0a3b3d5ba34092394db1

    • -11
    • +17
    ./Create/MacroStabilityInwards/MacroStabilityInwardsStochasticSoilModelCreateExtensionsTest.cs
    • -3
    • +7
    ./Read/AssessmentSectionEntityReadExtensionsTest.cs
    • -3
    • +8
    ./Read/FailureMechanismEntityReadExtensionsTest.cs
    • -4
    • +21
    ./Read/StochasticSoilModelEntityReadExtensionsTest.cs
  1. … 29 more files in changeset.
Incorporated comments dev: - Cleaned up unused resources - Moved validation logic from the Reader to the transformers and respective RT data structures: -- Performed for the SoilModel: - Removed geometry validation in the reader, but: - Implemented for MacroStability only at this stage: -- Check if geometry is not empty Related to Issue [WTI-1340]

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

Former-commit-id: 31fb365b2611d19fafeef02d50d223c477b45431

Former-commit-id: 123d35eb149285fe827c58fb12bc95af78eb71ad

    • -2
    • +2
    ./Create/MacroStabilityInwards/MacroStabilityInwardsStochasticSoilModelCreateExtensionsTest.cs
  1. … 41 more files in changeset.
Incorporated comments dev: - Moved validation logic from the Reader to the transformers and respective RT data structures: -- Performed for the SoilProfile2D: => Amount of layers > 0 => All layer tops > bottom Moved to their respective transformers - Adjusted SoilProfile2D query to cope with files without soil layers - Added missing asserts for the 1D profiles => assert exception messages

Related to Issue [WTI-1340]

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

Former-commit-id: eacb5a09716a4f76ca79c990a88775a7ecfdcfd6

Former-commit-id: 22556b45a12fb6ebacd14366a6228ccb1a65a514

  1. … 12 more files in changeset.
Removed MacroStabilityInwardsSectionResultEntity.LayerTwoA from database Refactored MacroStabilityInwardsSectionResultEntityReadExtensionsTest.cs Removed redundant cast to RoundedDouble, since the MacroStabilityInwardsFailureMechanismSectionResult.AssessmentLayerThree is a double Related to Issue [WTI-1379]

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

Former-commit-id: 0b5b77b702e87bae619860a184111114b2996ef9

Former-commit-id: 5685148d8e3970f65ae9b63fc7001e92ac975e1c

    • -8
    • +48
    ./Read/MacroStabilityInwards/MacroStabilityInwardsSectionResultEntityReadExtensionsTest.cs
  1. … 8 more files in changeset.
Added XML serializer for tangent line (doubles) Related to Issue [WTI-1379]

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

Former-commit-id: 6df682be17f107ce9c8b0c920f1c83e08ffde7b5

Former-commit-id: 14d52cc8c25d7179b28c726de7a2a3d74e7d9fbf

    • -0
    • +1
    ./Application.Ringtoets.Storage.Test.csproj
    • -0
    • +61
    ./Serializers/TangentLinesXmlSerializerTest.cs
  1. … 3 more files in changeset.
Added class constrains to DataCollectionSerializer Added XMLDocs to DataCollectionSerializer Added XML serializer for MacroStabilityInwardsSlice Removed roundtrip tests with empty arrays in derived classes of DataCollectionSerializer (this is already tested in DataCollectionSerializerTest Fixed test name in RoughnessPointXmlSerializerTest Related to Issue [WTI-1379]

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

Former-commit-id: 0265913e7df0b7f9e925f5f770fd232bb76aebbd

Former-commit-id: 0080580ae7ba1f3757af66edf3a58b59651d6b9a

    • -0
    • +1
    ./Application.Ringtoets.Storage.Test.csproj
    • -0
    • +155
    ./Serializers/MacroStabilityInwardsSliceXmlSerializerTest.cs
    • -15
    • +0
    ./Serializers/Point2DXmlSerializerTest.cs
    • -15
    • +0
    ./Serializers/Point3DXmlSerializerTest.cs
    • -15
    • +0
    ./Serializers/RingXmlSerializerTest.cs
    • -16
    • +1
    ./Serializers/RoughnessPointXmlSerializerTest.cs
  1. … 3 more files in changeset.
Implement validation in the data model, add tests to data model and started adding tests to calculator services. Old tests have been adapted to create valid generalresult/faulttrees so they won't throw exceptions when creating them. Related to Issue [WTI-1391]

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

Former-commit-id: 50fbd65dee53f455a510032c25787207ef0332d9

Former-commit-id: 89df2cfd12e7ddc527716a82d3325da29e8bfaef

    • -3
    • +3
    ./Create/IllustrationPoints/TopLevelFaultTreeIllustrationPointCreateExtensionsTest.cs
  1. … 38 more files in changeset.
Review related changes Related to Issue [WTI-1378]

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

Former-commit-id: 364cf974ccb2fdf30c65347f32da73bdbe090465

Former-commit-id: 23d9c6c350030a289ed8c10551b655b62fd665e2

    • -4
    • +2
    ./Create/Piping/PipingSurfaceLineCreateExtensionsTest.cs
Review related changes Related to Issue [WTI-1378]

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

Former-commit-id: 260e6e991f9d78cc6e2b72ca84f426691ed68a16

Former-commit-id: 7857ad0c775ad8e78c7c3c99f6fa5119742de809

    • -3
    • +3
    ./Create/MacroStabilityInwards/MacroStabilityInwardsStochasticSoilModelCreateExtensionsTest.cs
    • -4
    • +3
    ./Create/Piping/PipingStochasticSoilModelCreateExtensionsTest.cs
    • -15
    • +21
    ./Read/MacroStabilityInwards/MacroStabilityInwardsStochasticSoilProfileEntityReadExtensionsTest.cs
    • -5
    • +1
    ./Read/Piping/PipingSoilProfileEntityReadExtensionsTest.cs
    • -1
    • +1
    ./Serializers/DataCollectionSerializerTest.cs
Incorporated comments review 2117 / Dev: - Changed API call => preconstruct objects and pass them to the preconsolidation stresses - Removed extra code -- Replaced explicit MacroStabilityInwardsPreconsolidationStress instantiation with test factory calls when possible Related to Issue [WTI-1341]

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

Former-commit-id: da5d653f8773b40921ba07d2155b7302cf52d4b2

Former-commit-id: 7ff7b218d3ff3bb48c514f6f44e4de7298e517fa

    • -4
    • +10
    ./Create/MacroStabilityInwards/MacroStabilityInwardsPreconsolidationStressCreateExtensionsTest.cs
  1. … 13 more files in changeset.
Renamed MacroStabilityInwardsSoillayerProperties to MacroStabilityInwardsSoilLayerData Related to Issue [WTI-1405]

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

Former-commit-id: efb603409d6e66a2cfc36ee672d2bf9a56b7015e

Former-commit-id: ba159dd7a7b3ec07e9994a05c9ba28ed02aee247

    • -25
    • +25
    ./Create/MacroStabilityInwards/MacroStabilityInwardsSoilLayer1DCreateExtensionsTest.cs
    • -25
    • +25
    ./Create/MacroStabilityInwards/MacroStabilityInwardsSoilLayer2DCreateExtensionsTest.cs
    • -32
    • +32
    ./IntegrationTests/StorageSqLiteIntegrationTest.cs
    • -20
    • +20
    ./Read/MacroStabilityInwards/MacroStabilityInwardsSoilLayerOneDEntityReadExtensionsTest.cs
    • -20
    • +20
    ./Read/MacroStabilityInwards/MacroStabilityInwardsSoilLayerTwoDEntityReadExtensionsTest.cs
    • -2
    • +2
    ./Read/MacroStabilityInwards/MacroStabilityInwardsSoilProfileOneDEntityReadExtensionsTest.cs
    • -1
    • +1
    ./Read/MacroStabilityInwards/MacroStabilityInwardsSoilProfileTwoDEntityReadExtensionsTest.cs
  1. … 49 more files in changeset.
Moved all soil related data from primitives to data project. Related to Issue [WTI-1405]

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

Former-commit-id: 804cef62d57d7ccaa28331db725110d49fbc6404

Former-commit-id: 84e1c9aeabe5b1dc3d7b61e8e598c5a0246e3cec

    • -3
    • +3
    ./Application.Ringtoets.Storage.Test.csproj
    • -1
    • +1
    ./Create/MacroStabilityInwards/MacroStabilityInwardsPreconsolidationStressCreateExtensionsTest.cs
    • -12
    • +12
    ./Create/MacroStabilityInwards/MacroStabilityInwardsSoilLayer1DCreateExtensionsTest.cs
    • -15
    • +16
    ./Create/MacroStabilityInwards/MacroStabilityInwardsSoilLayer2DCreateExtensionsTest.cs
    • -1
    • +2
    ./Create/MacroStabilityInwards/MacroStabilityInwardsStochasticSoilModelCreateExtensionsTest.cs
    • -2
    • +2
    ./Create/MacroStabilityInwards/MacroStabilityInwardsStochasticSoilProfileCreateExtensionsTest.cs
    • -1
    • +1
    ./Read/MacroStabilityInwards/MacroStabilityInwardsPreconsolidationStressEntityReadExtensionsTest.cs
    • -1
    • +1
    ./Read/MacroStabilityInwards/MacroStabilityInwardsSoilProfileOneDEntityReadExtensionsTest.cs
    • -1
    • +1
    ./Read/MacroStabilityInwards/MacroStabilityInwardsSoilProfileTwoDEntityReadExtensionsTest.cs
  1. … 128 more files in changeset.
Incorporated comments dev - Updated XMLDocs - Adjusted data model: -- Renamed properties to reduce repetition => PreconsolidationStress to stress -- Converted X and Y property to a Location property => RoundedDouble to Point2D object Related to Issue [WTI-1341]

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

Former-commit-id: 6a69232e3c8403bff520a2529400d5f25186b4d0

Former-commit-id: d196c00591a12abda9f58a46bf1af7b6e1cbe254

    • -3
    • +3
    ./Create/MacroStabilityInwards/MacroStabilityInwardsPreconsolidationStressCreateExtensionsTest.cs
    • -3
    • +3
    ./Read/MacroStabilityInwards/MacroStabilityInwardsPreconsolidationStressEntityReadExtensionsTest.cs
  1. … 21 more files in changeset.
Incorporated comments review 2110 - Updated XMLDoc - Adjusted test files to better assert behaviour -- Adjusted tests such that valid means are always provided Related to Issue [WTI-1341]

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

Former-commit-id: 8960921868397d83f257a1d55ac8dbea38e7725e

Former-commit-id: 42de2d44cd8a94e6afc6c4b0b750bf1a4b2c047d

    • -1
    • +1
    ./Create/MacroStabilityInwards/MacroStabilityInwardsStochasticSoilProfileCreateExtensionsTest.cs
  1. … 12 more files in changeset.
Merged revision(s) from branches/WTI-1405:

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

Former-commit-id: c2ff2fffe37502e7c54e59d945fc6c57bef51f27

Former-commit-id: 5eb1dfa07bc5572ad203e26cb586709878180b96

    • -48
    • +92
    ./Create/MacroStabilityInwards/MacroStabilityInwardsSoilLayer1DCreateExtensionsTest.cs
    • -48
    • +91
    ./Create/MacroStabilityInwards/MacroStabilityInwardsSoilLayer2DCreateExtensionsTest.cs
    • -16
    • +38
    ./IntegrationTests/StorageSqLiteIntegrationTest.cs
    • -44
    • +83
    ./Read/MacroStabilityInwards/MacroStabilityInwardsSoilLayerOneDEntityReadExtensionsTest.cs
    • -42
    • +80
    ./Read/MacroStabilityInwards/MacroStabilityInwardsSoilLayerTwoDEntityReadExtensionsTest.cs
  1. … 17 more files in changeset.
Added distribution for ShearStrengthRatio, StrengthIncreaseExponent and Pop on SoilLayerProperties. Related to Issue [WTI-1405]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/WTI-1405@11866 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 5ea132ee37a9f43abda84bf62308e933936fe178

Former-commit-id: 723984832f8beea582c4a7ebf738adc430289e76

    • -18
    • +36
    ./Create/MacroStabilityInwards/MacroStabilityInwardsSoilLayer1DCreateExtensionsTest.cs
    • -18
    • +36
    ./Create/MacroStabilityInwards/MacroStabilityInwardsSoilLayer2DCreateExtensionsTest.cs
    • -6
    • +15
    ./IntegrationTests/StorageSqLiteIntegrationTest.cs
    • -19
    • +31
    ./Read/MacroStabilityInwards/MacroStabilityInwardsSoilLayerOneDEntityReadExtensionsTest.cs
    • -22
    • +33
    ./Read/MacroStabilityInwards/MacroStabilityInwardsSoilLayerTwoDEntityReadExtensionsTest.cs
  1. … 11 more files in changeset.
Added distribution for FrictionAngle on SoilLayerProperties. Related to Issue [WTI-1405]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/WTI-1405@11864 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 18cab820735df9172ba08a8b13fb405ed1bacb12

Former-commit-id: c31eb8f8b42b5959ed2cccb37f9e672bb6db185a

    • -2
    • +5
    ./IntegrationTests/StorageSqLiteIntegrationTest.cs
    • -6
    • +12
    ./Read/MacroStabilityInwards/MacroStabilityInwardsSoilLayerOneDEntityReadExtensionsTest.cs
    • -6
    • +12
    ./Read/MacroStabilityInwards/MacroStabilityInwardsSoilLayerTwoDEntityReadExtensionsTest.cs
  1. … 12 more files in changeset.
Added distribution for Cohesion on SoilLayerProperties. Related to Issue [WTI-1405]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/WTI-1405@11862 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: dd3825803f73434108f26826d09b4b35628aeb1a

Former-commit-id: 99a92442a237a2d42a207469bd84b71c32f3aeed

    • -2
    • +5
    ./IntegrationTests/StorageSqLiteIntegrationTest.cs
    • -6
    • +12
    ./Read/MacroStabilityInwards/MacroStabilityInwardsSoilLayerOneDEntityReadExtensionsTest.cs
    • -6
    • +12
    ./Read/MacroStabilityInwards/MacroStabilityInwardsSoilLayerTwoDEntityReadExtensionsTest.cs
  1. … 11 more files in changeset.
Last review related cleanup Related to Issue [WTI-1378]

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

Former-commit-id: cbe71196ea52fd19255e4248fbbc7a52a1e4accd

Former-commit-id: fc265f308e7ba282843034353ae88aea9da3ed07

    • -1
    • +0
    ./Read/AssessmentSectionEntityReadExtensionsTest.cs
Incorporated comments review 2103 - Updated XMLDoc - Updated RT data model for the MacroStabilityInwardsPreconsolidationStress => Transforms coordinates to RoundedDoubles -- Updated affected tests with a .GetAccuracy call -- Removed RoundedDouble constructors in the properties

Related to Issue [WTI-1341]

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

Former-commit-id: dab906cd00c23f0eb277592fd2d82f0d2e47220f

Former-commit-id: 14b2f1c931492e300d5ee8741a06135d9cd21599

    • -2
    • +2
    ./Read/MacroStabilityInwards/MacroStabilityInwardsPreconsolidationStressEntityReadExtensionsTest.cs
  1. … 9 more files in changeset.
Added distribution for BelowPhreaticLevel on SoilLayerProperties. Related to Issue [WTI-1405]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/WTI-1405@11857 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 46813825a86ce07fc112dcb1466c9dff2b327060

Former-commit-id: 3c64b04b79d6983f66d4600a27f42b4156972228

    • -3
    • +6
    ./IntegrationTests/StorageSqLiteIntegrationTest.cs
    • -11
    • +17
    ./Read/MacroStabilityInwards/MacroStabilityInwardsSoilLayerOneDEntityReadExtensionsTest.cs
    • -8
    • +14
    ./Read/MacroStabilityInwards/MacroStabilityInwardsSoilLayerTwoDEntityReadExtensionsTest.cs
  1. … 11 more files in changeset.
Merged revision(s) 11817-11849 from trunk:

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/WTI-1405@11852 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 6221e1d14a4e5ca699e3e272f5c33a8337bd2e86

Former-commit-id: 6f2a9e477de86eca1b9e881ee091794f95da4aad

    • -0
    • +7
    ./IntegrationTests/StorageSqLiteIntegrationTest.cs
  1. … 5 more files in changeset.
Added distribution for AbovePhreaticLevel on SoilLayerProperties. Related to Issue [WTI-1405]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/WTI-1405@11849 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 64ca9376b88ec6b91e0b448cfd048ea72d76ef11

Former-commit-id: 04dc5a78163b9c4ff0c9cfcc191dda6271b68fa4

    • -3
    • +7
    ./IntegrationTests/StorageSqLiteIntegrationTest.cs
    • -10
    • +19
    ./Read/MacroStabilityInwards/MacroStabilityInwardsSoilLayerOneDEntityReadExtensionsTest.cs
    • -9
    • +18
    ./Read/MacroStabilityInwards/MacroStabilityInwardsSoilLayerTwoDEntityReadExtensionsTest.cs
  1. … 11 more files in changeset.