Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/PropertyInfos/DikeProfileTreeNodeInfoTest.cs =================================================================== diff -u -r37f9e2aae011fa8e80cf2e8f9de409cd6a25574a -r0d955b909523ca21ba7180d1612828d4cecb43a2 --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/PropertyInfos/DikeProfileTreeNodeInfoTest.cs (.../DikeProfileTreeNodeInfoTest.cs) (revision 37f9e2aae011fa8e80cf2e8f9de409cd6a25574a) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/PropertyInfos/DikeProfileTreeNodeInfoTest.cs (.../DikeProfileTreeNodeInfoTest.cs) (revision 0d955b909523ca21ba7180d1612828d4cecb43a2) @@ -29,21 +29,21 @@ using NUnit.Framework; using Rhino.Mocks; using Ringtoets.Common.Data.DikeProfiles; -using Ringtoets.GrassCoverErosionInwards.Plugin; +using Ringtoets.Integration.Plugin; using RingtoetsCommonFormsResources = Ringtoets.Common.Forms.Properties.Resources; namespace Ringtoets.Integration.Forms.Test.PropertyInfos { [TestFixture] public class DikeProfileTreeNodeInfoTest { - private GrassCoverErosionInwardsPlugin plugin; + private RingtoetsPlugin plugin; private TreeNodeInfo info; [SetUp] public void SetUp() { - plugin = new GrassCoverErosionInwardsPlugin(); + plugin = new RingtoetsPlugin(); info = plugin.GetTreeNodeInfos().First(tni => tni.TagType == typeof(DikeProfile)); } Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Ringtoets.Integration.Forms.Test.csproj =================================================================== diff -u -r37f9e2aae011fa8e80cf2e8f9de409cd6a25574a -r0d955b909523ca21ba7180d1612828d4cecb43a2 --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Ringtoets.Integration.Forms.Test.csproj (.../Ringtoets.Integration.Forms.Test.csproj) (revision 37f9e2aae011fa8e80cf2e8f9de409cd6a25574a) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Ringtoets.Integration.Forms.Test.csproj (.../Ringtoets.Integration.Forms.Test.csproj) (revision 0d955b909523ca21ba7180d1612828d4cecb43a2) @@ -195,10 +195,6 @@ {73E7E100-C015-4874-A548-AD6E33E7955E} Ringtoets.Common.Service.TestUtil - - {20955E2A-8CEB-46B0-ADC4-A97D4C6BBDF5} - Ringtoets.GrassCoverErosionInwards.Plugin - {74CBA865-9338-447F-BAD9-28312446AE84} Ringtoets.HydraRing.Calculation.TestUtil