Index: Ringtoets/Common/test/Ringtoets.Common.IO.TestUtil/SoilLayer1DTestFactory.cs
===================================================================
diff -u -r86320df646dfe8564940e686a98d6199b9c3b470 -rec201316303aa676976655dcdfd9285dcc3ec4f1
--- Ringtoets/Common/test/Ringtoets.Common.IO.TestUtil/SoilLayer1DTestFactory.cs (.../SoilLayer1DTestFactory.cs) (revision 86320df646dfe8564940e686a98d6199b9c3b470)
+++ Ringtoets/Common/test/Ringtoets.Common.IO.TestUtil/SoilLayer1DTestFactory.cs (.../SoilLayer1DTestFactory.cs) (revision ec201316303aa676976655dcdfd9285dcc3ec4f1)
@@ -30,12 +30,12 @@
public static class SoilLayer1DTestFactory
{
///
- /// Creates a new instance of which can be used
- /// for testing transformer implementations.
+ /// Creates a new instance of with a valid value for the
+ /// .
///
- /// The value of the
+ /// The value of the .
/// The created .
- public static SoilLayer1D CreateSoilLayer1DForTransforming(double top = 3.14)
+ public static SoilLayer1D CreateSoilLayer1DWithValidAquifer(double top = 3.14)
{
return new SoilLayer1D(top)
{