Index: Ringtoets/Common/test/Ringtoets.Common.Data.Test/StructureBaseTest.cs =================================================================== diff -u -re2197d5a4596fc769d89bd2f661d657490017d76 -r0a6fd2fa18908a63fc029833ea3735709ebd5829 --- Ringtoets/Common/test/Ringtoets.Common.Data.Test/StructureBaseTest.cs (.../StructureBaseTest.cs) (revision e2197d5a4596fc769d89bd2f661d657490017d76) +++ Ringtoets/Common/test/Ringtoets.Common.Data.Test/StructureBaseTest.cs (.../StructureBaseTest.cs) (revision 0a6fd2fa18908a63fc029833ea3735709ebd5829) @@ -80,6 +80,7 @@ Assert.AreEqual("anId", structure.Id); Assert.AreEqual(location.X, structure.Location.X); Assert.AreEqual(location.Y, structure.Location.Y); + Assert.AreEqual("aName", structure.ToString()); } private class TestStructure : StructureBase