Index: Ringtoets/Common/test/Ringtoets.Common.Forms.Test/Views/LocationsViewTest.cs =================================================================== diff -u -r709f2cb79a37470876740145cf9f2801893672d1 -r32179e3a410424bcd44cdfb344f85582dbcbde9e --- Ringtoets/Common/test/Ringtoets.Common.Forms.Test/Views/LocationsViewTest.cs (.../LocationsViewTest.cs) (revision 709f2cb79a37470876740145cf9f2801893672d1) +++ Ringtoets/Common/test/Ringtoets.Common.Forms.Test/Views/LocationsViewTest.cs (.../LocationsViewTest.cs) (revision 32179e3a410424bcd44cdfb344f85582dbcbde9e) @@ -110,7 +110,7 @@ } [Test] - public void Selection_WithoutLocations_ReturnsNull() + public void Selection_WithoutCalculations_ReturnsNull() { // Call using (var view = new TestLocationsView()) @@ -246,6 +246,7 @@ testForm.Controls.Add(view); testForm.Show(); + return view; }