Index: Ringtoets/Piping/test/Ringtoets.Piping.Plugin.Test/FileImporter/RingtoetsPipingSurfaceLineUpdateDataStrategyTest.cs =================================================================== diff -u -r0122d4ac58ee6f7be4ff804db1f6c65e88ce4562 -r49adfd44a6a7ffd0cb8eedc291b2343f4c0bc632 --- Ringtoets/Piping/test/Ringtoets.Piping.Plugin.Test/FileImporter/RingtoetsPipingSurfaceLineUpdateDataStrategyTest.cs (.../RingtoetsPipingSurfaceLineUpdateDataStrategyTest.cs) (revision 0122d4ac58ee6f7be4ff804db1f6c65e88ce4562) +++ Ringtoets/Piping/test/Ringtoets.Piping.Plugin.Test/FileImporter/RingtoetsPipingSurfaceLineUpdateDataStrategyTest.cs (.../RingtoetsPipingSurfaceLineUpdateDataStrategyTest.cs) (revision 49adfd44a6a7ffd0cb8eedc291b2343f4c0bc632) @@ -137,7 +137,7 @@ } [Test] - public void UpdateSurfaceLinesWithImportedData_WithCurrentModelsAndImportedMultipleLinesWithSameNames_ThrowsRingtoetsPipingSurfaceLineUpdateException() + public void UpdateSurfaceLinesWithImportedData_WithCurrentLinesAndImportedMultipleLinesWithSameNames_ThrowsRingtoetsPipingSurfaceLineUpdateException() { // Setup const string duplicateName = "Duplicate name it is"; @@ -176,7 +176,7 @@ } [Test] - public void UpdateSurfaceLinesWithImportedData_WithCurrentModelsAndImportedDataEmpty_SurfaceLinesRemoved() + public void UpdateSurfaceLinesWithImportedData_WithCurrentLinesAndImportedDataEmpty_SurfaceLinesRemoved() { // Setup var targetCollection = new ObservableCollectionWithSourcePath();