Application.Ringtoets.Storage.Test

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Converted the TestMacroStabilityInwardsSemiProbabilisticOutput test object to a test factory: - Created objects are to be used for asserting composite objects that can clone. These asserts should be preferably done with the original object rather than a derived (test) object - Added test class Related to Issue [WTI-1366]

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

Former-commit-id: 5e2c6799a5a83569ca93d3c253dbe99043f93213

Former-commit-id: 8f8e4f479c2b0fb04a31740690f9cfd710f91b77

    • -1
    • +1
    ./Create/MacroStabilityInwards/MacroStabilityInwardsCalculationScenarioCreateExtensionsTest.cs
  1. … 17 more files in changeset.
- Implemented .Clone() for the MacroStabilityInwardsInput and its derived classes -- Added helper in the clone assert - Added missing asserts in the CreateExtensions for MacroStabilityInwardsCalculationScenario Related to Issue [WTI-1366]

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

Former-commit-id: e373eaec8dec7739fb5f1ea3a79950d6785fccc1

Former-commit-id: 6472a83d5430723a59a80b0cc7f97579997fcecf

    • -0
    • +2
    ./Create/MacroStabilityInwards/MacroStabilityInwardsCalculationScenarioCreateExtensionsTest.cs
  1. … 3 more files in changeset.
- Implemented .Clone() for the MacroStabilityInwardsSlice -- Added helper in the clone assert -- Changed property setter accessors - Updated missing asserts related to slices in StorageSqLiteIntegrationTest

Related to Issue [WTI-1366]

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

Former-commit-id: 6a7235b18f7a75a29117468bf7bfb58c021e2bf9

Former-commit-id: cc576609d986c4f4ce5a44de0734123125c44b89

    • -0
    • +5
    ./IntegrationTests/StorageSqLiteIntegrationTest.cs
  1. … 4 more files in changeset.
Implement extra interfaces for the macro stability soil layers/profiles to access their Data property more easily. Related to Issue [WTI-1298]

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

Former-commit-id: 7f4f2ba86e9206ad63a4d043bb61858655dc255f

Former-commit-id: f06b465a7b1a8c269df3e5ab562bbd0cd6836b8b

    • -5
    • +5
    ./Create/MacroStabilityInwards/MacroStabilityInwardsStochasticSoilProfileCreateExtensionsTest.cs
    • -2
    • +2
    ./Read/MacroStabilityInwards/MacroStabilityInwardsStochasticSoilProfileEntityReadExtensionsTest.cs
  1. … 28 more files in changeset.
Updated database: - Renamed column DikeSoilScenarioType to DikeSoilScenario -- DikeSoilScenario does not really represent a type and scenario already indicates there are different kinds of options, hence the property was not renamed in the input class

Related to Issue [WTI-1379]

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

Former-commit-id: 1888ef4a07dabd5f8178255499f19e63f9f06385

Former-commit-id: 60c4800f4e414da42a68e707a1b6dc8ea30375de

  1. … 9 more files in changeset.
Incorporated comments review 2198 - Ran DeltaresClean, formatted code - Introduced test helper to assert referenced objects in the StorageSqLiteIntegrationTest => used to determine if referenced objects are equal -- Applied for whole file

Related to Issue [WTI-1379]

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

Former-commit-id: c8a0f1e7df7afd666d724f3aa9b8996ca40150f7

Former-commit-id: 6172ea84d211bdeb68447d02bb535497dc77f8be

    • -1
    • +1
    ./IntegrationTests/MigrationTo172IntegrationTest.cs
    • -91
    • +104
    ./IntegrationTests/StorageSqLiteIntegrationTest.cs
  1. … 3 more files in changeset.
Incorporated comments review 2195 - Improved migration => create a row for each failure mechanism entity that represents a macrostability inwards failure mechanism and associate with it -- Updated query Related to Issue [WTI-1379]

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

Former-commit-id: 775dbf992bd314d3486c29765b7fa43454d34220

Former-commit-id: e465efbd10af5bdd3bf19917bf17dc6b823ca076

    • -1
    • +12
    ./IntegrationTests/MigrationTo172IntegrationTest.cs
  1. … 1 more file in changeset.
Incorporated comments review 2195 - Added asserts for the integration tests - Added .ToNaNAsNull() call for the contribution when storing a macro stability inwards calculation scenario Related to Issue [WTI-1379]

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

Former-commit-id: 2c03f5e682f4a76928ed694ca17d97db3c3efca1

Former-commit-id: 5a58149288c5f337146a460441390c150c91bd01

    • -1
    • +4
    ./Create/MacroStabilityInwards/MacroStabilityInwardsCalculationScenarioCreateExtensionsTest.cs
    • -0
    • +194
    ./IntegrationTests/StorageSqLiteIntegrationTest.cs
  1. … 3 more files in changeset.
Incorporated comments review 2195 - Editorial changes - Explicit set values explicitly for NaN cases for the Create and Read extensions related to macrostability inwards - Changed internal methods in internal classes to public (synchronised across macrostability inwards and piping) Related to Issue [WTI-1379]

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

Former-commit-id: 4de72b78ffab0ed0177ed39b702efde0e177c033

Former-commit-id: 49bf1469e0f1890ad528ef1b638ee66c76755d91

    • -2
    • +45
    ./Create/MacroStabilityInwards/MacroStabilityInwardsCalculationScenarioCreateExtensionsTest.cs
    • -53
    • +27
    ./Read/CalculationGroupEntityReadExtentionsTest.cs
    • -1
    • +1
    ./Read/Piping/PipingCalculationEntityReadExtensionsTest.cs
  1. … 15 more files in changeset.
Added tests for coverage ~paired with tang_ds Related to Issue [WTI-1379]

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

Former-commit-id: 2a7537eb0ab590d4ae9ad3f5f0525ba6578867d7

Former-commit-id: 94c1385ad8b6af008be617e02d8aac5278b29ac7

    • -0
    • +36
    ./Read/MacroStabilityInwards/MacroStabilityInwardsSoilProfileTwoDEntityReadExtensionsTest.cs
  1. … 1 more file in changeset.
Introduced interfaces for decoupling input objects so that they can be used for the waternet calculation. Related to Issue [WTI-1345]

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

Former-commit-id: 38c446a34b1b58b7db8e1431e7dce6177e19d68c

Former-commit-id: dc970feeec16f79716d129ef808e94a9474aa7bd

  1. … 47 more files in changeset.
Added integration tests for piping soil profile type paired with ~tang_ds Related to Issue [WTI-1433]

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

Former-commit-id: 7b2e885405a261185da246631f855bdf6938983c

Former-commit-id: bb41d9b5d388312d7bb42c8d8871fb0c02185c69

    • -0
    • +1
    ./IntegrationTests/StorageSqLiteIntegrationTest.cs
  1. … 2 more files in changeset.
Corrected asserts to improve coverage: - Added missing asserts, corrected asserts - Added values to missing property setters

Related to Issue [WTI-1379]

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

Former-commit-id: 3c8cc7b9b691089232a26132c5de67f55dffc374

Former-commit-id: 97d5f344b06b48831fa1cffacf2017be3eba216c

    • -4
    • +5
    ./Create/MacroStabilityInwards/MacroStabilityInwardsCalculationScenarioCreateExtensionsTest.cs
    • -5
    • +5
    ./Read/MacroStabilityInwards/MacroStabilityInwardsSemiProbabilisticOutputEntityReadExtensionsTest.cs
  1. … 3 more files in changeset.
- Expanded ProjectTestHelper with MacroStability Calculation (group) configurations for round tests - Added missing functional test for the piping calculation create extension Related to Issue [WTI-1379]

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

Former-commit-id: c0ee746d2cbf910d9758c3a9b95f8ae12923c274

Former-commit-id: 673793797d2a172cb375868d70faad226a964d17

    • -0
    • +25
    ./Create/Piping/PipingCalculationScenarioCreateExtensionsTest.cs
  1. … 3 more files in changeset.
Added fix for migration: - Insert a temporary calculation group row entry during the migration and update the foreign key of the MacroStabilityInwards related failure mechanism rows. This prevents the CalculationGroupReadExtension from throwing a NULL reference exception when it reads the root calculation group -- Added query to ensure that there are no macrostability inwards failure mechanism rows with a NULL value for the CalculationGroupEntityId

Related to Issue [WTI-1379]

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

Former-commit-id: 54403eea8465a7a4087ac8fc54b910afa5b24c8a

Former-commit-id: 53a21c3de722b9570670ab4374707c2ef38e94f2

    • -4
    • +11
    ./IntegrationTests/MigrationTo172IntegrationTest.cs
Reimplemented revision 12140 from trunk after fixing failed tests: - Added fix for migration: -- Insert a temporary calculation group row entry during the migration and update the foreign key of the MacroStabilityInwards related failure mechanism rows. This prevents the CalculationGroupReadExtension from throwing a NULL reference exception when it reads the root calculation group

---

Added read and create extensions:

- Expanded the calculation group

-- Read and Create added to read or create the entities for macrostability inwards calculation (scenario)

- Expanded asserts on the piping side:

-- Removed .Value access in the tests => use .GetAccuracy instead of accessing the private variable of a RoundedDouble

-- Added asserts on the output values when creating or reading piping (semiprobabilistic) output entities

- Added entities to explicitly load in the PartialRingtoetsEntities

Related to Issue [WTI-1379]

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

Former-commit-id: 3a73e8a635472b17ac9eebc627e378c1378a7118

Former-commit-id: 6c8fb17a4b3381ed6e591ddde5b4ea3a8a8b94ae

    • -0
    • +11
    ./Create/MacroStabilityInwards/MacroStabilityInwardsCalculationScenarioCreateExtensionsTest.cs
    • -0
    • +40
    ./Create/MacroStabilityInwards/MacroStabilityInwardsFailureMechanismCreateExtensionsTest.cs
    • -10
    • +18
    ./Create/Piping/PipingFailureMechanismCreateExtensionsTest.cs
    • -1
    • +11
    ./IntegrationTests/MigrationTo172IntegrationTest.cs
    • -0
    • +48
    ./Read/FailureMechanismEntityReadExtensionsTest.cs
  1. … 4 more files in changeset.
Temporarily reverted revision 12140 from trunk: Added read and create extensions: - Expanded the calculation group -- Read and Create added to read or create the entities for macrostability inwards calculation (scenario) - Expanded asserts on the piping side: -- Removed .Value access in the tests => use .GetAccuracy instead of accessing the private variable of a RoundedDouble -- Added asserts on the output values when creating or reading piping (semiprobabilistic) output entities - Added entities to explicitly load in the PartialRingtoetsEntities

Related to Issue [WTI-1379]

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

Former-commit-id: c7233860a302774e36a2afb8369cd52fefc6e9d5

Former-commit-id: bda4a8bc802d69ec5dfc2a61f5175b5e91b846d1

    • -11
    • +0
    ./Create/MacroStabilityInwards/MacroStabilityInwardsCalculationScenarioCreateExtensionsTest.cs
    • -40
    • +0
    ./Create/MacroStabilityInwards/MacroStabilityInwardsFailureMechanismCreateExtensionsTest.cs
    • -18
    • +10
    ./Create/Piping/PipingFailureMechanismCreateExtensionsTest.cs
    • -48
    • +0
    ./Read/FailureMechanismEntityReadExtensionsTest.cs
  1. … 3 more files in changeset.
Added read and create extensions: - Expanded the calculation group -- Read and Create added to read or create the entities for macrostability inwards calculation (scenario) - Expanded asserts on the piping side: -- Removed .Value access in the tests => use .GetAccuracy instead of accessing the private variable of a RoundedDouble -- Added asserts on the output values when creating or reading piping (semiprobabilistic) output entities - Added entities to explicitly load in the PartialRingtoetsEntities

Related to Issue [WTI-1379]

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

Former-commit-id: 6e7e81968638b8b31efb48bc2d1e418987134250

Former-commit-id: 6164cd4f05cdc0196dc7c5b9b5b5b33a9dfb189d

    • -0
    • +11
    ./Create/MacroStabilityInwards/MacroStabilityInwardsCalculationScenarioCreateExtensionsTest.cs
    • -0
    • +40
    ./Create/MacroStabilityInwards/MacroStabilityInwardsFailureMechanismCreateExtensionsTest.cs
    • -10
    • +18
    ./Create/Piping/PipingFailureMechanismCreateExtensionsTest.cs
    • -0
    • +48
    ./Read/FailureMechanismEntityReadExtensionsTest.cs
  1. … 3 more files in changeset.
Added read and create extensions: - Expanded the calculation group -- Read and Create added to read or create the entities for macrostability inwards calculation (scenario) - Expanded asserts on the piping side: -- Removed .Value access in the tests => use .GetAccuracy instead of accessing the private variable of a RoundedDouble -- Added asserts on the output values when creating or reading piping (semiprobabilistic) output entities

Related to Issue [WTI-1379]

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

Former-commit-id: 488e140c131a119129b7ba14f39c0f5242e92369

Former-commit-id: 5f69943fcc1b44c327c7997be19f002f1f4dc2c3

    • -0
    • +89
    ./Create/CalculationGroupCreateExtensionsTest.cs
    • -2
    • +32
    ./Create/Piping/PipingCalculationScenarioCreateExtensionsTest.cs
    • -5
    • +6
    ./Create/Piping/PipingOutputCreateExtensionsTest.cs
    • -0
    • +199
    ./Read/CalculationGroupEntityReadExtentionsTest.cs
    • -6
    • +32
    ./Read/Piping/PipingCalculationEntityReadExtensionsTest.cs
  1. … 2 more files in changeset.
Added read and create extensions: - Done for the calculation scenario -- Improved for the piping equivalent - Introduced entity testhelper to assert entity property values for the macrostability inwards calculations scenarios - Renamed functions to better reflect what they do

Related to Issue [WTI-1379]

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

Former-commit-id: a0e33b7f224bb8df0e64ab081d2e265290785d81

Former-commit-id: 5c8ec47fa3cf57b16e93955326a97b3e4630de91

    • -0
    • +2
    ./Application.Ringtoets.Storage.Test.csproj
    • -0
    • +379
    ./Create/MacroStabilityInwards/MacroStabilityInwardsCalculationScenarioCreateExtensionsTest.cs
    • -7
    • +2
    ./Create/Piping/PipingCalculationScenarioCreateExtensionsTest.cs
    • -0
    • +306
    ./Read/MacroStabilityInwards/MacroStabilityInwardsCalculationEntityReadExtensionsTest.cs
    • -1
    • +1
    ./Read/Piping/PipingCalculationEntityReadExtensionsTest.cs
  1. … 8 more files in changeset.
Introduced test factory to create slices with concrete values Related to Issue [WTI-1379]

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

Former-commit-id: 4b4bf28e1db3343c10d773aa84f25ed19c05e07f

Former-commit-id: fdcce846d6e3d7696034175f86fc0c88d3dd6e43

    • -49
    • +8
    ./Read/MacroStabilityInwards/MacroStabilityInwardsCalculationOutputEntityReadExtensionsTest.cs
  1. … 4 more files in changeset.
Added read and create extensions: - Done for the output - Synchronised implementations of piping with MacroStabilityInwards => when NULL arguments are passed, ArgumentNullException thrown - Replaced CollectionAssert with TestHelper assert which uses an EqualityComparer - Introduced entity test helper to assert the macro stability inwards output entity values Related to Issue [WTI-1379]

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

Former-commit-id: 52251d30085ed9d1788770c79e711eeb607b461f

Former-commit-id: e7c9cc3302b31e7a805515cf01c77620e44aaafe

    • -0
    • +2
    ./Application.Ringtoets.Storage.Test.csproj
    • -0
    • +207
    ./Create/MacroStabilityInwards/MacroStabilityInwardsOutputCreateExtensionsTest.cs
    • -6
    • +12
    ./Create/Piping/PipingOutputCreateExtensionsTest.cs
    • -0
    • +204
    ./Read/MacroStabilityInwards/MacroStabilityInwardsCalculationOutputEntityReadExtensionsTest.cs
    • -0
    • +12
    ./Read/Piping/PipingCalculationOutputEntityReadExtensionsTest.cs
    • -45
    • +44
    ./Serializers/MacroStabilityInwardsSliceXmlSerializerTest.cs
  1. … 7 more files in changeset.
- Removed obsolete columns for the output entity: -- GridAutomaticallyCalculated -- ForbiddenZonesAutomaticallyCalculated - Renamed TangentLinesXml to SlipPlaneTangentLinesXml to indicate it belongs to a slipplane - Cleaned up test Related to Issue [WTI-1379]

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

Former-commit-id: 8820f65107597f06dc52f25ff51b5faa9b7de68e

Former-commit-id: 2659f888f976aff2e2757017d09468b89a5cc3a7

    • -6
    • +0
    ./Create/Piping/PipingSemiProbabilisticOutputCreateExtensionsTest.cs
  1. … 6 more files in changeset.
Added read and create extensions: - Done for the semi probabilistic output - Renamed column name for the factor of stability -- Updated database, entities and sql files - Synchronised implementations of piping with MacroStabilityInwards => when NULL arguments are passed, ArgumentNullException thrown Related to Issue [WTI-1379]

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

Former-commit-id: 74daeaea7a3522e36dc91931346a65599610abdc

Former-commit-id: ee9127a39b16e5ca0897c8f87bc54ca442c107b0

    • -0
    • +2
    ./Application.Ringtoets.Storage.Test.csproj
    • -0
    • +102
    ./Create/MacroStabilityInwards/MacroStabilityInwardsSemiProbabilisticOutputCreateExtensionsTest.cs
    • -0
    • +11
    ./Create/Piping/PipingSemiProbabilisticOutputCreateExtensionsTest.cs
    • -0
    • +105
    ./Read/MacroStabilityInwards/MacroStabilityInwardsSemiProbabilisticOutputEntityReadExtensionsTest.cs
    • -0
    • +12
    ./Read/Piping/PipingSemiProbabilisticOutputEntityReadExtensionsTest.cs
  1. … 11 more files in changeset.
Updated database design to enable NaN values for the stochastic distribution properties of preconsolidation stresses: - Updated Create and Read extensions - Regenerated affected entities

Related to Issue [WTI-1341]

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

Former-commit-id: 941b6380ef22f6ecbc2ad888f86259ac97d1f131

Former-commit-id: 7b36beb1a8a2b33c953ede3bcec0ba3a0511ef68

    • -0
    • +24
    ./Create/MacroStabilityInwards/MacroStabilityInwardsPreconsolidationStressCreateExtensionsTest.cs
    • -4
    • +31
    ./Read/MacroStabilityInwards/MacroStabilityInwardsPreconsolidationStressEntityReadExtensionsTest.cs
  1. … 8 more files in changeset.
Incorporated comments review 2151 - Editorial edits Related to Issue [WTI-1340]

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

Former-commit-id: 89aedbfe61d9ae43c0e08e9f026e83d7e2849153

Former-commit-id: e3a88f9aaf5cfbb664aa3ab4a2d3e5e64909b899

    • -1
    • +0
    ./Read/MacroStabilityInwards/MacroStabilityInwardsSoilProfileTwoDEntityReadExtensionsTest.cs
    • -114
    • +13
    ./Read/StochasticSoilModelEntityReadExtensionsTest.cs
  1. … 8 more files in changeset.
Applied review comments. Related to Issue [WTI-1405]

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

Former-commit-id: 709f60eea6e3a7e6fd8903174f90c1668aee26b1

Former-commit-id: 72bcaa67392ff9215e48ce7643feed5c6c2242b3

    • -1
    • +1
    ./IntegrationTests/StorageSqLiteIntegrationTest.cs
  1. … 4 more files in changeset.
Applied review comments. Related to Issue [WTI-1405]

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

Former-commit-id: 6c420511eed191349016b3037be537fe75317235

Former-commit-id: 3b853d5c09d573b9a0dbfabeee4526006f76d657

  1. … 2 more files in changeset.
Implement review comments, change test names and use test objects Related to Issue [WTI-1391]

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

Former-commit-id: 6fa9f00269e9942f554d425998fc4e5fb1f7df8d

Former-commit-id: e98c0531b4907bb6f6b5c4887605d6b89f839797

    • -3
    • +3
    ./Create/IllustrationPoints/TopLevelFaultTreeIllustrationPointCreateExtensionsTest.cs
  1. … 2 more files in changeset.
Removed unsupported unicode characters to align nr. of tests between the buildserver agents

Discussed with ~kleijn

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

Former-commit-id: df47312e7039933edf6aadf02940fe411115a731

Former-commit-id: 0ea85c37790a4f4b484a2bd737e134a731a9692e

    • -3
    • +0
    ./IntegrationTests/MigrationIntegrationTest.cs