Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/AssemblyResultTotalViewTest.cs =================================================================== diff -u -r9bf0fc986826a6ad2e2a812e0f502c567c544c59 -r97870b3df4cde6fcdba35ad93adfed19d88b5f7a --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/AssemblyResultTotalViewTest.cs (.../AssemblyResultTotalViewTest.cs) (revision 9bf0fc986826a6ad2e2a812e0f502c567c544c59) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/AssemblyResultTotalViewTest.cs (.../AssemblyResultTotalViewTest.cs) (revision 97870b3df4cde6fcdba35ad93adfed19d88b5f7a) @@ -21,6 +21,7 @@ using System; using System.Collections.Generic; +using System.Drawing; using System.Linq; using System.Windows.Forms; using Core.Common.Controls; @@ -156,6 +157,7 @@ Assert.IsInstanceOf(view); Assert.IsInstanceOf(view); Assert.IsNull(view.Data); + Assert.AreEqual(new Size(350, 250), view.AutoScrollMinSize); Assert.AreSame(assessmentSection, view.AssessmentSection); } }