Browse Source

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

Changed to comma.
Charlie Kindel 5 years ago
parent
commit
1d8f44fcc7
1 changed files with 2 additions and 0 deletions
  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 ());