Index: Ringtoets/Common/test/Ringtoets.Common.Forms.Test/Views/IllustrationPointsTableControlTest.cs =================================================================== diff -u -redb617ef7d51ddd52ed0b0095e679106925a837c -rcfced039be33d45f65e0668891eea1e5b96fb7e1 --- Ringtoets/Common/test/Ringtoets.Common.Forms.Test/Views/IllustrationPointsTableControlTest.cs (.../IllustrationPointsTableControlTest.cs) (revision edb617ef7d51ddd52ed0b0095e679106925a837c) +++ Ringtoets/Common/test/Ringtoets.Common.Forms.Test/Views/IllustrationPointsTableControlTest.cs (.../IllustrationPointsTableControlTest.cs) (revision cfced039be33d45f65e0668891eea1e5b96fb7e1) @@ -267,8 +267,8 @@ dataGridViewControl.AddCurrentRowChangedHandler((sender, args) => eventThrown = true); // Call - dataGridViewControl.SetCurrentCell(dataGridView.Rows[0].Cells[1]); control.ResetLastSelectedRow(); + dataGridViewControl.SetCurrentCell(dataGridView.Rows[0].Cells[1]); // Assert Assert.IsTrue(eventThrown);