Fisheye: Tag 3197 refers to a dead (removed) revision in file `DamTools/LayerOnSlopeTool/trunk/src/Deltares.LayerOnSlopeTool.LayerCreator.Tests/TestFiles/InputFilesSingleFileMissingDikeMaterial/locations.csv'. Fisheye: No comparison available. Pass `N' to diff? Index: DamTools/LayerOnSlopeTool/trunk/src/Deltares.LayerOnSlopeTool.Importer/CsvImporter.cs =================================================================== diff -u -r3186 -r3197 --- DamTools/LayerOnSlopeTool/trunk/src/Deltares.LayerOnSlopeTool.Importer/CsvImporter.cs (.../CsvImporter.cs) (revision 3186) +++ DamTools/LayerOnSlopeTool/trunk/src/Deltares.LayerOnSlopeTool.Importer/CsvImporter.cs (.../CsvImporter.cs) (revision 3197) @@ -43,7 +43,7 @@ { locations = new List(); errors = new List(); - const string importFile = "locations.csv"; + const string importFile = "slopelayers.csv"; string fullFilePath = Path.Combine(inputFolderName, importFile); try { Index: DamTools/LayerOnSlopeTool/trunk/src/Deltares.LayerOnSlopeTool.ImporterTests/CsvImportersTests.cs =================================================================== diff -u -r3186 -r3197 --- DamTools/LayerOnSlopeTool/trunk/src/Deltares.LayerOnSlopeTool.ImporterTests/CsvImportersTests.cs (.../CsvImportersTests.cs) (revision 3186) +++ DamTools/LayerOnSlopeTool/trunk/src/Deltares.LayerOnSlopeTool.ImporterTests/CsvImportersTests.cs (.../CsvImportersTests.cs) (revision 3197) @@ -192,7 +192,7 @@ public void LocationsImporterCorrectFileTest() { const double tolerance = 0.001; - const string importFile = "locations.csv"; + const string importFile = "slopelayers.csv"; string testFilePath = Path.Combine(importFolder, importFile); if (File.Exists(testFilePath)) File.Delete(testFilePath); @@ -229,7 +229,7 @@ [ExpectedException(typeof(ArgumentException))] public void LocationsImporterFileWithMissingRequiredColumn() { - const string importFile = "locations.csv"; + const string importFile = "slopelayers.csv"; string testFilePath = Path.Combine(importFolder, importFile); if (File.Exists(testFilePath)) File.Delete(testFilePath); @@ -240,7 +240,7 @@ [Test] public void LocationsImporterIllegalValuesTest() { - const string importFile = "locations.csv"; + const string importFile = "slopelayers.csv"; string testFilePath = Path.Combine(importFolder, importFile); if (File.Exists(testFilePath)) File.Delete(testFilePath); @@ -252,7 +252,7 @@ [Test] public void ReadLocationsTest() { - const string importFile = "locations.csv"; + const string importFile = "slopelayers.csv"; string testFilePath = Path.Combine(importFolder, importFile); if (File.Exists(testFilePath)) File.Delete(testFilePath); @@ -268,7 +268,7 @@ [Test] public void ReadLocationsWithMissingRequiredColumns() { - const string importFile = "locations.csv"; + const string importFile = "slopelayers.csv"; string testFilePath = Path.Combine(importFolder, importFile); if (File.Exists(testFilePath)) File.Delete(testFilePath); @@ -284,7 +284,7 @@ [Test] public void ReadLocationsWithInvalidDataTest() { - const string importFile = "locations.csv"; + const string importFile = "slopelayers.csv"; string testFilePath = Path.Combine(importFolder, importFile); if (File.Exists(testFilePath)) File.Delete(testFilePath); Fisheye: Tag 3197 refers to a dead (removed) revision in file `DamTools/LayerOnSlopeTool/trunk/src/Deltares.LayerOnSlopeTool.LayerCreator.Tests/TestFiles/InputFilesSingleFileStiGeometryLeftOfSurfaceLine/locations.csv'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 3197 refers to a dead (removed) revision in file `DamTools/LayerOnSlopeTool/trunk/src/Deltares.LayerOnSlopeTool.Application.Tests/TestFiles/ApplicationTestInput/locations.csv'. Fisheye: No comparison available. Pass `N' to diff? Index: DamTools/LayerOnSlopeTool/trunk/src/Deltares.LayerOnSlopeTool.Application.Tests/Deltares.LayerOnSlopeTool.Application.Tests.csproj =================================================================== diff -u -r3193 -r3197 --- DamTools/LayerOnSlopeTool/trunk/src/Deltares.LayerOnSlopeTool.Application.Tests/Deltares.LayerOnSlopeTool.Application.Tests.csproj (.../Deltares.LayerOnSlopeTool.Application.Tests.csproj) (revision 3193) +++ DamTools/LayerOnSlopeTool/trunk/src/Deltares.LayerOnSlopeTool.Application.Tests/Deltares.LayerOnSlopeTool.Application.Tests.csproj (.../Deltares.LayerOnSlopeTool.Application.Tests.csproj) (revision 3197) @@ -41,7 +41,7 @@ PreserveNewest - + PreserveNewest Fisheye: Tag 3197 refers to a dead (removed) revision in file `DamTools/LayerOnSlopeTool/trunk/src/Deltares.LayerOnSlopeTool.LayerCreator.Tests/TestFiles/InputFilesSingleFile/locations.csv'. Fisheye: No comparison available. Pass `N' to diff? Index: DamTools/LayerOnSlopeTool/trunk/src/Deltares.LayerOnSlopeTool.LayerCreator.Tests/Deltares.LayerOnSlopeTool.LayerCreator.Tests.csproj =================================================================== diff -u -r3192 -r3197 --- DamTools/LayerOnSlopeTool/trunk/src/Deltares.LayerOnSlopeTool.LayerCreator.Tests/Deltares.LayerOnSlopeTool.LayerCreator.Tests.csproj (.../Deltares.LayerOnSlopeTool.LayerCreator.Tests.csproj) (revision 3192) +++ DamTools/LayerOnSlopeTool/trunk/src/Deltares.LayerOnSlopeTool.LayerCreator.Tests/Deltares.LayerOnSlopeTool.LayerCreator.Tests.csproj (.../Deltares.LayerOnSlopeTool.LayerCreator.Tests.csproj) (revision 3197) @@ -42,7 +42,7 @@ PreserveNewest - + PreserveNewest @@ -54,7 +54,7 @@ PreserveNewest - + PreserveNewest @@ -66,7 +66,7 @@ PreserveNewest - + PreserveNewest