Fisheye: Tag 4932 refers to a dead (removed) revision in file `DamClients/DamUI/trunk/src/Dam/Deltares.Dam.Tests/CsvImporterTest.cs'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 4932 refers to a dead (removed) revision in file `DamClients/DamUI/trunk/src/Dam/Deltares.Dam.Tests/CsvImporterTestsNew.cs'. Fisheye: No comparison available. Pass `N' to diff? Index: DamClients/DamUI/trunk/src/Dam/Deltares.Dam.Tests/CsvImporterTest.cs =================================================================== diff -u -r4653 -r4932 --- DamClients/DamUI/trunk/src/Dam/Deltares.Dam.Tests/CsvImporterTest.cs (.../CsvImporterTest.cs) (revision 4653) +++ DamClients/DamUI/trunk/src/Dam/Deltares.Dam.Tests/CsvImporterTest.cs (.../CsvImportDirectorTests.cs) (revision 4932) @@ -29,7 +29,7 @@ namespace Deltares.Dam.Tests; [TestFixture] -public class CsvImporterTest +public class CsvImportDirectorTests { private string importFolder; Index: DamClients/DamUI/trunk/src/Dam/Deltares.Dam.Tests/CsvImporterTestsNew.cs =================================================================== diff -u -r4926 -r4932 --- DamClients/DamUI/trunk/src/Dam/Deltares.Dam.Tests/CsvImporterTestsNew.cs (.../CsvImporterTestsNew.cs) (revision 4926) +++ DamClients/DamUI/trunk/src/Dam/Deltares.Dam.Tests/CsvImporterTestsNew.cs (.../CsvImporterTests.cs) (revision 4932) @@ -32,7 +32,7 @@ namespace Deltares.Dam.Tests; [TestFixture] -public class CsvImporterTestsNew +public class CsvImporterTests { private string importFolder; private const double tolerance6Decimals = 0.00000051; @@ -1041,13 +1041,13 @@ writer.WriteLine("DWP_1.stix;L1"); } - private static void CreateAquifersFileWithIllegalHeaderField(string filePath) { using StreamWriter writer = File.CreateText(filePath); writer.WriteLine("stix_filename;aquifer_name"); writer.WriteLine("DWP_1.stix;L1"); } + private static void CreateFullSoilsFile(string filePath) { using StreamWriter writer = File.CreateText(filePath);