Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/BackgroundDataEntityReadExtensionsTest.cs =================================================================== diff -u -r5c1a60942a2effc207d546054d4832f4aabe8ba5 -rfde2f5bd7dfb9f60e298ecf2afe9623dd540e16c --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/BackgroundDataEntityReadExtensionsTest.cs (.../BackgroundDataEntityReadExtensionsTest.cs) (revision 5c1a60942a2effc207d546054d4832f4aabe8ba5) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/BackgroundDataEntityReadExtensionsTest.cs (.../BackgroundDataEntityReadExtensionsTest.cs) (revision fde2f5bd7dfb9f60e298ecf2afe9623dd540e16c) @@ -58,7 +58,7 @@ const double transparancy = 0.4; const bool isConfigured = true; - const BackgroundMapDataType backgroundMapDataType = BackgroundMapDataType.Wmts; + const BackgroundDataType backgroundDataType = BackgroundDataType.Wmts; var backgroundDataMetaEntities = new[] { new BackgroundDataMetaEntity @@ -89,7 +89,7 @@ BackgroundDataMetaEntities = backgroundDataMetaEntities, IsVisible = Convert.ToByte(isVisible), Transparency = transparancy, - BackgroundDataType = Convert.ToByte(backgroundMapDataType) + BackgroundDataType = Convert.ToByte(backgroundDataType) }; // Call @@ -116,7 +116,7 @@ const bool isVisible = false; const double transparancy = 0.4; - const BackgroundMapDataType backgroundMapDataType = BackgroundMapDataType.WellKnown; + const BackgroundDataType backgroundDataType = BackgroundDataType.WellKnown; var random = new Random(21); var wellKnownTileSource = random.NextEnumValue(); @@ -134,7 +134,7 @@ }, IsVisible = Convert.ToByte(isVisible), Transparency = transparancy, - BackgroundDataType = Convert.ToByte(backgroundMapDataType) + BackgroundDataType = Convert.ToByte(backgroundDataType) }; // Call @@ -182,7 +182,7 @@ Value = "image/jpeg" } }, - BackgroundDataType = Convert.ToByte(BackgroundMapDataType.Wmts) + BackgroundDataType = Convert.ToByte(BackgroundDataType.Wmts) }; // Call