Index: Ringtoets/StabilityStoneCover/test/Ringtoets.StabilityStoneCover.Forms.Test/TreeNodeInfos/StabilityStoneCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs =================================================================== diff -u -rae04c23f970bb96e54adbfb8c2fe1aaf95d13326 -r0f0d4ea78f79ab702bc3c28c78e83daa02c320b1 --- Ringtoets/StabilityStoneCover/test/Ringtoets.StabilityStoneCover.Forms.Test/TreeNodeInfos/StabilityStoneCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs (.../StabilityStoneCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs) (revision ae04c23f970bb96e54adbfb8c2fe1aaf95d13326) +++ Ringtoets/StabilityStoneCover/test/Ringtoets.StabilityStoneCover.Forms.Test/TreeNodeInfos/StabilityStoneCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs (.../StabilityStoneCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs) (revision 0f0d4ea78f79ab702bc3c28c78e83daa02c320b1) @@ -1314,7 +1314,7 @@ DialogBoxHandler = (name, wnd) => { dialog = (StabilityStoneCoverHydraulicBoundaryLocationSelectionDialog) new FormTester(name).TheObject; - grid = (DataGridViewControl) new ControlTester("dataGridViewControl", dialog).TheObject; + grid = (DataGridViewControl) new ControlTester("DataGridViewControl", dialog).TheObject; rowCount = grid.Rows.Count; new ButtonTester("CustomCancelButton", dialog).Click(); }; @@ -1375,10 +1375,10 @@ DialogBoxHandler = (name, wnd) => { dialog = (StabilityStoneCoverHydraulicBoundaryLocationSelectionDialog) new FormTester(name).TheObject; - grid = (DataGridViewControl) new ControlTester("dataGridViewControl", dialog).TheObject; + grid = (DataGridViewControl) new ControlTester("DataGridViewControl", dialog).TheObject; grid.Rows[0].Cells[0].Value = true; grid.Rows[1].Cells[0].Value = true; - new ButtonTester("GenerateForSelectedButton", dialog).Click(); + new ButtonTester("DoForSelectedButton", dialog).Click(); }; using (ContextMenuStrip contextMenu = info.ContextMenuStrip(nodeData, null, treeViewControl)) @@ -1435,7 +1435,7 @@ DialogBoxHandler = (name, wnd) => { dialog = (StabilityStoneCoverHydraulicBoundaryLocationSelectionDialog) new FormTester(name).TheObject; - grid = (DataGridViewControl) new ControlTester("dataGridViewControl", dialog).TheObject; + grid = (DataGridViewControl) new ControlTester("DataGridViewControl", dialog).TheObject; grid.Rows[0].Cells[0].Value = true; new ButtonTester("CustomCancelButton", dialog).Click(); };