Index: Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/ViewInfos/CommentViewInfoTest.cs =================================================================== diff -u -rf07d6418a5280c74ea8a35de183dbaed51dda066 -r26ee4ff0515942af0d34790c13a16ac78f67e891 --- Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/ViewInfos/CommentViewInfoTest.cs (.../CommentViewInfoTest.cs) (revision f07d6418a5280c74ea8a35de183dbaed51dda066) +++ Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/ViewInfos/CommentViewInfoTest.cs (.../CommentViewInfoTest.cs) (revision 26ee4ff0515942af0d34790c13a16ac78f67e891) @@ -19,7 +19,6 @@ // Stichting Deltares and remain full property of Stichting Deltares at all times. // All rights reserved. -using System; using System.Drawing; using System.Linq; using Core.Common.Gui.Plugin; @@ -62,6 +61,7 @@ { // Assert Assert.AreEqual(typeof(Comment), info.DataType); + Assert.AreEqual(typeof(Comment), info.ViewDataType); } [Test] @@ -88,36 +88,6 @@ } [Test] - public void ViewType_Always_ReturnsViewType() - { - // Call - Type viewType = info.ViewType; - - // Assert - Assert.AreEqual(typeof(CommentView), viewType); - } - - [Test] - public void DataType_Always_ReturnsDataType() - { - // Call - Type dataType = info.DataType; - - // Assert - Assert.AreEqual(typeof(Comment), dataType); - } - - [Test] - public void ViewDataType_Always_ReturnViewDataType() - { - // Call - Type viewDataType = info.ViewDataType; - - // Assert - Assert.AreEqual(typeof(Comment), viewDataType); - } - - [Test] public void Image_Always_ReturnsEditDocumentIcon() { // Call