mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-30 09:47:58 +01:00
Fixed WindowTests
This commit is contained in:
@@ -26,6 +26,7 @@ public class WindowTests
|
||||
|
||||
Exception exception = Record.Exception (() => win.NewKeyDownEvent (KeyCode.AltMask));
|
||||
Assert.Null (exception);
|
||||
top.Dispose ();
|
||||
}
|
||||
|
||||
[Fact]
|
||||
@@ -119,6 +120,7 @@ public class WindowTests
|
||||
└──────────────────┘",
|
||||
_output
|
||||
);
|
||||
top.Dispose ();
|
||||
}
|
||||
|
||||
[Fact]
|
||||
@@ -224,5 +226,6 @@ public class WindowTests
|
||||
Assert.True (view1.HasFocus);
|
||||
Assert.False (win2.HasFocus);
|
||||
Assert.False (view2.HasFocus);
|
||||
win1.Dispose ();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user