Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/ProjectEntityReadExtensionsTest.cs =================================================================== diff -u -r03a263822252a5020135a7de96ea8e50d5eb5cc6 -r40793165416093e9d2fefb6b12acf82fbd8a84c2 --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/ProjectEntityReadExtensionsTest.cs (.../ProjectEntityReadExtensionsTest.cs) (revision 03a263822252a5020135a7de96ea8e50d5eb5cc6) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/ProjectEntityReadExtensionsTest.cs (.../ProjectEntityReadExtensionsTest.cs) (revision 40793165416093e9d2fefb6b12acf82fbd8a84c2) @@ -79,9 +79,9 @@ Name = "A", Order = 56, Composition = Convert.ToByte(AssessmentSectionComposition.Dike), - BackgroundMapDataEntities = new[] + BackgroundDataEntities = new[] { - new BackgroundMapDataEntity + new BackgroundDataEntity { Name = "Background A", Transparency = 0.0, @@ -95,9 +95,9 @@ Name = "B", Order = 0, Composition = Convert.ToByte(AssessmentSectionComposition.Dike), - BackgroundMapDataEntities = new[] + BackgroundDataEntities = new[] { - new BackgroundMapDataEntity + new BackgroundDataEntity { Name = "Background B", Transparency = 0.0,