Index: Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.IO/Properties/Resources.Designer.cs
===================================================================
diff -u -rad17f1b8f41d6b4b75c9f39b427dddf31b47cef0 -r5ca9ebddbe39ad92507e2f0d6b739c6e35cdb248
--- Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.IO/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision ad17f1b8f41d6b4b75c9f39b427dddf31b47cef0)
+++ Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.IO/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 5ca9ebddbe39ad92507e2f0d6b739c6e35cdb248)
@@ -1,4 +1,25 @@
-//------------------------------------------------------------------------------
+// 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.
+
+//------------------------------------------------------------------------------
//
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
@@ -103,7 +124,7 @@
}
///
- /// Looks up a localized string similar to Het opgegeven dijkprofiel '{0}' heeft geen geometrie en kan daarom niet gebruikt worden..
+ /// Looks up a localized string similar to Het opgegeven dijkprofiel '{0}' heeft geen voorlandgeometrie en kan daarom niet gebruikt worden..
///
internal static string GrassCoverErosionInwardsCalculationConfigurationImporter_ValidateWaveReduction_DikeProfile_0_has_no_geometry_and_cannot_be_used {
get {
Index: Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.IO/Properties/Resources.resx
===================================================================
diff -u -rad17f1b8f41d6b4b75c9f39b427dddf31b47cef0 -r5ca9ebddbe39ad92507e2f0d6b739c6e35cdb248
--- Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.IO/Properties/Resources.resx (.../Resources.resx) (revision ad17f1b8f41d6b4b75c9f39b427dddf31b47cef0)
+++ Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.IO/Properties/Resources.resx (.../Resources.resx) (revision 5ca9ebddbe39ad92507e2f0d6b739c6e35cdb248)
@@ -137,7 +137,7 @@
Een waarde van '{0}' als oriëntatie is ongeldig.
- Het opgegeven dijkprofiel '{0}' heeft geen geometrie en kan daarom niet gebruikt worden.
+ Het opgegeven dijkprofiel '{0}' heeft geen voorlandgeometrie en kan daarom niet gebruikt worden.
Er is geen dijkprofiel opgegeven om golfreductie parameters aan toe te voegen.
Index: Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.IO.Test/Importers/GrassCoverErosionInwardsCalculationConfigurationImporterTest.cs
===================================================================
diff -u -rad17f1b8f41d6b4b75c9f39b427dddf31b47cef0 -r5ca9ebddbe39ad92507e2f0d6b739c6e35cdb248
--- Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.IO.Test/Importers/GrassCoverErosionInwardsCalculationConfigurationImporterTest.cs (.../GrassCoverErosionInwardsCalculationConfigurationImporterTest.cs) (revision ad17f1b8f41d6b4b75c9f39b427dddf31b47cef0)
+++ Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.IO.Test/Importers/GrassCoverErosionInwardsCalculationConfigurationImporterTest.cs (.../GrassCoverErosionInwardsCalculationConfigurationImporterTest.cs) (revision 5ca9ebddbe39ad92507e2f0d6b739c6e35cdb248)
@@ -316,7 +316,7 @@
Action call = () => successful = importer.Import();
// Assert
- const string expectedMessage = "Het opgegeven dijkprofiel 'Dijkprofiel' heeft geen geometrie en kan daarom niet gebruikt worden. Berekening 'Berekening 1' is overgeslagen.";
+ const string expectedMessage = "Het opgegeven dijkprofiel 'Dijkprofiel' heeft geen voorlandgeometrie en kan daarom niet gebruikt worden. Berekening 'Berekening 1' is overgeslagen.";
TestHelper.AssertLogMessageIsGenerated(call, expectedMessage, 1);
Assert.IsTrue(successful);
CollectionAssert.IsEmpty(calculationGroup.Children);