Explorar o código

daignosing unit test fail in action

Tigger Kindel %!s(int64=2) %!d(string=hai) anos
pai
achega
fa2732ec51
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Terminal.Gui/ConsoleDrivers/NetDriver.cs

+ 1 - 0
Terminal.Gui/ConsoleDrivers/NetDriver.cs

@@ -624,6 +624,7 @@ internal class NetDriver : ConsoleDriver {
 			// We are being run in an environment that does not support a console
 			// such as a unit test, or a pipe.
 			_runningUnitTests = true;
+			throw new InvalidProgramException ();
 			Cols = 80;
 			Rows = 24;
 		}