Index: Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.Forms/PropertyClasses/GrassCoverErosionOutwardsWaveConditionsInputContextProperties.cs
===================================================================
diff -u -rb43b67c3606ca3d356a3cb044585392d6ac5a351 -rb3def258296da1c49ec49deb872fc6a16d68befe
--- Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.Forms/PropertyClasses/GrassCoverErosionOutwardsWaveConditionsInputContextProperties.cs (.../GrassCoverErosionOutwardsWaveConditionsInputContextProperties.cs) (revision b43b67c3606ca3d356a3cb044585392d6ac5a351)
+++ Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.Forms/PropertyClasses/GrassCoverErosionOutwardsWaveConditionsInputContextProperties.cs (.../GrassCoverErosionOutwardsWaveConditionsInputContextProperties.cs) (revision b3def258296da1c49ec49deb872fc6a16d68befe)
@@ -25,7 +25,6 @@
using Ringtoets.Common.Forms.PropertyClasses;
using Ringtoets.GrassCoverErosionOutwards.Forms.PresentationObjects;
using Ringtoets.GrassCoverErosionOutwards.Forms.Properties;
-using Ringtoets.Revetment.Data;
using Ringtoets.Revetment.Forms.PropertyClasses;
namespace Ringtoets.GrassCoverErosionOutwards.Forms.PropertyClasses
@@ -34,7 +33,7 @@
/// ViewModel of for properties panel.
///
public class GrassCoverErosionOutwardsWaveConditionsInputContextProperties
- : WaveConditionsInputContextProperties
+ : FailureMechanismCategoryWaveConditionsInputContextProperties
{
///
/// Creates a new instance of .
Index: Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Forms.Test/PropertyClasses/GrassCoverErosionOutwardsWaveConditionsInputContextPropertiesTest.cs
===================================================================
diff -u -r3eab5ab875f6187bffdf55497158b9431b5aef9c -rb3def258296da1c49ec49deb872fc6a16d68befe
--- Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Forms.Test/PropertyClasses/GrassCoverErosionOutwardsWaveConditionsInputContextPropertiesTest.cs (.../GrassCoverErosionOutwardsWaveConditionsInputContextPropertiesTest.cs) (revision 3eab5ab875f6187bffdf55497158b9431b5aef9c)
+++ Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Forms.Test/PropertyClasses/GrassCoverErosionOutwardsWaveConditionsInputContextPropertiesTest.cs (.../GrassCoverErosionOutwardsWaveConditionsInputContextPropertiesTest.cs) (revision b3def258296da1c49ec49deb872fc6a16d68befe)
@@ -29,7 +29,6 @@
using Ringtoets.GrassCoverErosionOutwards.Data;
using Ringtoets.GrassCoverErosionOutwards.Forms.PresentationObjects;
using Ringtoets.GrassCoverErosionOutwards.Forms.PropertyClasses;
-using Ringtoets.Revetment.Data;
using Ringtoets.Revetment.Forms.PropertyClasses;
namespace Ringtoets.GrassCoverErosionOutwards.Forms.Test.PropertyClasses
@@ -73,7 +72,7 @@
handler);
// Assert
- Assert.IsInstanceOf>(properties);
+ Assert.IsInstanceOf>(properties);
Assert.AreSame(context, properties.Data);
Assert.AreEqual("Gras", properties.RevetmentType);
}