瀏覽代碼

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 ();
     }
 }