|
@@ -94,7 +94,7 @@ namespace Terminal.Gui.DriverTests {
|
|
[Theory]
|
|
[Theory]
|
|
[InlineData (typeof (FakeDriver))]
|
|
[InlineData (typeof (FakeDriver))]
|
|
[InlineData (typeof (NetDriver))]
|
|
[InlineData (typeof (NetDriver))]
|
|
- [InlineData (typeof (CursesDriver))]
|
|
|
|
|
|
+ //[InlineData (typeof (CursesDriver))]
|
|
[InlineData (typeof (WindowsDriver))]
|
|
[InlineData (typeof (WindowsDriver))]
|
|
public void Force16Colors_Sets (Type driverType)
|
|
public void Force16Colors_Sets (Type driverType)
|
|
{
|
|
{
|