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