Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/Piping/StochasticSoilModelCreateExtensionsTest.cs =================================================================== diff -u -raf81664b5c0cb1af94c61530adbb6cd24fd5229f -rc2bf0666539fa1a781c6d5d633ac292fa4fe2bd4 --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/Piping/StochasticSoilModelCreateExtensionsTest.cs (.../StochasticSoilModelCreateExtensionsTest.cs) (revision af81664b5c0cb1af94c61530adbb6cd24fd5229f) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/Piping/StochasticSoilModelCreateExtensionsTest.cs (.../StochasticSoilModelCreateExtensionsTest.cs) (revision c2bf0666539fa1a781c6d5d633ac292fa4fe2bd4) @@ -20,16 +20,12 @@ // All rights reserved. using System; - using Application.Ringtoets.Storage.Create; using Application.Ringtoets.Storage.Create.Piping; using Application.Ringtoets.Storage.DbContext; using Application.Ringtoets.Storage.Serializers; - using Core.Common.Base.Geometry; - using NUnit.Framework; - using Ringtoets.Piping.Data; using Ringtoets.Piping.Data.TestUtil; using Ringtoets.Piping.KernelWrapper.TestUtil; @@ -89,11 +85,11 @@ // Assert Assert.AreNotSame(testName, entity.Name, - "To create stable binary representations/fingerprints, it's really important that strings are not shared."); + "To create stable binary representations/fingerprints, it's really important that strings are not shared."); Assert.AreEqual(testName, entity.Name); Assert.AreNotSame(testSegmentName, entity.SegmentName, - "To create stable binary representations/fingerprints, it's really important that strings are not shared."); + "To create stable binary representations/fingerprints, it's really important that strings are not shared."); Assert.AreEqual(testSegmentName, entity.SegmentName); } @@ -127,7 +123,7 @@ var stochasticSoilModel = new StochasticSoilModel(-1, "testName", "testSegmentName"); stochasticSoilModel.Geometry.AddRange(new[] { - new Point2D(-12.34, 56.78), + new Point2D(-12.34, 56.78), new Point2D(91.23, -34.56) }); var registry = new PersistenceRegistry();