mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-02 01:03:29 +01:00
Fix all tests.
This commit is contained in:
@@ -206,6 +206,7 @@ public class SubviewTests
|
||||
};
|
||||
|
||||
Application.Run (top);
|
||||
top.Dispose ();
|
||||
Application.Shutdown ();
|
||||
|
||||
Assert.Equal (1, tc);
|
||||
@@ -301,6 +302,7 @@ public class SubviewTests
|
||||
};
|
||||
|
||||
Application.Run (t);
|
||||
t.Dispose ();
|
||||
Application.Shutdown ();
|
||||
|
||||
Assert.Equal (1, tc);
|
||||
|
||||
Reference in New Issue
Block a user