mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-02 01:03:29 +01:00
trying to get WSL to work
This commit is contained in:
@@ -513,5 +513,16 @@ namespace Terminal.Gui.Views {
|
||||
TestHelpers.AssertDriverContentsWithFrameAre ($"{topRow}\n{buttonRow}\n{bottomRow}", output);
|
||||
Application.End (runstate);
|
||||
}
|
||||
|
||||
[Fact]
|
||||
[AutoInitShutdown]
|
||||
public void FileDialog_FileSystemWatcher ()
|
||||
{
|
||||
for (int i = 0; i < 256; i++) {
|
||||
var fd = new FileDialog ();
|
||||
fd.Ready += () => Application.RequestStop ();
|
||||
Application.Run (fd);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user