Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/RingtoetsEntities.Designer.cs
===================================================================
diff -u -rf909c714921a6c7c24772a7510ce5ad134f70cf5 -rd75f3b9393379183384128e980ba9e558cf29e3d
--- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/RingtoetsEntities.Designer.cs (.../RingtoetsEntities.Designer.cs) (revision f909c714921a6c7c24772a7510ce5ad134f70cf5)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/RingtoetsEntities.Designer.cs (.../RingtoetsEntities.Designer.cs) (revision d75f3b9393379183384128e980ba9e558cf29e3d)
@@ -1,4 +1,25 @@
-// T4 code generation is enabled for model 'D:\Repos\Ringtoets\Application\Ringtoets\src\Application.Ringtoets.Storage\DbContext\RingtoetsEntities.edmx'.
+// Copyright (C) Stichting Deltares 2017. 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.
+
+// T4 code generation is enabled for model 'D:\Repos\Ringtoets\Application\Ringtoets\src\Application.Ringtoets.Storage\DbContext\RingtoetsEntities.edmx'.
// To enable legacy code generation, change the value of the 'Code Generation Strategy' designer
// property to 'Legacy ObjectContext'. This property is available in the Properties Window when the model
// is open in the designer.
Index: Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Integration.TestUtil.Test/Properties/AssemblyInfo.cs
===================================================================
diff -u -rd037959013b6997c5edc0b2f8c6b55a92c4e4ced -rd75f3b9393379183384128e980ba9e558cf29e3d
--- Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Integration.TestUtil.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision d037959013b6997c5edc0b2f8c6b55a92c4e4ced)
+++ Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Integration.TestUtil.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision d75f3b9393379183384128e980ba9e558cf29e3d)
@@ -22,6 +22,6 @@
using System.Reflection;
using System.Runtime.InteropServices;
-[assembly: AssemblyTitle("Ringtoets.MacroStabilityInwards.Integration.TestUtils.Test")]
-[assembly: AssemblyProduct("Ringtoets.MacroStabilityInwards.Integration.TestUtils.Test")]
+[assembly: AssemblyTitle("Ringtoets.MacroStabilityInwards.Integration.TestUtil.Test")]
+[assembly: AssemblyProduct("Ringtoets.MacroStabilityInwards.Integration.TestUtil.Test")]
[assembly: Guid("cf7c2e5c-3762-4929-b2c2-566dd01adfd7")]
\ No newline at end of file
Index: Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Integration.TestUtil/Properties/AssemblyInfo.cs
===================================================================
diff -u -rd037959013b6997c5edc0b2f8c6b55a92c4e4ced -rd75f3b9393379183384128e980ba9e558cf29e3d
--- Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Integration.TestUtil/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision d037959013b6997c5edc0b2f8c6b55a92c4e4ced)
+++ Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Integration.TestUtil/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision d75f3b9393379183384128e980ba9e558cf29e3d)
@@ -22,6 +22,6 @@
using System.Reflection;
using System.Runtime.InteropServices;
-[assembly: AssemblyTitle("Ringtoets.MacroStabilityInwards.Integration.TestUtils")]
-[assembly: AssemblyProduct("Ringtoets.MacroStabilityInwards.Integration.TestUtils")]
+[assembly: AssemblyTitle("Ringtoets.MacroStabilityInwards.Integration.TestUtil")]
+[assembly: AssemblyProduct("Ringtoets.MacroStabilityInwards.Integration.TestUtil")]
[assembly: Guid("8e0055e0-7e51-4bcc-badb-33ca07bf4174")]
\ No newline at end of file
Index: Ringtoets/Piping/src/Ringtoets.Piping.Data/PipingSoilProfileExtensions.cs
===================================================================
diff -u -re1dd0f93e3e7051332396cad1db21a0c88d5df64 -rd75f3b9393379183384128e980ba9e558cf29e3d
--- Ringtoets/Piping/src/Ringtoets.Piping.Data/PipingSoilProfileExtensions.cs (.../PipingSoilProfileExtensions.cs) (revision e1dd0f93e3e7051332396cad1db21a0c88d5df64)
+++ Ringtoets/Piping/src/Ringtoets.Piping.Data/PipingSoilProfileExtensions.cs (.../PipingSoilProfileExtensions.cs) (revision d75f3b9393379183384128e980ba9e558cf29e3d)
@@ -107,6 +107,10 @@
/// Collection of consecutive , ordered by
/// which are part of .
/// The total thickness of the consecutive layers below the given .
+ /// Thrown when either or
+ /// is null.
+ /// Thrown when the bottommost is not part of
+ /// .
private static double TotalThicknessOfConsecutiveLayersBelowLevel(PipingSoilProfile soilProfile, double level, PipingSoilLayer[] layers)
{
if (soilProfile == null)
Index: Ringtoets/Piping/test/Ringtoets.Piping.Integration.TestUtil.Test/Properties/AssemblyInfo.cs
===================================================================
diff -u -rd037959013b6997c5edc0b2f8c6b55a92c4e4ced -rd75f3b9393379183384128e980ba9e558cf29e3d
--- Ringtoets/Piping/test/Ringtoets.Piping.Integration.TestUtil.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision d037959013b6997c5edc0b2f8c6b55a92c4e4ced)
+++ Ringtoets/Piping/test/Ringtoets.Piping.Integration.TestUtil.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision d75f3b9393379183384128e980ba9e558cf29e3d)
@@ -22,6 +22,6 @@
using System.Reflection;
using System.Runtime.InteropServices;
-[assembly: AssemblyTitle("Ringtoets.Piping.Integration.TestUtils.Test")]
-[assembly: AssemblyProduct("Ringtoets.Piping.Integration.TestUtils.Test")]
+[assembly: AssemblyTitle("Ringtoets.Piping.Integration.TestUtil.Test")]
+[assembly: AssemblyProduct("Ringtoets.Piping.Integration.TestUtil.Test")]
[assembly: Guid("070dc87d-520b-4a84-8965-ed5012875fcc")]
\ No newline at end of file
Index: Ringtoets/Piping/test/Ringtoets.Piping.Integration.TestUtil/Properties/AssemblyInfo.cs
===================================================================
diff -u -rd037959013b6997c5edc0b2f8c6b55a92c4e4ced -rd75f3b9393379183384128e980ba9e558cf29e3d
--- Ringtoets/Piping/test/Ringtoets.Piping.Integration.TestUtil/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision d037959013b6997c5edc0b2f8c6b55a92c4e4ced)
+++ Ringtoets/Piping/test/Ringtoets.Piping.Integration.TestUtil/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision d75f3b9393379183384128e980ba9e558cf29e3d)
@@ -22,6 +22,6 @@
using System.Reflection;
using System.Runtime.InteropServices;
-[assembly: AssemblyTitle("Ringtoets.Piping.Integration.TestUtils")]
-[assembly: AssemblyProduct("Ringtoets.Piping.Integration.TestUtils")]
+[assembly: AssemblyTitle("Ringtoets.Piping.Integration.TestUtil")]
+[assembly: AssemblyProduct("Ringtoets.Piping.Integration.TestUtil")]
[assembly: Guid("73ccaa49-4c40-4083-978b-cb516693236a")]
\ No newline at end of file