mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Fixes #4139. Application.Run<T> isn't initializing properly by setting the Application.ForceDriver property (#4142)
* Fixes #4139. Application.Run<T> isn't initializing properly by setting the Application.ForceDriver property * Trying fix unit tests * Only to force again CI tests because I haven't errors locally * This should pass, unless RunningUnitTests is set to false somewhere * Fix Unix unit tests and failures via ReSharper * Changes suggested by @tig * Prevent empty string * Centralize all the entry logic in the InternalInit method * Change GetDriverTypes to return a tuple
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
using System.Globalization;
|
||||
using System.Reflection;
|
||||
using TerminalGuiFluentTesting;
|
||||
using Xunit.Abstractions;
|
||||
@@ -13,6 +14,7 @@ public class MenuBarv2Tests
|
||||
|
||||
public MenuBarv2Tests (ITestOutputHelper outputHelper)
|
||||
{
|
||||
CultureInfo.CurrentUICulture = CultureInfo.InvariantCulture;
|
||||
_out = new TestOutputWriter (outputHelper);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user