mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-30 17:57:57 +01:00
Fixed netdriver running in unit tests
This commit is contained in:
@@ -95,7 +95,7 @@ namespace Terminal.Gui.DriverTests {
|
||||
[InlineData (typeof (FakeDriver))]
|
||||
[InlineData (typeof (NetDriver))]
|
||||
[InlineData (typeof (CursesDriver))]
|
||||
//[InlineData (typeof (WindowsDriver))]
|
||||
[InlineData (typeof (WindowsDriver))]
|
||||
public void Force16Colors_Sets (Type driverType)
|
||||
{
|
||||
var driver = (ConsoleDriver)Activator.CreateInstance (driverType);
|
||||
|
||||
Reference in New Issue
Block a user