Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/IntegrationTests/StorageSqLiteIntegrationTest.cs =================================================================== diff -u -r31012b85637f7fcf6b28f498fc996edcda2eb505 -r66b07e7599319ea71ff109d8303f74a4a2e5f71c --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/IntegrationTests/StorageSqLiteIntegrationTest.cs (.../StorageSqLiteIntegrationTest.cs) (revision 31012b85637f7fcf6b28f498fc996edcda2eb505) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/IntegrationTests/StorageSqLiteIntegrationTest.cs (.../StorageSqLiteIntegrationTest.cs) (revision 66b07e7599319ea71ff109d8303f74a4a2e5f71c) @@ -535,8 +535,8 @@ CollectionAssert.AreEqual(expectedReferenceLine.Points, actualReferenceLine.Points); } - private static void AssertStochasticSoilModels(ObservableCollectionWithSourcePath expectedModels, - ObservableCollectionWithSourcePath actualModels) + private static void AssertStochasticSoilModels(ObservableUniqueItemCollectionWithSourcePath expectedModels, + ObservableUniqueItemCollectionWithSourcePath actualModels) { // Precondition: Assert.Less(0, actualModels.Count); @@ -605,8 +605,8 @@ } } - private static void AssertSurfaceLines(ObservableCollectionWithSourcePath expectedSurfaceLines, - ObservableCollectionWithSourcePath actualSurfaceLines) + private static void AssertSurfaceLines(ObservableUniqueItemCollectionWithSourcePath expectedSurfaceLines, + ObservableUniqueItemCollectionWithSourcePath actualSurfaceLines) { // Precondition: Assert.Greater(expectedSurfaceLines.Count, 0);