Index: Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/RingtoetsPluginTest.cs =================================================================== diff -u -r86b2665e1dd51dc99d33568d1f4206f3da204254 -r9c1789fd6fa33b6ea18339bf2474102471ef4510 --- Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/RingtoetsPluginTest.cs (.../RingtoetsPluginTest.cs) (revision 86b2665e1dd51dc99d33568d1f4206f3da204254) +++ Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/RingtoetsPluginTest.cs (.../RingtoetsPluginTest.cs) (revision 9c1789fd6fa33b6ea18339bf2474102471ef4510) @@ -35,6 +35,7 @@ using Core.Common.Gui.Settings; using Core.Common.Gui.TestUtil; using Core.Common.TestUtil; +using Core.Components.Gis; using NUnit.Extensions.Forms; using NUnit.Framework; using Rhino.Mocks; @@ -214,8 +215,8 @@ PluginTestHelper.AssertPropertyInfoDefined( propertyInfos, - typeof(BackgroundMapDataContext), - typeof(BackgroundWmtsMapDataProperties)); + typeof(BackgroundMapDataContainer), + typeof(BackgroundMapDataContainerProperties)); PluginTestHelper.AssertPropertyInfoDefined( propertyInfos, @@ -409,7 +410,7 @@ // Assert Assert.AreEqual(26, treeNodeInfos.Length); Assert.IsTrue(treeNodeInfos.Any(tni => tni.TagType == typeof(AssessmentSection))); - Assert.IsTrue(treeNodeInfos.Any(tni => tni.TagType == typeof(BackgroundMapDataContext))); + Assert.IsTrue(treeNodeInfos.Any(tni => tni.TagType == typeof(BackgroundMapDataContainer))); Assert.IsTrue(treeNodeInfos.Any(tni => tni.TagType == typeof(ReferenceLineContext))); Assert.IsTrue(treeNodeInfos.Any(tni => tni.TagType == typeof(FailureMechanismContext))); Assert.IsTrue(treeNodeInfos.Any(tni => tni.TagType == typeof(CategoryTreeFolder)));