Explorar o código

Fixed netdriver running in unit tests

Tigger Kindel %!s(int64=2) %!d(string=hai) anos
pai
achega
b71d533901
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      UnitTests/ConsoleDrivers/ColorTests.cs

+ 1 - 1
UnitTests/ConsoleDrivers/ColorTests.cs

@@ -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);