Explorar el Código

Merge pull request #651 from BDisp/dim-pos-test

Changed to comma.
Charlie Kindel hace 5 años
padre
commit
1d8f44fcc7
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      UnitTests/DimPosTests.cs

+ 2 - 0
UnitTests/DimPosTests.cs

@@ -105,6 +105,8 @@ namespace Terminal.Gui {
 		[Fact]
 		public void TestPercent ()
 		{
+			System.Threading.Thread.CurrentThread.CurrentCulture = new System.Globalization.CultureInfo ("en-US");
+
 			var pos = Pos.Percent (0);
 			Assert.Equal ("Pos.Factor(0)", pos.ToString ());