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