Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
* Removed TestPipingOutput. * Introduced PipingOutputTestFactory. * Fixed updating problem in PipingScenarioView. WTI-1588

    • -9
    • +9
    ./PipingSurfaceLineUpdateDataStrategyTest.cs
  1. … 35 more files in changeset.
Removed SemiProbabilisticOutput from piping calculation. WTI-1581

    • -14
    • +7
    ./PipingSurfaceLineUpdateDataStrategyTest.cs
  1. … 10 more files in changeset.
Removed SemiProbabilisticOutput from piping calculation. WTI-1581

    • -14
    • +7
    ./PipingSurfaceLineUpdateDataStrategyTest.cs
  1. … 10 more files in changeset.
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
    ./PipingStochasticSoilModelReplaceDataStrategyTest.cs
    • -29
    • +52
    ./PipingStochasticSoilModelUpdateDataStrategyTest.cs
    • -50
    • +26
    ./PipingSurfaceLineUpdateDataStrategyTest.cs
  1. … 32 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

    • -5
    • +6
    ./PipingStochasticSoilModelUpdateDataStrategyTest.cs
    • -56
    • +44
    ./PipingSurfaceLineUpdateDataStrategyTest.cs
  1. … 40 more files in changeset.
Added testutil projects for test classes / factories of Primitives in Piping and MacroStability - Moved primitive related test objects / factories to the correct namespace for piping - Added NUnit to the projects - Cleaned up unused references Related to Issue [WTI-1341]

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

Former-commit-id: 1af5be0c33349cdf757bff781006863330bb680f

Former-commit-id: 4f8109c324e32ba0a1b8810ec7c36361e2ede475

    • -1
    • +1
    ./PipingStochasticSoilModelUpdateDataStrategyTest.cs
    • -0
    • +1
    ./PipingSurfaceLineUpdateDataStrategyTest.cs
  1. … 36 more files in changeset.
Incorporated comments review 2082: - Included type checks for Equals methods - Cleaned up TreeNodeInfo tests for Piping and Macro - Added NULL check for the target collection in the ReplaceDataStrategyBase - Removed obsolete test files Related to Issue [WTI-1340]

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

Former-commit-id: 27eb01ae375018dcaa9126b558b9329d826fe2b1

Former-commit-id: 030f2fefc195cf6b498a76b7907fc74e4123c3b2

    • -2
    • +2
    ./PipingStochasticSoilModelReplaceDataStrategyTest.cs
  1. … 20 more files in changeset.
Incorporated comments review 2049: - Changed RoundedDouble asserts from Assert.AreEqual(x, y.Value) to .AreEqual(x, y, y.GetAccuracy()) for Piping and MacrosStability Related to Issue [WTI-1292]

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

Former-commit-id: 93a9484fe795d40f4d781fe5f7aa2723e572e6f5

Former-commit-id: 4f49726b0f91fdeab934d8205d76accb94944464

    • -1
    • +2
    ./PipingSurfaceLineUpdateDataStrategyTest.cs
  1. … 11 more files in changeset.
Review related changes: - Added *Piping* prefix - Added missing tests for property info Related to Issue [WTI-1343]

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

Former-commit-id: 8e0e4133074a31bec656a2e485041221224ef91b

Former-commit-id: 04a02fc67fc5d95d12a50160a1596bbe951f34dc

    • -0
    • +83
    ./PipingStochasticSoilModelImporterConfigurationFactoryTest.cs
    • -83
    • +0
    ./StochasticSoilModelImporterConfigurationFactoryTest.cs
  1. … 34 more files in changeset.
For Piping, - Moved surfaceline classes to folder *Surfacelines* - Moved soil model classes to folder *SoilProfile* Related to Issue [WTI-1343]

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

Former-commit-id: 88ddb75820ed566988268850ccce7e14f9fcead3

Former-commit-id: c97fb010afda1087b8ee135c59b1f8b919163bf0

    • -1
    • +1
    ./StochasticSoilModelImporterConfigurationFactoryTest.cs
    • -1
    • +1
    ./SurfaceLinesCsvImporterConfigurationFactoryTest.cs
  1. … 32 more files in changeset.
Initialized MechanismSurfaceLineBase.Name from constructor and added check for Null Related to Issue [WTI-1343]

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

Former-commit-id: 2e9213487250cbc814b3b91307890cf7b5979f23

Former-commit-id: 1af404f013ac6e0a765c468b3c13ec22aa80a186

    • -18
    • +6
    ./PipingSurfaceLineReplaceDataStrategyTest.cs
    • -89
    • +24
    ./PipingSurfaceLineUpdateDataStrategyTest.cs
  1. … 98 more files in changeset.
Refactored such that TestPipingSoilProfile is replaced by PipingSoilProfileTestFactory Removed TestPipingSoilProfile and TestPipingSoilProfileTest Updated XMLdoc Related to Issue [WTI-1343]

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

Former-commit-id: b93aee9fdf473e06f7ebe6688e61524de9bcd925

Former-commit-id: 8b99185fd3f10ccde82b0dbfdc5fcbf64c5697a0

    • -1
    • +1
    ./PipingStochasticSoilModelUpdateDataStrategyTest.cs
  1. … 22 more files in changeset.
Renamed PipingSoilProfile.SoilProfileType to PipingSoilProfile.SoilProfileSourceType Related to Issue [WTI-1343]

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

Former-commit-id: d60436f8bab80595d32c7ce042b3b858349fdb56

Former-commit-id: 9c860f686e38eb9e5c49787906bfed35264090ba

    • -1
    • +1
    ./PipingStochasticSoilModelUpdateDataStrategyTest.cs
  1. … 12 more files in changeset.
Removed 'database id' from PipingSoilProfile Related to Issue [WTI-1343]

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

Former-commit-id: a52ff6f6f0456d2690a53f6788e8d22a3d2e5d11

Former-commit-id: cf760532ddcd32c80aa33bad404e2774959ffd2f

    • -2
    • +1
    ./PipingStochasticSoilModelUpdateDataStrategyTest.cs
  1. … 33 more files in changeset.
Merged back to trunk Related to Issue [WTI-1343]

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

Former-commit-id: 8d38d0cfa5614fa51edcad7c422a8cda51ea6dd3

Former-commit-id: e8e09d7f5a02c59baf786142df4a1ffe8aae4202

    • -0
    • +230
    ./PipingStochasticSoilModelReplaceDataStrategyTest.cs
    • -0
    • +499
    ./PipingStochasticSoilModelUpdateDataStrategyTest.cs
    • -17
    • +18
    ./PipingSurfaceLineUpdateDataStrategyTest.cs
    • -0
    • +83
    ./StochasticSoilModelImporterConfigurationFactoryTest.cs
    • -224
    • +0
    ./StochasticSoilModelReplaceDataStrategyTest.cs
    • -503
    • +0
    ./StochasticSoilModelUpdateDataStrategyTest.cs
  1. … 171 more files in changeset.
Fixed tests Changed StochasticSoilModelImporter such that when Stochstic soil model is read with an incorrect Probability will NOT result in a failed import (just a warning instead) Added ArgumentNullException where it was expected

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

Former-commit-id: 08f0c5a4b30b5bb4b7800fba5c78eed6230fa325

Former-commit-id: c2d45d47b4005f6d871f03b31e4a7030fb497d22

    • -2
    • +2
    ./StochasticSoilModelImporterConfigurationFactoryTest.cs
  1. … 8 more files in changeset.
Refactored tests to use PipingStochasticSoilModel

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

Former-commit-id: 5de193ab6f3c1f04878adef0225ba159194e3432

Former-commit-id: 2fd59bfc6be7340cbdf145f728090caff050b10f

    • -17
    • +18
    ./PipingSurfaceLineUpdateDataStrategyTest.cs
  1. … 11 more files in changeset.
Updated source such that PipingStochasticSoilModel is used instead of StochasticSoilModel Added XMLDoc to PipingCalculationEntityReadExtensions

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

Former-commit-id: 2de3149e643e206b2388da44f7fdd34eb4ca5ee9

Former-commit-id: 201d01a556889a530287570d4112946d49612cf6

    • -0
    • +230
    ./PipingStochasticSoilModelReplaceDataStrategyTest.cs
    • -0
    • +499
    ./PipingStochasticSoilModelUpdateDataStrategyTest.cs
    • -0
    • +83
    ./StochasticSoilModelImporterConfigurationFactoryTest.cs
    • -224
    • +0
    ./StochasticSoilModelReplaceDataStrategyTest.cs
    • -503
    • +0
    ./StochasticSoilModelUpdateDataStrategyTest.cs
  1. … 86 more files in changeset.
Review related changes Related to Issue [WTI-1311]

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

Former-commit-id: ad5590e230191cdc4e680263f816ed99ea3331ca

Former-commit-id: 7ed564d3b347eb425f5eb0dc71d2690acdc3fd2b

    • -2
    • +2
    ./StochasticSoilModelUpdateDataStrategyTest.cs
  1. … 88 more files in changeset.
Rename related changes Related to Issue [WTI-1289]

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

Former-commit-id: 92048a8ec9e185731a056949d5bf655f39519647

Former-commit-id: 0d1dafb90d09cff5e7ba9fb7f05d721ba389008c

    • -2
    • +2
    ./PipingSurfaceLineReplaceDataStrategyTest.cs
    • -0
    • +1370
    ./PipingSurfaceLineUpdateDataStrategyTest.cs
    • -1370
    • +0
    ./RingtoetsPipingSurfaceLineUpdateDataStrategyTest.cs
  1. … 70 more files in changeset.
Renamed RingtoetsPipingSurfaceLine to PipingSurfaceLine Related to Issue [WTI-1289]

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

Former-commit-id: 44625899e5ec1f895255bb80a4681e2e7e024bc5

Former-commit-id: a96b95d95796b665ec69d9f16e94467d265dabc0

    • -12
    • +12
    ./PipingSurfaceLineReplaceDataStrategyTest.cs
    • -64
    • +64
    ./RingtoetsPipingSurfaceLineUpdateDataStrategyTest.cs
    • -2
    • +2
    ./SurfaceLinesCsvImporterConfigurationFactoryTest.cs
  1. … 111 more files in changeset.
Review related changes Related to Issue [WTI-1289]

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

Former-commit-id: ea4117e84b9c803f229aa1ae9d0215788db60db0

Former-commit-id: 5452160178d7ce868e949a2cc436f30954916b0e

    • -6
    • +6
    ./RingtoetsPipingSurfaceLineUpdateDataStrategyTest.cs
  1. … 32 more files in changeset.
Review related changes Related to Issue [WTI-1289]

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

Former-commit-id: 7024afc34e5904688ab443dff47f40a8ddc6d6cf

Former-commit-id: 7b2f509497db1baa0a2afc48416568bea9eaabb8

    • -6
    • +4
    ./SurfaceLinesCsvImporterConfigurationFactoryTest.cs
    • -80
    • +0
    ./SurfaceLinesCsvImporterConfigurationTest.cs
  1. … 33 more files in changeset.
Review related changes Related to Issue [WTI-1289]

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

Former-commit-id: 0e544de5b4d2f98864ae088cf1a24e42f64a52e6

Former-commit-id: 6c9241e428b95facb23d9815de3678d038508702

    • -4
    • +2
    ./PipingSurfaceLineReplaceDataStrategyTest.cs
    • -1
    • +0
    ./RingtoetsPipingSurfaceLineUpdateDataStrategyTest.cs
    • -1
    • +0
    ./StochasticSoilModelReplaceDataStrategyTest.cs
    • -7
    • +7
    ./StochasticSoilModelUpdateDataStrategyTest.cs
  1. … 34 more files in changeset.
Merge from branch 1289

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

Former-commit-id: ba3056d252e5c6e4ca7694457d6ac85073639d97

Former-commit-id: 7bce824a3d3e04d9e23e441c42e22972210259b3

    • -0
    • +258
    ./PipingSurfaceLineReplaceDataStrategyTest.cs
    • -1772
    • +0
    ./PipingSurfaceLinesCsvImporterTest.cs
    • -395
    • +0
    ./RingtoetsPipingSurfaceLineExtensionsTest.cs
    • -281
    • +0
    ./RingtoetsPipingSurfaceLineReplaceDataStrategyTest.cs
    • -119
    • +88
    ./RingtoetsPipingSurfaceLineUpdateDataStrategyTest.cs
    • -27
    • +10
    ./StochasticSoilModelReplaceDataStrategyTest.cs
    • -42
    • +28
    ./StochasticSoilModelUpdateDataStrategyTest.cs
    • -0
    • +102
    ./SurfaceLinesCsvImporterConfigurationFactoryTest.cs
    • -0
    • +80
    ./SurfaceLinesCsvImporterConfigurationTest.cs
  1. … 143 more files in changeset.
Unified the UpdateDataStrategyBase with the SurfaceLineUpdateDataStrategyBase again. Related to Issue [WTI-1289]

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

Former-commit-id: 89548b886f1788b065f7244472145cbb954cde75

Former-commit-id: 5125c70b8eaab6502caa71cbfec835ced3f46a79

    • -1
    • +1
    ./RingtoetsPipingSurfaceLineUpdateDataStrategyTest.cs
    • -1
    • +1
    ./StochasticSoilModelUpdateDataStrategyTest.cs
  1. … 47 more files in changeset.
Adaptations for making the whole solutions work with the refactoring. Related to Issue [WTI-1289]

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

Former-commit-id: a2d338a1f23de98ad96b2e6dd3252c83b5bf9a50

Former-commit-id: 29bb335d91b1323424769ddf0fc6680ba0c38513

    • -1
    • +1
    ./RingtoetsPipingSurfaceLineUpdateDataStrategyTest.cs
    • -1
    • +1
    ./StochasticSoilModelUpdateDataStrategyTest.cs
  1. … 14 more files in changeset.
Refactored macrostability inwards surface line import routine, effectively replacing the MacroStabilityInwardsSurfaceLinesCsvImporter with the new SurfaceLinesCsvImporter. Related to Issue [WTI-1289]

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

Former-commit-id: 07b887fcbc37d5829835977551af202588effcbb

Former-commit-id: 342395243f0c1c77956bade70a02c989d72bfa6f

    • -102
    • +0
    ./SurfaceLineCsvImporterConfigurationFactoryTest.cs
    • -82
    • +0
    ./SurfaceLinesCsvImporterConfiguration.cs
    • -0
    • +102
    ./SurfaceLinesCsvImporterConfigurationFactoryTest.cs
    • -0
    • +80
    ./SurfaceLinesCsvImporterConfigurationTest.cs
  1. … 28 more files in changeset.
Start of refactoring of macrostability inwards side. Extended tests for PipingSurfaceLineTransformer. Related to Issue [WTI-1289]

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

Former-commit-id: 0849b52e4de695d69cfdaa0423b910b35246c468

Former-commit-id: ea517ce7f6957953c23c10546d7e7145c3ef67c7

    • -0
    • +258
    ./PipingSurfaceLineReplaceDataStrategyTest.cs
    • -260
    • +0
    ./RingtoetsPipingSurfaceLineReplaceDataStrategyTest.cs
  1. … 18 more files in changeset.
Moved classes around. Related to Issue [WTI-1289]

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

Former-commit-id: e79ed164dd14191619b47d18a8891f3a8f0ef3cc

Former-commit-id: eae24207557bba4e294726c5f034fd3a8b3e4fac

    • -0
    • +1
    ./RingtoetsPipingSurfaceLineReplaceDataStrategyTest.cs
    • -0
    • +1
    ./RingtoetsPipingSurfaceLineUpdateDataStrategyTest.cs
    • -0
    • +1
    ./SurfaceLineCsvImporterConfigurationFactoryTest.cs
    • -0
    • +2
    ./SurfaceLinesCsvImporterConfiguration.cs
  1. … 54 more files in changeset.