Index: DamClients/DamUI/trunk/src/Dam/Tests/CsvExportSurfaceLineTest.cs
===================================================================
diff -u -r3825 -r3831
--- DamClients/DamUI/trunk/src/Dam/Tests/CsvExportSurfaceLineTest.cs (.../CsvExportSurfaceLineTest.cs) (revision 3825)
+++ DamClients/DamUI/trunk/src/Dam/Tests/CsvExportSurfaceLineTest.cs (.../CsvExportSurfaceLineTest.cs) (revision 3831)
@@ -23,11 +23,10 @@
using Deltares.Geotechnics.GeotechnicalGeometry;
using System.Collections.Generic;
using System.IO;
-
using NUnit.Framework;
using Deltares.Dam.Data;
+using Deltares.Dam.TestHelper.TestUtils;
using Deltares.Geotechnics.SurfaceLines;
-using Deltares.Geotechnics.TestUtils;
namespace Deltares.Dam.Tests
{
Index: DamClients/DamUI/trunk/src/Dam/Tests/EntityFactoryTest.cs
===================================================================
diff -u -r3825 -r3831
--- DamClients/DamUI/trunk/src/Dam/Tests/EntityFactoryTest.cs (.../EntityFactoryTest.cs) (revision 3825)
+++ DamClients/DamUI/trunk/src/Dam/Tests/EntityFactoryTest.cs (.../EntityFactoryTest.cs) (revision 3831)
@@ -22,11 +22,11 @@
using System.Collections.Generic;
using System.Linq;
using Deltares.Dam.Data;
+using Deltares.Dam.TestHelper.TestUtils;
using Deltares.Geometry;
using Deltares.Geotechnics.GeotechnicalGeometry;
using Deltares.Geotechnics.Soils;
using Deltares.Geotechnics.SurfaceLines;
-using Deltares.Geotechnics.TestUtils;
using NUnit.Framework;
namespace Deltares.Dam.Tests
Index: DamClients/DamUI/trunk/src/Dam/Tests/Deltares.Dam.IntegrationTests.csproj
===================================================================
diff -u -r3830 -r3831
--- DamClients/DamUI/trunk/src/Dam/Tests/Deltares.Dam.IntegrationTests.csproj (.../Deltares.Dam.IntegrationTests.csproj) (revision 3830)
+++ DamClients/DamUI/trunk/src/Dam/Tests/Deltares.Dam.IntegrationTests.csproj (.../Deltares.Dam.IntegrationTests.csproj) (revision 3831)
@@ -67,10 +67,6 @@
False
..\..\..\lib\DSL-Core\Deltares.Standard.dll
-
- False
- ..\..\..\lib\DSL-Core\Deltares.Standard.TestUtils.dll
-
False
..\..\..\lib\DevExpress\DevExpress.XtraGauges.v12.2.Core.dll
Index: DamClients/DamUI/trunk/src/Dam/Tests/Deltares.Dam.Tests.csproj
===================================================================
diff -u -r3830 -r3831
--- DamClients/DamUI/trunk/src/Dam/Tests/Deltares.Dam.Tests.csproj (.../Deltares.Dam.Tests.csproj) (revision 3830)
+++ DamClients/DamUI/trunk/src/Dam/Tests/Deltares.Dam.Tests.csproj (.../Deltares.Dam.Tests.csproj) (revision 3831)
@@ -75,9 +75,6 @@
False
..\..\..\lib\DSL-GeoIO\Deltares.Geotechnics.IO.dll
-
- ..\..\..\lib\DSL-Geo\Deltares.Geotechnics.TestUtils.dll
-
False
..\..\..\lib\DSL-Core\Deltares.Mathematics.dll
@@ -97,9 +94,6 @@
False
..\..\..\lib\DSL-FormsGeo\Deltares.Standard.Forms.dll
-
- ..\..\..\lib\DSL-Core\Deltares.Standard.TestUtils.dll
-
False
..\..\..\packages\GeoAPI.1.7.1.1\lib\net40-client\GeoAPI.dll
Index: DamClients/DamUI/trunk/src/Dam/Tests/Deltares.Dam.BenchmarkTests.csproj
===================================================================
diff -u -r3825 -r3831
--- DamClients/DamUI/trunk/src/Dam/Tests/Deltares.Dam.BenchmarkTests.csproj (.../Deltares.Dam.BenchmarkTests.csproj) (revision 3825)
+++ DamClients/DamUI/trunk/src/Dam/Tests/Deltares.Dam.BenchmarkTests.csproj (.../Deltares.Dam.BenchmarkTests.csproj) (revision 3831)
@@ -135,10 +135,6 @@
False
..\..\..\lib\DSL-Core\Deltares.Standard.dll
-
- False
- ..\..\..\lib\DSL-Core\Deltares.Standard.TestUtils.dll
-
..\..\packages\NUnit.3.13.3\lib\net45\nunit.framework.dll
Index: DamClients/DamUI/trunk/src/Dam/Tests/CsvExportCharacteristicPointsTest.cs
===================================================================
diff -u -r3825 -r3831
--- DamClients/DamUI/trunk/src/Dam/Tests/CsvExportCharacteristicPointsTest.cs (.../CsvExportCharacteristicPointsTest.cs) (revision 3825)
+++ DamClients/DamUI/trunk/src/Dam/Tests/CsvExportCharacteristicPointsTest.cs (.../CsvExportCharacteristicPointsTest.cs) (revision 3831)
@@ -20,9 +20,9 @@
// All rights reserved.
using Deltares.Dam.Data.CsvImporters;
+using Deltares.Dam.TestHelper.TestUtils;
using Deltares.Geometry;
using Deltares.Geotechnics.SurfaceLines;
-using Deltares.Geotechnics.TestUtils;
namespace Deltares.Dam.Tests
{