Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/WmtsLocationControlTest.cs =================================================================== diff -u -rfe44c186ea146cf8a1debc6a44286011c8e8d2d0 -r46f8b6e121fc12d964c219c7726187db68d30892 --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/WmtsLocationControlTest.cs (.../WmtsLocationControlTest.cs) (revision fe44c186ea146cf8a1debc6a44286011c8e8d2d0) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/WmtsLocationControlTest.cs (.../WmtsLocationControlTest.cs) (revision 46f8b6e121fc12d964c219c7726187db68d30892) @@ -118,6 +118,22 @@ } [Test] + public void Dispose_AlreadyDisposed_DoesNotThrowException() + { + // Call + TestDelegate call = () => + { + using (var control = new WmtsLocationControl()) + { + control.Dispose(); + } + }; + + // Assert + Assert.DoesNotThrow(call); + } + + [Test] public void Data_WmtsCapabilityRow_DataSet() { // Setup