Index: Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/PropertyInfos/BackgroundDataPropertyInfoTest .cs =================================================================== diff -u -rfa68b38773452b965a9ee25db20436446c1a50b8 -r7fc071aa21ada037052184432c734ce79adf5c8c --- Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/PropertyInfos/BackgroundDataPropertyInfoTest .cs (.../BackgroundDataPropertyInfoTest .cs) (revision fa68b38773452b965a9ee25db20436446c1a50b8) +++ Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/PropertyInfos/BackgroundDataPropertyInfoTest .cs (.../BackgroundDataPropertyInfoTest .cs) (revision 7fc071aa21ada037052184432c734ce79adf5c8c) @@ -24,6 +24,7 @@ using Core.Common.Gui.Plugin; using Core.Common.Gui.PropertyBag; using Core.Components.Gis.Data; +using Core.Components.Gis.TestUtil; using NUnit.Framework; using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.Common.Data.TestUtil; @@ -40,7 +41,7 @@ private static IEnumerable ValidBackgroundMapDatas() { var wellKnownMapData = new WellKnownTileSourceMapData(WellKnownTileSource.BingRoads); - WmtsMapData wmtsMapData = WmtsMapData.CreateDefaultPdokMapData(); + WmtsMapData wmtsMapData = WmtsMapDataTestHelper.CreateDefaultPdokMapData(); yield return new TestCaseData( new BackgroundData(new TestBackgroundDataConfiguration()))