Index: Ringtoets/Common/test/Ringtoets.Common.Forms.Test/Views/IllustrationPointsChartControlTest.cs =================================================================== diff -u -r44f75ace98dd75de607002abd122dfe8310d5456 -r4e7b2d7986296427d9add574d83b1268505d394e --- Ringtoets/Common/test/Ringtoets.Common.Forms.Test/Views/IllustrationPointsChartControlTest.cs (.../IllustrationPointsChartControlTest.cs) (revision 44f75ace98dd75de607002abd122dfe8310d5456) +++ Ringtoets/Common/test/Ringtoets.Common.Forms.Test/Views/IllustrationPointsChartControlTest.cs (.../IllustrationPointsChartControlTest.cs) (revision 4e7b2d7986296427d9add574d83b1268505d394e) @@ -52,8 +52,7 @@ Assert.AreEqual(1, chartControl.Controls.Count); Assert.IsInstanceOf(chartControl.Controls[0]); - Assert.AreEqual(400, chartControl.AutoScrollMinSize.Width); - Assert.AreEqual(320, chartControl.AutoScrollMinSize.Height); + Assert.AreEqual(new Size(400, 320), chartControl.AutoScrollMinSize); } [Test]