Index: Riskeer/GrassCoverErosionInwards/test/Riskeer.GrassCoverErosionInwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionInwardsCalculationGroupContextTreeNodeInfoTest.cs =================================================================== diff -u -rfcb7ebcdbb68ad01d074b09afcce94d5786f29e4 -r8d669f6d3668611cdcd34d484c75e2bffe17a28c --- Riskeer/GrassCoverErosionInwards/test/Riskeer.GrassCoverErosionInwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionInwardsCalculationGroupContextTreeNodeInfoTest.cs (.../GrassCoverErosionInwardsCalculationGroupContextTreeNodeInfoTest.cs) (revision fcb7ebcdbb68ad01d074b09afcce94d5786f29e4) +++ Riskeer/GrassCoverErosionInwards/test/Riskeer.GrassCoverErosionInwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionInwardsCalculationGroupContextTreeNodeInfoTest.cs (.../GrassCoverErosionInwardsCalculationGroupContextTreeNodeInfoTest.cs) (revision 8d669f6d3668611cdcd34d484c75e2bffe17a28c) @@ -82,7 +82,7 @@ private const int contextMenuClearIllustrationPointsIndexNestedGroup = 15; private const string dikeProfileCollectionPath = "some/arbitrary/path"; - + private static readonly string testDataPath = TestHelper.GetTestDataPath(TestDataPath.Riskeer.Common.IO, nameof(HydraulicBoundaryData)); private static readonly string validHrdFilePath = Path.Combine(testDataPath, "complete.sqlite"); private static readonly string validHlcdFilePath = Path.Combine(testDataPath, "hlcd.sqlite"); Index: Riskeer/GrassCoverErosionOutwards/test/Riskeer.GrassCoverErosionOutwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionOutwardsCalculationGroupContextTreeNodeInfoTest.cs =================================================================== diff -u -rfcb7ebcdbb68ad01d074b09afcce94d5786f29e4 -r8d669f6d3668611cdcd34d484c75e2bffe17a28c --- Riskeer/GrassCoverErosionOutwards/test/Riskeer.GrassCoverErosionOutwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionOutwardsCalculationGroupContextTreeNodeInfoTest.cs (.../GrassCoverErosionOutwardsCalculationGroupContextTreeNodeInfoTest.cs) (revision fcb7ebcdbb68ad01d074b09afcce94d5786f29e4) +++ Riskeer/GrassCoverErosionOutwards/test/Riskeer.GrassCoverErosionOutwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionOutwardsCalculationGroupContextTreeNodeInfoTest.cs (.../GrassCoverErosionOutwardsCalculationGroupContextTreeNodeInfoTest.cs) (revision 8d669f6d3668611cdcd34d484c75e2bffe17a28c) @@ -96,7 +96,7 @@ private static readonly string testDataPath = TestHelper.GetTestDataPath(TestDataPath.Riskeer.Integration.Service, "HydraRingCalculation"); private static readonly string validHrdFilePath = Path.Combine(testDataPath, "HRD ijsselmeer.sqlite"); private static readonly string validHlcdFilePath = Path.Combine(testDataPath, "hlcd.sqlite"); - + [Test] public void Initialized_Always_ExpectedPropertiesSet() { Index: Riskeer/HeightStructures/test/Riskeer.HeightStructures.Plugin.Test/TreeNodeInfos/HeightStructuresCalculationGroupContextTreeNodeInfoTest.cs =================================================================== diff -u -r9c805b6b154f6cf82a90dfe7a14f18dec0ca44bb -r8d669f6d3668611cdcd34d484c75e2bffe17a28c --- Riskeer/HeightStructures/test/Riskeer.HeightStructures.Plugin.Test/TreeNodeInfos/HeightStructuresCalculationGroupContextTreeNodeInfoTest.cs (.../HeightStructuresCalculationGroupContextTreeNodeInfoTest.cs) (revision 9c805b6b154f6cf82a90dfe7a14f18dec0ca44bb) +++ Riskeer/HeightStructures/test/Riskeer.HeightStructures.Plugin.Test/TreeNodeInfos/HeightStructuresCalculationGroupContextTreeNodeInfoTest.cs (.../HeightStructuresCalculationGroupContextTreeNodeInfoTest.cs) (revision 8d669f6d3668611cdcd34d484c75e2bffe17a28c) @@ -79,7 +79,7 @@ private const int contextMenuCalculateAllIndexNestedGroup = 13; private const int contextMenuClearAllIndexNestedGroup = 15; private const int contextMenuClearIllustrationPointsIndexNestedGroup = 16; - + private static readonly string testDataPath = TestHelper.GetTestDataPath(TestDataPath.Riskeer.Common.IO, nameof(HydraulicBoundaryData)); private static readonly string validHrdFilePath = Path.Combine(testDataPath, "complete.sqlite"); private static readonly string validHlcdFilePath = Path.Combine(testDataPath, "hlcd.sqlite"); Index: Riskeer/HeightStructures/test/Riskeer.HeightStructures.Plugin.Test/TreeNodeInfos/HeightStructuresCalculationScenarioContextTreeNodeInfoTest.cs =================================================================== diff -u -r9c805b6b154f6cf82a90dfe7a14f18dec0ca44bb -r8d669f6d3668611cdcd34d484c75e2bffe17a28c --- Riskeer/HeightStructures/test/Riskeer.HeightStructures.Plugin.Test/TreeNodeInfos/HeightStructuresCalculationScenarioContextTreeNodeInfoTest.cs (.../HeightStructuresCalculationScenarioContextTreeNodeInfoTest.cs) (revision 9c805b6b154f6cf82a90dfe7a14f18dec0ca44bb) +++ Riskeer/HeightStructures/test/Riskeer.HeightStructures.Plugin.Test/TreeNodeInfos/HeightStructuresCalculationScenarioContextTreeNodeInfoTest.cs (.../HeightStructuresCalculationScenarioContextTreeNodeInfoTest.cs) (revision 8d669f6d3668611cdcd34d484c75e2bffe17a28c) @@ -65,7 +65,7 @@ private const int contextMenuCalculateIndex = 9; private const int contextMenuClearIndex = 11; private const int contextMenuClearIllustrationPointsIndex = 12; - + private static readonly string testDataPath = TestHelper.GetTestDataPath(TestDataPath.Riskeer.Common.IO, nameof(HydraulicBoundaryData)); private static readonly string validHrdFilePath = Path.Combine(testDataPath, "complete.sqlite"); private static readonly string validHlcdFilePath = Path.Combine(testDataPath, "hlcd.sqlite"); Index: Riskeer/StabilityPointStructures/test/Riskeer.StabilityPointStructures.Plugin.Test/TreeNodeInfos/StabilityPointStructuresCalculationScenarioContextTreeNodeInfoTest.cs =================================================================== diff -u -recbba2f636e82f8d94ee7deea09730e39190d2bb -r8d669f6d3668611cdcd34d484c75e2bffe17a28c --- Riskeer/StabilityPointStructures/test/Riskeer.StabilityPointStructures.Plugin.Test/TreeNodeInfos/StabilityPointStructuresCalculationScenarioContextTreeNodeInfoTest.cs (.../StabilityPointStructuresCalculationScenarioContextTreeNodeInfoTest.cs) (revision ecbba2f636e82f8d94ee7deea09730e39190d2bb) +++ Riskeer/StabilityPointStructures/test/Riskeer.StabilityPointStructures.Plugin.Test/TreeNodeInfos/StabilityPointStructuresCalculationScenarioContextTreeNodeInfoTest.cs (.../StabilityPointStructuresCalculationScenarioContextTreeNodeInfoTest.cs) (revision 8d669f6d3668611cdcd34d484c75e2bffe17a28c) @@ -65,7 +65,7 @@ private const int contextMenuCalculateIndex = 9; private const int contextMenuClearIndex = 11; private const int contextMenuClearIllustrationPointsIndex = 12; - + private static readonly string testDataPath = TestHelper.GetTestDataPath(TestDataPath.Riskeer.Common.IO, nameof(HydraulicBoundaryData)); private static readonly string validHrdFilePath = Path.Combine(testDataPath, "complete.sqlite"); private static readonly string validHlcdFilePath = Path.Combine(testDataPath, "hlcd.sqlite"); Index: Riskeer/StabilityStoneCover/test/Riskeer.StabilityStoneCover.Plugin.Test/TreeNodeInfos/StabilityStoneCoverCalculationGroupContextTreeNodeInfoTest.cs =================================================================== diff -u -recbba2f636e82f8d94ee7deea09730e39190d2bb -r8d669f6d3668611cdcd34d484c75e2bffe17a28c --- Riskeer/StabilityStoneCover/test/Riskeer.StabilityStoneCover.Plugin.Test/TreeNodeInfos/StabilityStoneCoverCalculationGroupContextTreeNodeInfoTest.cs (.../StabilityStoneCoverCalculationGroupContextTreeNodeInfoTest.cs) (revision ecbba2f636e82f8d94ee7deea09730e39190d2bb) +++ Riskeer/StabilityStoneCover/test/Riskeer.StabilityStoneCover.Plugin.Test/TreeNodeInfos/StabilityStoneCoverCalculationGroupContextTreeNodeInfoTest.cs (.../StabilityStoneCoverCalculationGroupContextTreeNodeInfoTest.cs) (revision 8d669f6d3668611cdcd34d484c75e2bffe17a28c) @@ -1668,7 +1668,7 @@ } } }; - + assessmentSection.SetHydraulicBoundaryLocationCalculations(new[] { hydraulicBoundaryLocation Index: Riskeer/Storage/src/Riskeer.Storage.Core/Create/HydraulicBoundaryDataCreateExtensions.cs =================================================================== diff -u -recbba2f636e82f8d94ee7deea09730e39190d2bb -r8d669f6d3668611cdcd34d484c75e2bffe17a28c --- Riskeer/Storage/src/Riskeer.Storage.Core/Create/HydraulicBoundaryDataCreateExtensions.cs (.../HydraulicBoundaryDataCreateExtensions.cs) (revision ecbba2f636e82f8d94ee7deea09730e39190d2bb) +++ Riskeer/Storage/src/Riskeer.Storage.Core/Create/HydraulicBoundaryDataCreateExtensions.cs (.../HydraulicBoundaryDataCreateExtensions.cs) (revision 8d669f6d3668611cdcd34d484c75e2bffe17a28c) @@ -48,7 +48,7 @@ } HydraulicLocationConfigurationDatabase hydraulicLocationConfigurationDatabase = hydraulicBoundaryData.HydraulicLocationConfigurationDatabase; - + return new HydraulicBoundaryDatabaseEntity { FilePath = hydraulicBoundaryData.FilePath.DeepClone(),