Index: Ringtoets/Integration/test/Ringtoets.Integration.Data.Test/AssessmentSectionTest.cs =================================================================== diff -u -r3014d0ced22c45300938639e7958ea0850485240 -r250899bf76acee45d411a95377d8a021a0977a75 --- Ringtoets/Integration/test/Ringtoets.Integration.Data.Test/AssessmentSectionTest.cs (.../AssessmentSectionTest.cs) (revision 3014d0ced22c45300938639e7958ea0850485240) +++ Ringtoets/Integration/test/Ringtoets.Integration.Data.Test/AssessmentSectionTest.cs (.../AssessmentSectionTest.cs) (revision 250899bf76acee45d411a95377d8a021a0977a75) @@ -148,6 +148,11 @@ Assert.AreEqual(0.0, section.BackgroundMapData.Transparency.Value); var mapData = (WmtsMapData)section.BackgroundMapData.MapData; Assert.IsFalse(mapData.IsConfigured); + + Assert.IsFalse(section.BackgroundData.IsVisible); + Assert.AreEqual(0.0, section.BackgroundData.Transparency.Value); + Assert.IsFalse(section.BackgroundData.IsConfigured); + Assert.AreEqual("", section.BackgroundData.Name); } [Test]