Index: Ringtoets/Common/src/Ringtoets.Common.Forms/Ringtoets.Common.Forms.csproj
===================================================================
diff -u -r46813455904b4f3292777b0e05458bbf3640d1a8 -re8ddc7a63f03cb28eeb3974363d6edb4ba51c896
--- Ringtoets/Common/src/Ringtoets.Common.Forms/Ringtoets.Common.Forms.csproj (.../Ringtoets.Common.Forms.csproj) (revision 46813455904b4f3292777b0e05458bbf3640d1a8)
+++ Ringtoets/Common/src/Ringtoets.Common.Forms/Ringtoets.Common.Forms.csproj (.../Ringtoets.Common.Forms.csproj) (revision e8ddc7a63f03cb28eeb3974363d6edb4ba51c896)
@@ -37,6 +37,7 @@
+
Index: Ringtoets/Common/test/Ringtoets.Common.Forms.Test/Ringtoets.Common.Forms.Test.csproj
===================================================================
diff -u -r46813455904b4f3292777b0e05458bbf3640d1a8 -re8ddc7a63f03cb28eeb3974363d6edb4ba51c896
--- Ringtoets/Common/test/Ringtoets.Common.Forms.Test/Ringtoets.Common.Forms.Test.csproj (.../Ringtoets.Common.Forms.Test.csproj) (revision 46813455904b4f3292777b0e05458bbf3640d1a8)
+++ Ringtoets/Common/test/Ringtoets.Common.Forms.Test/Ringtoets.Common.Forms.Test.csproj (.../Ringtoets.Common.Forms.Test.csproj) (revision e8ddc7a63f03cb28eeb3974363d6edb4ba51c896)
@@ -58,6 +58,7 @@
+
Index: Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.Forms/PresentationObjects/GrassCoverErosionOutwardsDesignWaterLevelLocationContext.cs
===================================================================
diff -u -rfec4131c596dbe6734abdbe298eef1c084337218 -re8ddc7a63f03cb28eeb3974363d6edb4ba51c896
--- Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.Forms/PresentationObjects/GrassCoverErosionOutwardsDesignWaterLevelLocationContext.cs (.../GrassCoverErosionOutwardsDesignWaterLevelLocationContext.cs) (revision fec4131c596dbe6734abdbe298eef1c084337218)
+++ Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.Forms/PresentationObjects/GrassCoverErosionOutwardsDesignWaterLevelLocationContext.cs (.../GrassCoverErosionOutwardsDesignWaterLevelLocationContext.cs) (revision e8ddc7a63f03cb28eeb3974363d6edb4ba51c896)
@@ -21,6 +21,7 @@
using System;
using Ringtoets.Common.Data.Hydraulics;
+using Ringtoets.Common.Forms.PresentationObjects;
using Ringtoets.GrassCoverErosionOutwards.Data;
namespace Ringtoets.GrassCoverErosionOutwards.Forms.PresentationObjects
@@ -29,7 +30,7 @@
/// Presentation object for all data required to configure an instance of
/// with a design water level calculation result for .
///
- public class GrassCoverErosionOutwardsDesignWaterLevelLocationContext : GrassCoverErosionOutwardsHydraulicBoundaryLocationContext
+ public class GrassCoverErosionOutwardsDesignWaterLevelLocationContext : HydraulicBoundaryLocationCalculationContext
{
///
/// Creates a new instance of .
Fisheye: Tag e8ddc7a63f03cb28eeb3974363d6edb4ba51c896 refers to a dead (removed) revision in file `Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.Forms/PresentationObjects/GrassCoverErosionOutwardsHydraulicBoundaryLocationContext.cs'.
Fisheye: No comparison available. Pass `N' to diff?
Index: Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.Forms/PresentationObjects/GrassCoverErosionOutwardsWaveHeightLocationContext.cs
===================================================================
diff -u -rfec4131c596dbe6734abdbe298eef1c084337218 -re8ddc7a63f03cb28eeb3974363d6edb4ba51c896
--- Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.Forms/PresentationObjects/GrassCoverErosionOutwardsWaveHeightLocationContext.cs (.../GrassCoverErosionOutwardsWaveHeightLocationContext.cs) (revision fec4131c596dbe6734abdbe298eef1c084337218)
+++ Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.Forms/PresentationObjects/GrassCoverErosionOutwardsWaveHeightLocationContext.cs (.../GrassCoverErosionOutwardsWaveHeightLocationContext.cs) (revision e8ddc7a63f03cb28eeb3974363d6edb4ba51c896)
@@ -21,6 +21,7 @@
using System;
using Ringtoets.Common.Data.Hydraulics;
+using Ringtoets.Common.Forms.PresentationObjects;
using Ringtoets.GrassCoverErosionOutwards.Data;
namespace Ringtoets.GrassCoverErosionOutwards.Forms.PresentationObjects
@@ -29,7 +30,7 @@
/// Presentation object for all data required to configure an instance of
/// with a wave height calculation result for .
///
- public class GrassCoverErosionOutwardsWaveHeightLocationContext : GrassCoverErosionOutwardsHydraulicBoundaryLocationContext
+ public class GrassCoverErosionOutwardsWaveHeightLocationContext : HydraulicBoundaryLocationCalculationContext
{
///
/// Creates a new instance of .
Index: Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.Forms/Ringtoets.GrassCoverErosionOutwards.Forms.csproj
===================================================================
diff -u -r9a88ce53b48fd94075aeb7ce92b25d63cb8e8782 -re8ddc7a63f03cb28eeb3974363d6edb4ba51c896
--- Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.Forms/Ringtoets.GrassCoverErosionOutwards.Forms.csproj (.../Ringtoets.GrassCoverErosionOutwards.Forms.csproj) (revision 9a88ce53b48fd94075aeb7ce92b25d63cb8e8782)
+++ Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.Forms/Ringtoets.GrassCoverErosionOutwards.Forms.csproj (.../Ringtoets.GrassCoverErosionOutwards.Forms.csproj) (revision e8ddc7a63f03cb28eeb3974363d6edb4ba51c896)
@@ -17,7 +17,6 @@
-
Index: Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Forms.Test/PresentationObjects/GrassCoverErosionOutwardsDesignWaterLevelLocationContextTest.cs
===================================================================
diff -u -rfec4131c596dbe6734abdbe298eef1c084337218 -re8ddc7a63f03cb28eeb3974363d6edb4ba51c896
--- Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Forms.Test/PresentationObjects/GrassCoverErosionOutwardsDesignWaterLevelLocationContextTest.cs (.../GrassCoverErosionOutwardsDesignWaterLevelLocationContextTest.cs) (revision fec4131c596dbe6734abdbe298eef1c084337218)
+++ Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Forms.Test/PresentationObjects/GrassCoverErosionOutwardsDesignWaterLevelLocationContextTest.cs (.../GrassCoverErosionOutwardsDesignWaterLevelLocationContextTest.cs) (revision e8ddc7a63f03cb28eeb3974363d6edb4ba51c896)
@@ -22,6 +22,7 @@
using NUnit.Framework;
using Ringtoets.Common.Data.Hydraulics;
using Ringtoets.Common.Data.TestUtil;
+using Ringtoets.Common.Forms.PresentationObjects;
using Ringtoets.GrassCoverErosionOutwards.Forms.PresentationObjects;
namespace Ringtoets.GrassCoverErosionOutwards.Forms.Test.PresentationObjects
@@ -39,7 +40,7 @@
var context = new GrassCoverErosionOutwardsDesignWaterLevelLocationContext(hydraulicBoundaryLocationCalculation);
// Assert
- Assert.IsInstanceOf(context);
+ Assert.IsInstanceOf(context);
Assert.AreSame(hydraulicBoundaryLocationCalculation, context.WrappedData);
}
}
Fisheye: Tag e8ddc7a63f03cb28eeb3974363d6edb4ba51c896 refers to a dead (removed) revision in file `Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Forms.Test/PresentationObjects/GrassCoverErosionOutwardsHydraulicBoundaryLocationContextTest.cs'.
Fisheye: No comparison available. Pass `N' to diff?
Index: Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Forms.Test/PresentationObjects/GrassCoverErosionOutwardsWaveHeightLocationContextTest.cs
===================================================================
diff -u -rfec4131c596dbe6734abdbe298eef1c084337218 -re8ddc7a63f03cb28eeb3974363d6edb4ba51c896
--- Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Forms.Test/PresentationObjects/GrassCoverErosionOutwardsWaveHeightLocationContextTest.cs (.../GrassCoverErosionOutwardsWaveHeightLocationContextTest.cs) (revision fec4131c596dbe6734abdbe298eef1c084337218)
+++ Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Forms.Test/PresentationObjects/GrassCoverErosionOutwardsWaveHeightLocationContextTest.cs (.../GrassCoverErosionOutwardsWaveHeightLocationContextTest.cs) (revision e8ddc7a63f03cb28eeb3974363d6edb4ba51c896)
@@ -22,6 +22,7 @@
using NUnit.Framework;
using Ringtoets.Common.Data.Hydraulics;
using Ringtoets.Common.Data.TestUtil;
+using Ringtoets.Common.Forms.PresentationObjects;
using Ringtoets.GrassCoverErosionOutwards.Forms.PresentationObjects;
namespace Ringtoets.GrassCoverErosionOutwards.Forms.Test.PresentationObjects
@@ -39,7 +40,7 @@
var context = new GrassCoverErosionOutwardsWaveHeightLocationContext(hydraulicBoundaryLocationCalculation);
// Assert
- Assert.IsInstanceOf(context);
+ Assert.IsInstanceOf(context);
Assert.AreSame(hydraulicBoundaryLocationCalculation, context.WrappedData);
}
}
Index: Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Forms.Test/Ringtoets.GrassCoverErosionOutwards.Forms.Test.csproj
===================================================================
diff -u -r9a88ce53b48fd94075aeb7ce92b25d63cb8e8782 -re8ddc7a63f03cb28eeb3974363d6edb4ba51c896
--- Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Forms.Test/Ringtoets.GrassCoverErosionOutwards.Forms.Test.csproj (.../Ringtoets.GrassCoverErosionOutwards.Forms.Test.csproj) (revision 9a88ce53b48fd94075aeb7ce92b25d63cb8e8782)
+++ Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Forms.Test/Ringtoets.GrassCoverErosionOutwards.Forms.Test.csproj (.../Ringtoets.GrassCoverErosionOutwards.Forms.Test.csproj) (revision e8ddc7a63f03cb28eeb3974363d6edb4ba51c896)
@@ -30,7 +30,6 @@
-
Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/Ringtoets.Integration.Forms.csproj
===================================================================
diff -u -r277474bff827855e198867eb1a794ec7f44d54b2 -re8ddc7a63f03cb28eeb3974363d6edb4ba51c896
--- Ringtoets/Integration/src/Ringtoets.Integration.Forms/Ringtoets.Integration.Forms.csproj (.../Ringtoets.Integration.Forms.csproj) (revision 277474bff827855e198867eb1a794ec7f44d54b2)
+++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/Ringtoets.Integration.Forms.csproj (.../Ringtoets.Integration.Forms.csproj) (revision e8ddc7a63f03cb28eeb3974363d6edb4ba51c896)
@@ -31,7 +31,6 @@
-
Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Ringtoets.Integration.Forms.Test.csproj
===================================================================
diff -u -r277474bff827855e198867eb1a794ec7f44d54b2 -re8ddc7a63f03cb28eeb3974363d6edb4ba51c896
--- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Ringtoets.Integration.Forms.Test.csproj (.../Ringtoets.Integration.Forms.Test.csproj) (revision 277474bff827855e198867eb1a794ec7f44d54b2)
+++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Ringtoets.Integration.Forms.Test.csproj (.../Ringtoets.Integration.Forms.Test.csproj) (revision e8ddc7a63f03cb28eeb3974363d6edb4ba51c896)
@@ -50,7 +50,6 @@
-