Index: Ringtoets/Common/test/Ringtoets.Common.Data.Test/StructureBaseTest.cs =================================================================== diff -u -r5c348ad608dfd7af011130adf085ed0cc8272730 -r72100b160a77aa268c4cb3aca0124473fc924c70 --- Ringtoets/Common/test/Ringtoets.Common.Data.Test/StructureBaseTest.cs (.../StructureBaseTest.cs) (revision 5c348ad608dfd7af011130adf085ed0cc8272730) +++ Ringtoets/Common/test/Ringtoets.Common.Data.Test/StructureBaseTest.cs (.../StructureBaseTest.cs) (revision 72100b160a77aa268c4cb3aca0124473fc924c70) @@ -220,8 +220,7 @@ // Assert Assert.AreNotEqual(otherStructure.Id, structure.Id); Assert.AreEqual(otherStructure.Name, structure.Name); - Assert.AreEqual(otherStructure.Location, structure.Location); - Assert.AreNotSame(otherStructure.Location, structure.Location); + TestHelper.AssertAreEqualButNotSame(otherStructure.Location, structure.Location); Assert.AreEqual(otherStructure.StructureNormalOrientation, structure.StructureNormalOrientation); }