Index: Ringtoets/Common/test/Ringtoets.Common.IO.Test/FileImporters/StructuresImporterTest.cs =================================================================== diff -u -rb3b6c13cf736c134476b3db34281332d01ca86b1 -rd12c953518f14c3d50136775b2c03afdf3a4f8f1 --- Ringtoets/Common/test/Ringtoets.Common.IO.Test/FileImporters/StructuresImporterTest.cs (.../StructuresImporterTest.cs) (revision b3b6c13cf736c134476b3db34281332d01ca86b1) +++ Ringtoets/Common/test/Ringtoets.Common.IO.Test/FileImporters/StructuresImporterTest.cs (.../StructuresImporterTest.cs) (revision d12c953518f14c3d50136775b2c03afdf3a4f8f1) @@ -225,26 +225,8 @@ // Assert Assert.IsFalse(importResult); } - + [Test] - public void Import_CancelOfImportToValidTargetWithValidFile_ReturnsFalse() - { - // Setup - string filePath = TestHelper.GetTestDataPath(TestDataPath.Ringtoets.Integration.Plugin, - Path.Combine("Structures", "CorrectFiles", "Kunstwerken.shp")); - - var testStructuresImporter = new TestStructuresImporter(testImportTarget, testReferenceLine, filePath); - - testStructuresImporter.Cancel(); - - // Call - bool importResult = testStructuresImporter.Import(); - - // Assert - Assert.IsFalse(importResult); - } - - [Test] public void Import_CancelOfImportWhenReadingLocations_CancelsImportAndLogs() { // Setup