Index: Core/Common/src/Core.Common.Base/ObservableUniqueItemCollectionWithSourcePath.cs =================================================================== diff -u -rc290911dd4647e3115e239c8baf814717c098a5a -re45d53ab48741d0112dca1ad6bb6cf199535c8b7 --- Core/Common/src/Core.Common.Base/ObservableUniqueItemCollectionWithSourcePath.cs (.../ObservableUniqueItemCollectionWithSourcePath.cs) (revision c290911dd4647e3115e239c8baf814717c098a5a) +++ Core/Common/src/Core.Common.Base/ObservableUniqueItemCollectionWithSourcePath.cs (.../ObservableUniqueItemCollectionWithSourcePath.cs) (revision e45d53ab48741d0112dca1ad6bb6cf199535c8b7) @@ -43,7 +43,7 @@ private readonly string featureDescription; /// - /// Instantiates a + /// Instantiates a . /// /// A function to retrieve the unique feature of the items it stores. /// The description of the item that is validated. Index: Ringtoets/Piping/src/Ringtoets.Piping.IO/Builders/GenericSoilLayerParameters.cs =================================================================== diff -u -rb2b9fdf365e70928a05c57966eeed30d9050e528 -re45d53ab48741d0112dca1ad6bb6cf199535c8b7 --- Ringtoets/Piping/src/Ringtoets.Piping.IO/Builders/GenericSoilLayerParameters.cs (.../GenericSoilLayerParameters.cs) (revision b2b9fdf365e70928a05c57966eeed30d9050e528) +++ Ringtoets/Piping/src/Ringtoets.Piping.IO/Builders/GenericSoilLayerParameters.cs (.../GenericSoilLayerParameters.cs) (revision e45d53ab48741d0112dca1ad6bb6cf199535c8b7) @@ -20,6 +20,7 @@ // All rights reserved. using System; +using Ringtoets.Piping.IO.Exceptions; using Ringtoets.Piping.IO.Properties; using Ringtoets.Piping.Primitives; Index: Ringtoets/Piping/src/Ringtoets.Piping.IO/Builders/SoilLayer1D.cs =================================================================== diff -u -rda35dc04febd3e2d23219523816803040b9d4349 -re45d53ab48741d0112dca1ad6bb6cf199535c8b7 --- Ringtoets/Piping/src/Ringtoets.Piping.IO/Builders/SoilLayer1D.cs (.../SoilLayer1D.cs) (revision da35dc04febd3e2d23219523816803040b9d4349) +++ Ringtoets/Piping/src/Ringtoets.Piping.IO/Builders/SoilLayer1D.cs (.../SoilLayer1D.cs) (revision e45d53ab48741d0112dca1ad6bb6cf199535c8b7) @@ -19,6 +19,7 @@ // Stichting Deltares and remain full property of Stichting Deltares at all times. // All rights reserved. +using Ringtoets.Piping.IO.Exceptions; using Ringtoets.Piping.Primitives; namespace Ringtoets.Piping.IO.Builders Index: Ringtoets/Piping/src/Ringtoets.Piping.IO/Builders/SoilLayer2D.cs =================================================================== diff -u -r7ae9100ff4e61169edcefaeb01b72d492431742f -re45d53ab48741d0112dca1ad6bb6cf199535c8b7 --- Ringtoets/Piping/src/Ringtoets.Piping.IO/Builders/SoilLayer2D.cs (.../SoilLayer2D.cs) (revision 7ae9100ff4e61169edcefaeb01b72d492431742f) +++ Ringtoets/Piping/src/Ringtoets.Piping.IO/Builders/SoilLayer2D.cs (.../SoilLayer2D.cs) (revision e45d53ab48741d0112dca1ad6bb6cf199535c8b7) @@ -24,6 +24,7 @@ using System.Collections.ObjectModel; using System.Linq; using Core.Common.Base.Geometry; +using Ringtoets.Piping.IO.Exceptions; using Ringtoets.Piping.IO.Properties; using Ringtoets.Piping.Primitives; Fisheye: Tag e45d53ab48741d0112dca1ad6bb6cf199535c8b7 refers to a dead (removed) revision in file `Ringtoets/Piping/src/Ringtoets.Piping.IO/Builders/SoilLayerConversionException.cs'. Fisheye: No comparison available. Pass `N' to diff? Index: Ringtoets/Piping/src/Ringtoets.Piping.IO/Builders/SoilProfileBuilder1D.cs =================================================================== diff -u -rbf334f50530164badedba45a78f3aab857ae1bf6 -re45d53ab48741d0112dca1ad6bb6cf199535c8b7 --- Ringtoets/Piping/src/Ringtoets.Piping.IO/Builders/SoilProfileBuilder1D.cs (.../SoilProfileBuilder1D.cs) (revision bf334f50530164badedba45a78f3aab857ae1bf6) +++ Ringtoets/Piping/src/Ringtoets.Piping.IO/Builders/SoilProfileBuilder1D.cs (.../SoilProfileBuilder1D.cs) (revision e45d53ab48741d0112dca1ad6bb6cf199535c8b7) @@ -21,6 +21,7 @@ using System; using System.Collections.ObjectModel; +using Ringtoets.Piping.IO.Exceptions; using Ringtoets.Piping.Primitives; namespace Ringtoets.Piping.IO.Builders Index: Ringtoets/Piping/src/Ringtoets.Piping.IO/Builders/SoilProfileBuilder2D.cs =================================================================== diff -u -r1b269dccd0ad017fd308a5c9e6639d9a6867b018 -re45d53ab48741d0112dca1ad6bb6cf199535c8b7 --- Ringtoets/Piping/src/Ringtoets.Piping.IO/Builders/SoilProfileBuilder2D.cs (.../SoilProfileBuilder2D.cs) (revision 1b269dccd0ad017fd308a5c9e6639d9a6867b018) +++ Ringtoets/Piping/src/Ringtoets.Piping.IO/Builders/SoilProfileBuilder2D.cs (.../SoilProfileBuilder2D.cs) (revision e45d53ab48741d0112dca1ad6bb6cf199535c8b7) @@ -22,6 +22,7 @@ using System; using System.Collections.Generic; using System.Collections.ObjectModel; +using Ringtoets.Piping.IO.Exceptions; using Ringtoets.Piping.IO.Properties; using Ringtoets.Piping.Primitives; Fisheye: Tag e45d53ab48741d0112dca1ad6bb6cf199535c8b7 refers to a dead (removed) revision in file `Ringtoets/Piping/src/Ringtoets.Piping.IO/Builders/SoilProfileBuilderException.cs'. Fisheye: No comparison available. Pass `N' to diff? Index: Ringtoets/Piping/src/Ringtoets.Piping.IO/Exceptions/RingtoetsPipingSurfaceLineUpdateException.cs =================================================================== diff -u --- Ringtoets/Piping/src/Ringtoets.Piping.IO/Exceptions/RingtoetsPipingSurfaceLineUpdateException.cs (revision 0) +++ Ringtoets/Piping/src/Ringtoets.Piping.IO/Exceptions/RingtoetsPipingSurfaceLineUpdateException.cs (revision e45d53ab48741d0112dca1ad6bb6cf199535c8b7) @@ -0,0 +1,57 @@ +// Copyright (C) Stichting Deltares 2016. All rights reserved. +// +// This file is part of Ringtoets. +// +// Ringtoets is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// All names, logos, and references to "Deltares" are registered trademarks of +// Stichting Deltares and remain full property of Stichting Deltares at all times. +// All rights reserved. + +using System; +using System.Runtime.Serialization; + +namespace Ringtoets.Piping.IO.Exceptions +{ + /// + /// Exception that is thrown when applying the surface line update strategy has failed. + /// + [Serializable] + public class RingtoetsPipingSurfaceLineUpdateException : Exception + { + /// + /// Initializes a new instance of the class. + /// + public RingtoetsPipingSurfaceLineUpdateException() {} + + /// + /// Initializes a new instance of the class + /// with a specified error message. + /// + /// The error message that explains the reason for the exception. + public RingtoetsPipingSurfaceLineUpdateException(string message) : base(message) {} + + /// + /// Initializes a new instance of the class + /// with a specified error message and a reference to the inner exception that is + /// the cause of this exception. + /// + /// The error message that explains the reason for the exception. + /// The exception that is the cause of the current exception, + /// or a null reference if no inner exception is specified. + public RingtoetsPipingSurfaceLineUpdateException(string message, Exception inner) : base(message, inner) {} + + protected RingtoetsPipingSurfaceLineUpdateException(SerializationInfo info, StreamingContext context) : base(info, context) {} + } +} \ No newline at end of file Index: Ringtoets/Piping/src/Ringtoets.Piping.IO/Exceptions/SoilLayerConversionException.cs =================================================================== diff -u --- Ringtoets/Piping/src/Ringtoets.Piping.IO/Exceptions/SoilLayerConversionException.cs (revision 0) +++ Ringtoets/Piping/src/Ringtoets.Piping.IO/Exceptions/SoilLayerConversionException.cs (revision e45d53ab48741d0112dca1ad6bb6cf199535c8b7) @@ -0,0 +1,58 @@ +// Copyright (C) Stichting Deltares 2016. All rights reserved. +// +// This file is part of Ringtoets. +// +// Ringtoets is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// All names, logos, and references to "Deltares" are registered trademarks of +// Stichting Deltares and remain full property of Stichting Deltares at all times. +// All rights reserved. + +using System; +using System.Runtime.Serialization; +using Ringtoets.Piping.Primitives; + +namespace Ringtoets.Piping.IO.Exceptions +{ + /// + /// Exception thrown when something went wrong while converting soil layers for a . + /// + [Serializable] + public class SoilLayerConversionException : Exception + { + /// + /// Initializes a new instance of the class. + /// + public SoilLayerConversionException() {} + + /// + /// Initializes a new instance of the class + /// with a specified error message. + /// + /// The message that describes the error. + public SoilLayerConversionException(string message) + : base(message) {} + + /// + /// Initializes a new instance of the class with a specified error message + /// and a reference to the inner exception that is the cause of this exception. + /// + /// The error message that explains the reason for the exception. + /// The exception that is the cause of the current exception, or a + /// null reference if no inner exception is specified. + public SoilLayerConversionException(string message, Exception innerException) : base(message, innerException) {} + + protected SoilLayerConversionException(SerializationInfo info, StreamingContext context) : base(info, context) {} + } +} \ No newline at end of file Index: Ringtoets/Piping/src/Ringtoets.Piping.IO/Exceptions/SoilProfileBuilderException.cs =================================================================== diff -u --- Ringtoets/Piping/src/Ringtoets.Piping.IO/Exceptions/SoilProfileBuilderException.cs (revision 0) +++ Ringtoets/Piping/src/Ringtoets.Piping.IO/Exceptions/SoilProfileBuilderException.cs (revision e45d53ab48741d0112dca1ad6bb6cf199535c8b7) @@ -0,0 +1,58 @@ +// Copyright (C) Stichting Deltares 2016. All rights reserved. +// +// This file is part of Ringtoets. +// +// Ringtoets is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// All names, logos, and references to "Deltares" are registered trademarks of +// Stichting Deltares and remain full property of Stichting Deltares at all times. +// All rights reserved. + +using System; +using System.Runtime.Serialization; +using Ringtoets.Piping.Primitives; + +namespace Ringtoets.Piping.IO.Exceptions +{ + /// + /// Exception thrown when something went wrong while building a . + /// + [Serializable] + public class SoilProfileBuilderException : Exception + { + /// + /// Initializes a new instance of the class. + /// + public SoilProfileBuilderException() {} + + /// + /// Initializes a new instance of the class + /// with a specified error message. + /// + /// The message that describes the error. + public SoilProfileBuilderException(string message) + : base(message) {} + + /// + /// Initializes a new instance of the class with a specified error message + /// and a reference to the inner exception that is the cause of this exception. + /// + /// The error message that explains the reason for the exception. + /// The exception that is the cause of the current exception, or a + /// null reference if no inner exception is specified. + public SoilProfileBuilderException(string message, Exception innerException) : base(message, innerException) {} + + protected SoilProfileBuilderException(SerializationInfo info, StreamingContext context) : base(info, context) {} + } +} \ No newline at end of file Index: Ringtoets/Piping/src/Ringtoets.Piping.IO/Exceptions/StochasticSoilModelUpdateException.cs =================================================================== diff -u --- Ringtoets/Piping/src/Ringtoets.Piping.IO/Exceptions/StochasticSoilModelUpdateException.cs (revision 0) +++ Ringtoets/Piping/src/Ringtoets.Piping.IO/Exceptions/StochasticSoilModelUpdateException.cs (revision e45d53ab48741d0112dca1ad6bb6cf199535c8b7) @@ -0,0 +1,57 @@ +// Copyright (C) Stichting Deltares 2016. All rights reserved. +// +// This file is part of Ringtoets. +// +// Ringtoets is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// All names, logos, and references to "Deltares" are registered trademarks of +// Stichting Deltares and remain full property of Stichting Deltares at all times. +// All rights reserved. + +using System; +using System.Runtime.Serialization; + +namespace Ringtoets.Piping.IO.Exceptions +{ + /// + /// The exception that is thrown when applying the stochastic soil model update strategy failed. + /// + [Serializable] + public class StochasticSoilModelUpdateException : Exception + { + /// + /// Initializes a new instance of the class. + /// + public StochasticSoilModelUpdateException() {} + + /// + /// Initializes a new instance of the class + /// with a specified error message. + /// + /// The error message that explains the reason for the exception. + public StochasticSoilModelUpdateException(string message) : base(message) {} + + /// + /// Initializes a new instance of the class + /// with a specified error message and a reference to the inner exception that is + /// the cause of this exception. + /// + /// The error message that explains the reason for the exception. + /// The exception that is the cause of the current exception, + /// or a null reference if no inner exception is specified. + public StochasticSoilModelUpdateException(string message, Exception inner) : base(message, inner) {} + + protected StochasticSoilModelUpdateException(SerializationInfo info, StreamingContext context) : base(info, context) { } + } +} \ No newline at end of file Index: Ringtoets/Piping/src/Ringtoets.Piping.IO/Importers/IStochasticSoilModelUpdateModelStrategy.cs =================================================================== diff -u -r66b07e7599319ea71ff109d8303f74a4a2e5f71c -re45d53ab48741d0112dca1ad6bb6cf199535c8b7 --- Ringtoets/Piping/src/Ringtoets.Piping.IO/Importers/IStochasticSoilModelUpdateModelStrategy.cs (.../IStochasticSoilModelUpdateModelStrategy.cs) (revision 66b07e7599319ea71ff109d8303f74a4a2e5f71c) +++ Ringtoets/Piping/src/Ringtoets.Piping.IO/Importers/IStochasticSoilModelUpdateModelStrategy.cs (.../IStochasticSoilModelUpdateModelStrategy.cs) (revision e45d53ab48741d0112dca1ad6bb6cf199535c8b7) @@ -23,6 +23,7 @@ using System.Collections.Generic; using Core.Common.Base; using Ringtoets.Piping.Data; +using Ringtoets.Piping.IO.Exceptions; namespace Ringtoets.Piping.IO.Importers { @@ -35,7 +36,7 @@ /// /// Adds the imported data to the . /// - /// The to which the imported data + /// The to which the imported data /// is added. /// The stochastic soil models which were imported. /// The path to the source file from which the soil models were imported. @@ -45,8 +46,8 @@ /// exception. /// A of updated instances. IEnumerable UpdateModelWithImportedData( - StochasticSoilModelCollection targetCollection, - IEnumerable readStochasticSoilModels, + StochasticSoilModelCollection targetCollection, + IEnumerable readStochasticSoilModels, string sourceFilePath); } } \ No newline at end of file Index: Ringtoets/Piping/src/Ringtoets.Piping.IO/Importers/ISurfaceLineUpdateDataStrategy.cs =================================================================== diff -u -r92549be285a5082435e9625732cf33ff50cd60b9 -re45d53ab48741d0112dca1ad6bb6cf199535c8b7 --- Ringtoets/Piping/src/Ringtoets.Piping.IO/Importers/ISurfaceLineUpdateDataStrategy.cs (.../ISurfaceLineUpdateDataStrategy.cs) (revision 92549be285a5082435e9625732cf33ff50cd60b9) +++ Ringtoets/Piping/src/Ringtoets.Piping.IO/Importers/ISurfaceLineUpdateDataStrategy.cs (.../ISurfaceLineUpdateDataStrategy.cs) (revision e45d53ab48741d0112dca1ad6bb6cf199535c8b7) @@ -23,6 +23,7 @@ using System.Collections.Generic; using Core.Common.Base; using Ringtoets.Piping.Data; +using Ringtoets.Piping.IO.Exceptions; using Ringtoets.Piping.Primitives; namespace Ringtoets.Piping.IO.Importers Fisheye: Tag e45d53ab48741d0112dca1ad6bb6cf199535c8b7 refers to a dead (removed) revision in file `Ringtoets/Piping/src/Ringtoets.Piping.IO/Importers/RingtoetsPipingSurfaceLineUpdateException.cs'. Fisheye: No comparison available. Pass `N' to diff? Index: Ringtoets/Piping/src/Ringtoets.Piping.IO/Importers/StochasticSoilModelImporter.cs =================================================================== diff -u -re1a8e98d60853beefbdb8c84e70f14165680ad7b -re45d53ab48741d0112dca1ad6bb6cf199535c8b7 --- Ringtoets/Piping/src/Ringtoets.Piping.IO/Importers/StochasticSoilModelImporter.cs (.../StochasticSoilModelImporter.cs) (revision e1a8e98d60853beefbdb8c84e70f14165680ad7b) +++ Ringtoets/Piping/src/Ringtoets.Piping.IO/Importers/StochasticSoilModelImporter.cs (.../StochasticSoilModelImporter.cs) (revision e45d53ab48741d0112dca1ad6bb6cf199535c8b7) @@ -51,9 +51,8 @@ /// The collection to update. /// The path to the file to import from. /// The to use - /// when updating the . - /// Thrown when or - /// is null. + /// when updating the . + /// Thrown when any of the input parameters is null. public StochasticSoilModelImporter(StochasticSoilModelCollection importTarget, string filePath, IStochasticSoilModelUpdateModelStrategy modelUpdateStrategy) : base(filePath, importTarget) { @@ -185,7 +184,7 @@ if (currentProfile.SoilProfileId == previousProfile.SoilProfileId && currentProfile.SoilProfileType == previousProfile.SoilProfileType) { - log.Warn(string.Format(Resources.StochasticSoilModelImporter_MergeStochasticSoilProfiles_Multiple_SoilProfile_0_used_in_StochasticSoilModel_1_Probabilities_added_, + log.Warn(string.Format(Resources.StochasticSoilModelImporter_MergeStochasticSoilProfiles_Multiple_SoilProfile_0_used_in_StochasticSoilModel_1_Probabilities_added, previousProfile.SoilProfile.Name, stochasticSoilModel.Name)); @@ -228,7 +227,9 @@ try { using (var stochasticSoilModelReader = new StochasticSoilModelReader(FilePath)) + { return GetStochasticSoilModelReadResult(stochasticSoilModelReader); + } } catch (CriticalFileReadException e) { @@ -276,7 +277,9 @@ try { using (var soilProfileReader = new PipingSoilProfileReader(FilePath)) + { return GetProfileReadResult(soilProfileReader); + } } catch (CriticalFileReadException e) { Fisheye: Tag e45d53ab48741d0112dca1ad6bb6cf199535c8b7 refers to a dead (removed) revision in file `Ringtoets/Piping/src/Ringtoets.Piping.IO/Importers/StochasticSoilModelUpdateException.cs'. Fisheye: No comparison available. Pass `N' to diff? Index: Ringtoets/Piping/src/Ringtoets.Piping.IO/Properties/Resources.Designer.cs =================================================================== diff -u -rea92fc3f6a4fcee8fd9fab1a17a66b4abddd80b2 -re45d53ab48741d0112dca1ad6bb6cf199535c8b7 --- Ringtoets/Piping/src/Ringtoets.Piping.IO/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision ea92fc3f6a4fcee8fd9fab1a17a66b4abddd80b2) +++ Ringtoets/Piping/src/Ringtoets.Piping.IO/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision e45d53ab48741d0112dca1ad6bb6cf199535c8b7) @@ -612,10 +612,10 @@ /// /// Looks up a localized string similar to Ondergrondschematisatie '{0}' is meerdere keren gevonden in ondergrondmodel '{1}'. Kansen van voorkomen worden opgeteld.. /// - public static string StochasticSoilModelImporter_MergeStochasticSoilProfiles_Multiple_SoilProfile_0_used_in_StochasticSoilModel_1_Probabilities_added_ { + public static string StochasticSoilModelImporter_MergeStochasticSoilProfiles_Multiple_SoilProfile_0_used_in_StochasticSoilModel_1_Probabilities_added { get { return ResourceManager.GetString("StochasticSoilModelImporter_MergeStochasticSoilProfiles_Multiple_SoilProfile_0_us" + - "ed_in_StochasticSoilModel_1_Probabilities_added.", resourceCulture); + "ed_in_StochasticSoilModel_1_Probabilities_added", resourceCulture); } } Index: Ringtoets/Piping/src/Ringtoets.Piping.IO/Properties/Resources.resx =================================================================== diff -u -rea92fc3f6a4fcee8fd9fab1a17a66b4abddd80b2 -re45d53ab48741d0112dca1ad6bb6cf199535c8b7 --- Ringtoets/Piping/src/Ringtoets.Piping.IO/Properties/Resources.resx (.../Resources.resx) (revision ea92fc3f6a4fcee8fd9fab1a17a66b4abddd80b2) +++ Ringtoets/Piping/src/Ringtoets.Piping.IO/Properties/Resources.resx (.../Resources.resx) (revision e45d53ab48741d0112dca1ad6bb6cf199535c8b7) @@ -231,7 +231,7 @@ De som van de kansen van voorkomen in het stochastich ondergrondmodel '{0}' is niet gelijk aan 100%. - + Ondergrondschematisatie '{0}' is meerdere keren gevonden in ondergrondmodel '{1}'. Kansen van voorkomen worden opgeteld. Index: Ringtoets/Piping/src/Ringtoets.Piping.IO/Ringtoets.Piping.IO.csproj =================================================================== diff -u -r26da131fa5dbcf95f9a16de6f81eb4acc8d1be14 -re45d53ab48741d0112dca1ad6bb6cf199535c8b7 --- Ringtoets/Piping/src/Ringtoets.Piping.IO/Ringtoets.Piping.IO.csproj (.../Ringtoets.Piping.IO.csproj) (revision 26da131fa5dbcf95f9a16de6f81eb4acc8d1be14) +++ Ringtoets/Piping/src/Ringtoets.Piping.IO/Ringtoets.Piping.IO.csproj (.../Ringtoets.Piping.IO.csproj) (revision e45d53ab48741d0112dca1ad6bb6cf199535c8b7) @@ -45,9 +45,9 @@ - + - + @@ -57,9 +57,9 @@ - + - + Index: Ringtoets/Piping/src/Ringtoets.Piping.IO/SoilProfile/SoilLayer2DReader.cs =================================================================== diff -u -rb2b9fdf365e70928a05c57966eeed30d9050e528 -re45d53ab48741d0112dca1ad6bb6cf199535c8b7 --- Ringtoets/Piping/src/Ringtoets.Piping.IO/SoilProfile/SoilLayer2DReader.cs (.../SoilLayer2DReader.cs) (revision b2b9fdf365e70928a05c57966eeed30d9050e528) +++ Ringtoets/Piping/src/Ringtoets.Piping.IO/SoilProfile/SoilLayer2DReader.cs (.../SoilLayer2DReader.cs) (revision e45d53ab48741d0112dca1ad6bb6cf199535c8b7) @@ -31,6 +31,7 @@ using Core.Common.Base.Geometry; using Core.Common.Utils.Reflection; using Ringtoets.Piping.IO.Builders; +using Ringtoets.Piping.IO.Exceptions; using Ringtoets.Piping.IO.Properties; using Ringtoets.Piping.Primitives; Index: Ringtoets/Piping/src/Ringtoets.Piping.Plugin/FileImporter/RingtoetsPipingSurfaceLineReplaceDataStrategy.cs =================================================================== diff -u -rb1537a16c5961d9f66d5564c215f4bee59294f82 -re45d53ab48741d0112dca1ad6bb6cf199535c8b7 --- Ringtoets/Piping/src/Ringtoets.Piping.Plugin/FileImporter/RingtoetsPipingSurfaceLineReplaceDataStrategy.cs (.../RingtoetsPipingSurfaceLineReplaceDataStrategy.cs) (revision b1537a16c5961d9f66d5564c215f4bee59294f82) +++ Ringtoets/Piping/src/Ringtoets.Piping.Plugin/FileImporter/RingtoetsPipingSurfaceLineReplaceDataStrategy.cs (.../RingtoetsPipingSurfaceLineReplaceDataStrategy.cs) (revision e45d53ab48741d0112dca1ad6bb6cf199535c8b7) @@ -24,6 +24,7 @@ using Core.Common.Base; using Ringtoets.Common.Data.UpdateDataStrategies; using Ringtoets.Piping.Data; +using Ringtoets.Piping.IO.Exceptions; using Ringtoets.Piping.IO.Importers; using Ringtoets.Piping.Primitives; using Ringtoets.Piping.Service; Index: Ringtoets/Piping/src/Ringtoets.Piping.Plugin/FileImporter/RingtoetsPipingSurfaceLineUpdateStrategy.cs =================================================================== diff -u -re9a40c653a63e31757bf87930745200f9c22cb2e -re45d53ab48741d0112dca1ad6bb6cf199535c8b7 --- Ringtoets/Piping/src/Ringtoets.Piping.Plugin/FileImporter/RingtoetsPipingSurfaceLineUpdateStrategy.cs (.../RingtoetsPipingSurfaceLineUpdateStrategy.cs) (revision e9a40c653a63e31757bf87930745200f9c22cb2e) +++ Ringtoets/Piping/src/Ringtoets.Piping.Plugin/FileImporter/RingtoetsPipingSurfaceLineUpdateStrategy.cs (.../RingtoetsPipingSurfaceLineUpdateStrategy.cs) (revision e45d53ab48741d0112dca1ad6bb6cf199535c8b7) @@ -27,6 +27,7 @@ using Ringtoets.Common.Service; using Ringtoets.Piping.Data; using Ringtoets.Piping.Forms; +using Ringtoets.Piping.IO.Exceptions; using Ringtoets.Piping.IO.Importers; using Ringtoets.Piping.Plugin.Properties; using Ringtoets.Piping.Primitives; Index: Ringtoets/Piping/src/Ringtoets.Piping.Plugin/FileImporter/StochasticSoilModelReplaceDataStrategy.cs =================================================================== diff -u -rb1537a16c5961d9f66d5564c215f4bee59294f82 -re45d53ab48741d0112dca1ad6bb6cf199535c8b7 --- Ringtoets/Piping/src/Ringtoets.Piping.Plugin/FileImporter/StochasticSoilModelReplaceDataStrategy.cs (.../StochasticSoilModelReplaceDataStrategy.cs) (revision b1537a16c5961d9f66d5564c215f4bee59294f82) +++ Ringtoets/Piping/src/Ringtoets.Piping.Plugin/FileImporter/StochasticSoilModelReplaceDataStrategy.cs (.../StochasticSoilModelReplaceDataStrategy.cs) (revision e45d53ab48741d0112dca1ad6bb6cf199535c8b7) @@ -24,6 +24,7 @@ using Core.Common.Base; using Ringtoets.Common.Data.UpdateDataStrategies; using Ringtoets.Piping.Data; +using Ringtoets.Piping.IO.Exceptions; using Ringtoets.Piping.IO.Importers; using Ringtoets.Piping.Service; Index: Ringtoets/Piping/src/Ringtoets.Piping.Plugin/FileImporter/StochasticSoilModelUpdateDataStrategy.cs =================================================================== diff -u -r501642521ffd0016f8f8c1d1b618395c4898612b -re45d53ab48741d0112dca1ad6bb6cf199535c8b7 --- Ringtoets/Piping/src/Ringtoets.Piping.Plugin/FileImporter/StochasticSoilModelUpdateDataStrategy.cs (.../StochasticSoilModelUpdateDataStrategy.cs) (revision 501642521ffd0016f8f8c1d1b618395c4898612b) +++ Ringtoets/Piping/src/Ringtoets.Piping.Plugin/FileImporter/StochasticSoilModelUpdateDataStrategy.cs (.../StochasticSoilModelUpdateDataStrategy.cs) (revision e45d53ab48741d0112dca1ad6bb6cf199535c8b7) @@ -26,6 +26,7 @@ using Core.Common.Utils; using Ringtoets.Common.Data.UpdateDataStrategies; using Ringtoets.Piping.Data; +using Ringtoets.Piping.IO.Exceptions; using Ringtoets.Piping.IO.Importers; using Ringtoets.Piping.Plugin.Properties; using Ringtoets.Piping.Primitives; Index: Ringtoets/Piping/test/Ringtoets.Piping.IO.Test/Builders/SoilLayer1DTest.cs =================================================================== diff -u -r2d7f22520e157ccfefbf12a4d9845de8bfb04f50 -re45d53ab48741d0112dca1ad6bb6cf199535c8b7 --- Ringtoets/Piping/test/Ringtoets.Piping.IO.Test/Builders/SoilLayer1DTest.cs (.../SoilLayer1DTest.cs) (revision 2d7f22520e157ccfefbf12a4d9845de8bfb04f50) +++ Ringtoets/Piping/test/Ringtoets.Piping.IO.Test/Builders/SoilLayer1DTest.cs (.../SoilLayer1DTest.cs) (revision e45d53ab48741d0112dca1ad6bb6cf199535c8b7) @@ -23,6 +23,7 @@ using System.Drawing; using NUnit.Framework; using Ringtoets.Piping.IO.Builders; +using Ringtoets.Piping.IO.Exceptions; using Ringtoets.Piping.Primitives; namespace Ringtoets.Piping.IO.Test.Builders Index: Ringtoets/Piping/test/Ringtoets.Piping.IO.Test/Builders/SoilLayer2DTest.cs =================================================================== diff -u -r99f3b343f5ac4aed453d9f6d291217de76ef5314 -re45d53ab48741d0112dca1ad6bb6cf199535c8b7 --- Ringtoets/Piping/test/Ringtoets.Piping.IO.Test/Builders/SoilLayer2DTest.cs (.../SoilLayer2DTest.cs) (revision 99f3b343f5ac4aed453d9f6d291217de76ef5314) +++ Ringtoets/Piping/test/Ringtoets.Piping.IO.Test/Builders/SoilLayer2DTest.cs (.../SoilLayer2DTest.cs) (revision e45d53ab48741d0112dca1ad6bb6cf199535c8b7) @@ -27,6 +27,7 @@ using NUnit.Framework; using Ringtoets.Piping.Data.TestUtil; using Ringtoets.Piping.IO.Builders; +using Ringtoets.Piping.IO.Exceptions; using Ringtoets.Piping.IO.Properties; using Ringtoets.Piping.Primitives; Fisheye: Tag e45d53ab48741d0112dca1ad6bb6cf199535c8b7 refers to a dead (removed) revision in file `Ringtoets/Piping/test/Ringtoets.Piping.IO.Test/Builders/SoilLayerConversionExceptionTest.cs'. Fisheye: No comparison available. Pass `N' to diff? Index: Ringtoets/Piping/test/Ringtoets.Piping.IO.Test/Builders/SoilProfileBuilder1DTest.cs =================================================================== diff -u -r751aaf9b7623bac357cbacf4e6ddae87b2b69f1f -re45d53ab48741d0112dca1ad6bb6cf199535c8b7 --- Ringtoets/Piping/test/Ringtoets.Piping.IO.Test/Builders/SoilProfileBuilder1DTest.cs (.../SoilProfileBuilder1DTest.cs) (revision 751aaf9b7623bac357cbacf4e6ddae87b2b69f1f) +++ Ringtoets/Piping/test/Ringtoets.Piping.IO.Test/Builders/SoilProfileBuilder1DTest.cs (.../SoilProfileBuilder1DTest.cs) (revision e45d53ab48741d0112dca1ad6bb6cf199535c8b7) @@ -23,6 +23,7 @@ using System.Linq; using NUnit.Framework; using Ringtoets.Piping.IO.Builders; +using Ringtoets.Piping.IO.Exceptions; using Ringtoets.Piping.Primitives; namespace Ringtoets.Piping.IO.Test.Builders Index: Ringtoets/Piping/test/Ringtoets.Piping.IO.Test/Builders/SoilProfileBuilder2DTest.cs =================================================================== diff -u -r99f3b343f5ac4aed453d9f6d291217de76ef5314 -re45d53ab48741d0112dca1ad6bb6cf199535c8b7 --- Ringtoets/Piping/test/Ringtoets.Piping.IO.Test/Builders/SoilProfileBuilder2DTest.cs (.../SoilProfileBuilder2DTest.cs) (revision 99f3b343f5ac4aed453d9f6d291217de76ef5314) +++ Ringtoets/Piping/test/Ringtoets.Piping.IO.Test/Builders/SoilProfileBuilder2DTest.cs (.../SoilProfileBuilder2DTest.cs) (revision e45d53ab48741d0112dca1ad6bb6cf199535c8b7) @@ -26,6 +26,7 @@ using NUnit.Framework; using Ringtoets.Piping.Data.TestUtil; using Ringtoets.Piping.IO.Builders; +using Ringtoets.Piping.IO.Exceptions; using Ringtoets.Piping.IO.Properties; using Ringtoets.Piping.Primitives; Fisheye: Tag e45d53ab48741d0112dca1ad6bb6cf199535c8b7 refers to a dead (removed) revision in file `Ringtoets/Piping/test/Ringtoets.Piping.IO.Test/Builders/SoilProfileBuilderExceptionTest.cs'. Fisheye: No comparison available. Pass `N' to diff? Index: Ringtoets/Piping/test/Ringtoets.Piping.IO.Test/Exceptions/RingtoetsPipingSurfaceLineUpdateExceptionTest.cs =================================================================== diff -u --- Ringtoets/Piping/test/Ringtoets.Piping.IO.Test/Exceptions/RingtoetsPipingSurfaceLineUpdateExceptionTest.cs (revision 0) +++ Ringtoets/Piping/test/Ringtoets.Piping.IO.Test/Exceptions/RingtoetsPipingSurfaceLineUpdateExceptionTest.cs (revision e45d53ab48741d0112dca1ad6bb6cf199535c8b7) @@ -0,0 +1,32 @@ +// Copyright (C) Stichting Deltares 2016. All rights reserved. +// +// This file is part of Ringtoets. +// +// Ringtoets is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// All names, logos, and references to "Deltares" are registered trademarks of +// Stichting Deltares and remain full property of Stichting Deltares at all times. +// All rights reserved. + +using System; +using Core.Common.TestUtil; +using NUnit.Framework; +using Ringtoets.Piping.IO.Exceptions; + +namespace Ringtoets.Piping.IO.Test.Exceptions +{ + [TestFixture] + public class RingtoetsPipingSurfaceLineUpdateExceptionTest : + CustomExceptionDesignGuidelinesTestFixture {} +} Index: Ringtoets/Piping/test/Ringtoets.Piping.IO.Test/Exceptions/SoilLayerConversionExceptionTest.cs =================================================================== diff -u --- Ringtoets/Piping/test/Ringtoets.Piping.IO.Test/Exceptions/SoilLayerConversionExceptionTest.cs (revision 0) +++ Ringtoets/Piping/test/Ringtoets.Piping.IO.Test/Exceptions/SoilLayerConversionExceptionTest.cs (revision e45d53ab48741d0112dca1ad6bb6cf199535c8b7) @@ -0,0 +1,32 @@ +// Copyright (C) Stichting Deltares 2016. All rights reserved. +// +// This file is part of Ringtoets. +// +// Ringtoets is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// All names, logos, and references to "Deltares" are registered trademarks of +// Stichting Deltares and remain full property of Stichting Deltares at all times. +// All rights reserved. + +using System; +using Core.Common.TestUtil; +using NUnit.Framework; +using Ringtoets.Piping.IO.Exceptions; + +namespace Ringtoets.Piping.IO.Test.Exceptions +{ + [TestFixture] + public class SoilLayerConversionExceptionTest : + CustomExceptionDesignGuidelinesTestFixture {} +} \ No newline at end of file Index: Ringtoets/Piping/test/Ringtoets.Piping.IO.Test/Exceptions/SoilProfileBuilderExceptionTest.cs =================================================================== diff -u --- Ringtoets/Piping/test/Ringtoets.Piping.IO.Test/Exceptions/SoilProfileBuilderExceptionTest.cs (revision 0) +++ Ringtoets/Piping/test/Ringtoets.Piping.IO.Test/Exceptions/SoilProfileBuilderExceptionTest.cs (revision e45d53ab48741d0112dca1ad6bb6cf199535c8b7) @@ -0,0 +1,32 @@ +// Copyright (C) Stichting Deltares 2016. All rights reserved. +// +// This file is part of Ringtoets. +// +// Ringtoets is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// All names, logos, and references to "Deltares" are registered trademarks of +// Stichting Deltares and remain full property of Stichting Deltares at all times. +// All rights reserved. + +using System; +using Core.Common.TestUtil; +using NUnit.Framework; +using Ringtoets.Piping.IO.Exceptions; + +namespace Ringtoets.Piping.IO.Test.Exceptions +{ + [TestFixture] + public class SoilProfileBuilderExceptionTest : + CustomExceptionDesignGuidelinesTestFixture {} +} \ No newline at end of file Index: Ringtoets/Piping/test/Ringtoets.Piping.IO.Test/Exceptions/StochasticSoilModelUpdateExceptionTest.cs =================================================================== diff -u --- Ringtoets/Piping/test/Ringtoets.Piping.IO.Test/Exceptions/StochasticSoilModelUpdateExceptionTest.cs (revision 0) +++ Ringtoets/Piping/test/Ringtoets.Piping.IO.Test/Exceptions/StochasticSoilModelUpdateExceptionTest.cs (revision e45d53ab48741d0112dca1ad6bb6cf199535c8b7) @@ -0,0 +1,32 @@ +// Copyright (C) Stichting Deltares 2016. All rights reserved. +// +// This file is part of Ringtoets. +// +// Ringtoets is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// All names, logos, and references to "Deltares" are registered trademarks of +// Stichting Deltares and remain full property of Stichting Deltares at all times. +// All rights reserved. + +using System; +using Core.Common.TestUtil; +using NUnit.Framework; +using Ringtoets.Piping.IO.Exceptions; + +namespace Ringtoets.Piping.IO.Test.Exceptions +{ + [TestFixture] + public class StochasticSoilModelUpdateExceptionTest : + CustomExceptionDesignGuidelinesTestFixture {} +} \ No newline at end of file Fisheye: Tag e45d53ab48741d0112dca1ad6bb6cf199535c8b7 refers to a dead (removed) revision in file `Ringtoets/Piping/test/Ringtoets.Piping.IO.Test/Importers/RingtoetsPipingSurfaceLineUpdateExceptionTest.cs'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag e45d53ab48741d0112dca1ad6bb6cf199535c8b7 refers to a dead (removed) revision in file `Ringtoets/Piping/test/Ringtoets.Piping.IO.Test/Importers/StochasticSoilModelUpdateExceptionTest.cs'. Fisheye: No comparison available. Pass `N' to diff? Index: Ringtoets/Piping/test/Ringtoets.Piping.IO.Test/Ringtoets.Piping.IO.Test.csproj =================================================================== diff -u -r495d775e889a791c4c1003145d985e4742cf74cd -re45d53ab48741d0112dca1ad6bb6cf199535c8b7 --- Ringtoets/Piping/test/Ringtoets.Piping.IO.Test/Ringtoets.Piping.IO.Test.csproj (.../Ringtoets.Piping.IO.Test.csproj) (revision 495d775e889a791c4c1003145d985e4742cf74cd) +++ Ringtoets/Piping/test/Ringtoets.Piping.IO.Test/Ringtoets.Piping.IO.Test.csproj (.../Ringtoets.Piping.IO.Test.csproj) (revision e45d53ab48741d0112dca1ad6bb6cf199535c8b7) @@ -65,18 +65,18 @@ - + - + - - + + Index: Ringtoets/Piping/test/Ringtoets.Piping.IO.Test/SoilProfile/SoilLayer2DReaderTest.cs =================================================================== diff -u -r74817f4dbb43aa0346f8b839e59370f786c5d452 -re45d53ab48741d0112dca1ad6bb6cf199535c8b7 --- Ringtoets/Piping/test/Ringtoets.Piping.IO.Test/SoilProfile/SoilLayer2DReaderTest.cs (.../SoilLayer2DReaderTest.cs) (revision 74817f4dbb43aa0346f8b839e59370f786c5d452) +++ Ringtoets/Piping/test/Ringtoets.Piping.IO.Test/SoilProfile/SoilLayer2DReaderTest.cs (.../SoilLayer2DReaderTest.cs) (revision e45d53ab48741d0112dca1ad6bb6cf199535c8b7) @@ -27,6 +27,7 @@ using Core.Common.Base.Geometry; using NUnit.Framework; using Ringtoets.Piping.IO.Builders; +using Ringtoets.Piping.IO.Exceptions; using Ringtoets.Piping.IO.Properties; using Ringtoets.Piping.IO.SoilProfile; using Ringtoets.Piping.IO.Test.TestHelpers; Index: Ringtoets/Piping/test/Ringtoets.Piping.Plugin.Test/FileImporter/RingtoetsPipingSurfaceLineReplaceDataStrategyTest.cs =================================================================== diff -u -rb1537a16c5961d9f66d5564c215f4bee59294f82 -re45d53ab48741d0112dca1ad6bb6cf199535c8b7 --- Ringtoets/Piping/test/Ringtoets.Piping.Plugin.Test/FileImporter/RingtoetsPipingSurfaceLineReplaceDataStrategyTest.cs (.../RingtoetsPipingSurfaceLineReplaceDataStrategyTest.cs) (revision b1537a16c5961d9f66d5564c215f4bee59294f82) +++ Ringtoets/Piping/test/Ringtoets.Piping.Plugin.Test/FileImporter/RingtoetsPipingSurfaceLineReplaceDataStrategyTest.cs (.../RingtoetsPipingSurfaceLineReplaceDataStrategyTest.cs) (revision e45d53ab48741d0112dca1ad6bb6cf199535c8b7) @@ -27,6 +27,7 @@ using NUnit.Framework; using Ringtoets.Common.Data.UpdateDataStrategies; using Ringtoets.Piping.Data; +using Ringtoets.Piping.IO.Exceptions; using Ringtoets.Piping.IO.Importers; using Ringtoets.Piping.Plugin.FileImporter; using Ringtoets.Piping.Primitives; Index: Ringtoets/Piping/test/Ringtoets.Piping.Plugin.Test/FileImporter/RingtoetsPipingSurfaceLineUpdateDataStrategyTest.cs =================================================================== diff -u -re9a40c653a63e31757bf87930745200f9c22cb2e -re45d53ab48741d0112dca1ad6bb6cf199535c8b7 --- Ringtoets/Piping/test/Ringtoets.Piping.Plugin.Test/FileImporter/RingtoetsPipingSurfaceLineUpdateDataStrategyTest.cs (.../RingtoetsPipingSurfaceLineUpdateDataStrategyTest.cs) (revision e9a40c653a63e31757bf87930745200f9c22cb2e) +++ Ringtoets/Piping/test/Ringtoets.Piping.Plugin.Test/FileImporter/RingtoetsPipingSurfaceLineUpdateDataStrategyTest.cs (.../RingtoetsPipingSurfaceLineUpdateDataStrategyTest.cs) (revision e45d53ab48741d0112dca1ad6bb6cf199535c8b7) @@ -28,6 +28,7 @@ using Ringtoets.Common.Data.UpdateDataStrategies; using Ringtoets.Piping.Data; using Ringtoets.Piping.Data.TestUtil; +using Ringtoets.Piping.IO.Exceptions; using Ringtoets.Piping.IO.Importers; using Ringtoets.Piping.KernelWrapper.TestUtil; using Ringtoets.Piping.Plugin.FileImporter; Index: Ringtoets/Piping/test/Ringtoets.Piping.Plugin.Test/FileImporter/StochasticSoilModelReplaceDataStrategyTest.cs =================================================================== diff -u -rb1537a16c5961d9f66d5564c215f4bee59294f82 -re45d53ab48741d0112dca1ad6bb6cf199535c8b7 --- Ringtoets/Piping/test/Ringtoets.Piping.Plugin.Test/FileImporter/StochasticSoilModelReplaceDataStrategyTest.cs (.../StochasticSoilModelReplaceDataStrategyTest.cs) (revision b1537a16c5961d9f66d5564c215f4bee59294f82) +++ Ringtoets/Piping/test/Ringtoets.Piping.Plugin.Test/FileImporter/StochasticSoilModelReplaceDataStrategyTest.cs (.../StochasticSoilModelReplaceDataStrategyTest.cs) (revision e45d53ab48741d0112dca1ad6bb6cf199535c8b7) @@ -27,6 +27,7 @@ using Ringtoets.Common.Data.UpdateDataStrategies; using Ringtoets.Piping.Data; using Ringtoets.Piping.Data.TestUtil; +using Ringtoets.Piping.IO.Exceptions; using Ringtoets.Piping.IO.Importers; using Ringtoets.Piping.Plugin.FileImporter; Index: Ringtoets/Piping/test/Ringtoets.Piping.Plugin.Test/FileImporter/StochasticSoilModelUpdateDataStrategyTest.cs =================================================================== diff -u -r157d5c598ec416ce7989b0da4ba54f4f1e5d8b47 -re45d53ab48741d0112dca1ad6bb6cf199535c8b7 --- Ringtoets/Piping/test/Ringtoets.Piping.Plugin.Test/FileImporter/StochasticSoilModelUpdateDataStrategyTest.cs (.../StochasticSoilModelUpdateDataStrategyTest.cs) (revision 157d5c598ec416ce7989b0da4ba54f4f1e5d8b47) +++ Ringtoets/Piping/test/Ringtoets.Piping.Plugin.Test/FileImporter/StochasticSoilModelUpdateDataStrategyTest.cs (.../StochasticSoilModelUpdateDataStrategyTest.cs) (revision e45d53ab48741d0112dca1ad6bb6cf199535c8b7) @@ -27,6 +27,7 @@ using Ringtoets.Common.Data.UpdateDataStrategies; using Ringtoets.Piping.Data; using Ringtoets.Piping.Data.TestUtil; +using Ringtoets.Piping.IO.Exceptions; using Ringtoets.Piping.IO.Importers; using Ringtoets.Piping.KernelWrapper.TestUtil; using Ringtoets.Piping.Plugin.FileImporter;