Index: DamClients/DamUI/trunk/src/Dam/Tests/StiImporter/SoilProfile2DImporterTest.cs =================================================================== diff -u -r3062 -r3071 --- DamClients/DamUI/trunk/src/Dam/Tests/StiImporter/SoilProfile2DImporterTest.cs (.../SoilProfile2DImporterTest.cs) (revision 3062) +++ DamClients/DamUI/trunk/src/Dam/Tests/StiImporter/SoilProfile2DImporterTest.cs (.../SoilProfile2DImporterTest.cs) (revision 3071) @@ -24,7 +24,6 @@ using System.Linq; using Deltares.Dam.Data; using Deltares.Dam.Data.StiImporter; -using Deltares.Standard.Logging; using NUnit.Framework; using Soil = Deltares.Geotechnics.Soils.Soil; using SoilList = Deltares.Geotechnics.Soils.SoilList; @@ -123,8 +122,6 @@ public void Import_WithIncompleteSoilList_ThrowsSoilProfileImporterException() { // Setup - LogManager.Messages.Clear(); // Clear all messages as it is a singleton - const string invalidSoilProfile = "Tutorial-1a 10.1.4.3.sti"; // Soil profile also contains peat and sand for its layers const string profileName = "SimpleProfile"; Segment segment = CreateSegmentWithProfiles(new[] @@ -151,8 +148,6 @@ public void Import_WithSoilProfileCausingReadException_ThrowsSoilProfileImporterException() { // Setup - LogManager.Messages.Clear(); // Clear all messages as it is a singleton - const string invalidSoilProfileName = "NonExistentSoilProfile"; Segment segment = CreateSegmentWithProfiles(new[] {