فهرست منبع

Applying dispose.

BDisp 1 سال پیش
والد
کامیت
986c681775
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      UnitTests/View/Layout/ViewportTests.cs

+ 3 - 0
UnitTests/View/Layout/ViewportTests.cs

@@ -448,5 +448,8 @@ public class ViewportTests (ITestOutputHelper output)
         Application.Begin (top);
 
         Assert.True (view.IsViewLocationVisibleInViewport (x, y) == expected);
+
+        top.Dispose ();
+        Application.Shutdown ();
     }
 }