Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/AssessmentSectionEntityReadExtensionsTest.cs =================================================================== diff -u -r3fb0df0ed6e64657154700ee7706e035d5bf99f5 -red4b032b9903f394deb9691c2c39a9f2122ab0f5 --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/AssessmentSectionEntityReadExtensionsTest.cs (.../AssessmentSectionEntityReadExtensionsTest.cs) (revision 3fb0df0ed6e64657154700ee7706e035d5bf99f5) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/AssessmentSectionEntityReadExtensionsTest.cs (.../AssessmentSectionEntityReadExtensionsTest.cs) (revision ed4b032b9903f394deb9691c2c39a9f2122ab0f5) @@ -25,7 +25,6 @@ using Application.Ringtoets.Storage.DbContext; using Application.Ringtoets.Storage.Read; using Application.Ringtoets.Storage.Serializers; -using Core.Common.Base; using Core.Common.Base.Geometry; using Core.Common.TestUtil; using NUnit.Framework; @@ -680,7 +679,7 @@ AssessmentSection section = entity.Read(collector); // Assert - ObservableList foreshoreProfiles = section.GrassCoverErosionOutwards.ForeshoreProfiles; + ForeshoreProfileCollection foreshoreProfiles = section.GrassCoverErosionOutwards.ForeshoreProfiles; CollectionAssert.AreEqual(new[] { profileBId, @@ -800,7 +799,7 @@ AssessmentSection section = entity.Read(collector); // Assert - ObservableList foreshoreProfiles = section.StabilityStoneCover.ForeshoreProfiles; + ForeshoreProfileCollection foreshoreProfiles = section.StabilityStoneCover.ForeshoreProfiles; CollectionAssert.AreEqual(new[] { profileBId, @@ -880,7 +879,7 @@ AssessmentSection section = entity.Read(collector); // Assert - ObservableList foreshoreProfiles = section.WaveImpactAsphaltCover.ForeshoreProfiles; + ForeshoreProfileCollection foreshoreProfiles = section.WaveImpactAsphaltCover.ForeshoreProfiles; CollectionAssert.AreEqual(new[] { profileBId,