Index: Ringtoets/Common/test/Ringtoets.Common.Data.Test/AssessmentSection/RingtoetsWellKnownTileSourceTest.cs =================================================================== diff -u -r5c1a60942a2effc207d546054d4832f4aabe8ba5 -r9f22d388df3a8fb1ca103eb046e0cc8866d588a0 --- Ringtoets/Common/test/Ringtoets.Common.Data.Test/AssessmentSection/RingtoetsWellKnownTileSourceTest.cs (.../RingtoetsWellKnownTileSourceTest.cs) (revision 5c1a60942a2effc207d546054d4832f4aabe8ba5) +++ Ringtoets/Common/test/Ringtoets.Common.Data.Test/AssessmentSection/RingtoetsWellKnownTileSourceTest.cs (.../RingtoetsWellKnownTileSourceTest.cs) (revision 9f22d388df3a8fb1ca103eb046e0cc8866d588a0) @@ -36,22 +36,22 @@ return new Dictionary { { - RingtoetsWellKnownTileSource.OpenStreetMap, "OpenStreetMap" + RingtoetsWellKnownTileSource.OpenStreetMap, null }, { - RingtoetsWellKnownTileSource.BingAerial, "Bing Maps - Satelliet" + RingtoetsWellKnownTileSource.BingAerial, null }, { - RingtoetsWellKnownTileSource.BingHybrid, "Bing Maps - Satelliet + Wegen" + RingtoetsWellKnownTileSource.BingHybrid, null }, { - RingtoetsWellKnownTileSource.BingRoads, "Bing Maps - Wegen" + RingtoetsWellKnownTileSource.BingRoads, null }, { - RingtoetsWellKnownTileSource.EsriWorldTopo, "Esri World - Topografisch" + RingtoetsWellKnownTileSource.EsriWorldTopo, null }, { - RingtoetsWellKnownTileSource.EsriWorldShadedRelief, "Esri World - Reliƫf" + RingtoetsWellKnownTileSource.EsriWorldShadedRelief, null } }; }