Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/PersistenceRegistryTest.cs =================================================================== diff -u -r8900f570b33f0de1a512fc5b2509771e1201672c -r070c0400906eb4cfbd4fdcfbf1e49d4dfeec7856 --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/PersistenceRegistryTest.cs (.../PersistenceRegistryTest.cs) (revision 8900f570b33f0de1a512fc5b2509771e1201672c) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/PersistenceRegistryTest.cs (.../PersistenceRegistryTest.cs) (revision 070c0400906eb4cfbd4fdcfbf1e49d4dfeec7856) @@ -356,25 +356,6 @@ #endregion - #region GrassCoverErosionOutwards - - [TestFixture] - private class GrassCoverErosionOutwardsHydraulicBoundaryLocationRegistryTest : RegistryTest< - HydraulicBoundaryLocation, GrassCoverErosionOutwardsHydraulicLocationEntity> - { - public GrassCoverErosionOutwardsHydraulicBoundaryLocationRegistryTest() : base( - (r, e, m) => r.Register(e, m), - (r, m) => r.Contains(m), - (r, m) => r.Get(m)) {} - - protected override HydraulicBoundaryLocation CreateDataModel() - { - return new TestHydraulicBoundaryLocation(nameof(HydraulicBoundaryLocation)); - } - } - - #endregion - #region Piping [TestFixture]