Index: Ringtoets/Integration/test/Ringtoets.Integration.Data.Test/AssessmentSectionTest.cs =================================================================== diff -u -rd00d30719d5bffa635f40b975e490af4e4c298e9 -r9c23520df7a2adf82996d79bf59b83fc1adc1f26 --- Ringtoets/Integration/test/Ringtoets.Integration.Data.Test/AssessmentSectionTest.cs (.../AssessmentSectionTest.cs) (revision d00d30719d5bffa635f40b975e490af4e4c298e9) +++ Ringtoets/Integration/test/Ringtoets.Integration.Data.Test/AssessmentSectionTest.cs (.../AssessmentSectionTest.cs) (revision 9c23520df7a2adf82996d79bf59b83fc1adc1f26) @@ -148,6 +148,7 @@ Assert.AreEqual(0.0, section.BackgroundData.Transparency.Value); Assert.IsFalse(section.BackgroundData.IsConfigured); Assert.AreEqual("", section.BackgroundData.Name); + Assert.AreEqual(BackgroundMapDataType.Wmts, section.BackgroundData.BackgroundMapDataType); CollectionAssert.IsEmpty(section.BackgroundData.Parameters); }