Index: Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/Handlers/AssessmentSectionCompositionChangeHandlerTest.cs =================================================================== diff -u -r2ff2a985fe9015df6da49fe43006e5c7631434c3 -r4fda2f3f6be17051ed305f0ea2d1b15fa87fc55f --- Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/Handlers/AssessmentSectionCompositionChangeHandlerTest.cs (.../AssessmentSectionCompositionChangeHandlerTest.cs) (revision 2ff2a985fe9015df6da49fe43006e5c7631434c3) +++ Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/Handlers/AssessmentSectionCompositionChangeHandlerTest.cs (.../AssessmentSectionCompositionChangeHandlerTest.cs) (revision 4fda2f3f6be17051ed305f0ea2d1b15fa87fc55f) @@ -42,7 +42,8 @@ public void ConfirmCompositionChange_Always_ShowMessageBox() { // Setup - string title = "", message = ""; + string title = ""; + string message = ""; DialogBoxHandler = (name, wnd) => { var tester = new MessageBoxTester(wnd);