Jelajahi Sumber

Applying dispose.

BDisp 1 tahun lalu
induk
melakukan
986c681775
1 mengubah file dengan 3 tambahan dan 0 penghapusan
  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 ();
     }
 }