remove the noise while running nunit from console

This commit is contained in:
Stephane Delcroix 2016-12-07 10:57:21 +01:00
Родитель f3b24f3399
Коммит 1dd4ce922e
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -3,7 +3,6 @@ using System.Globalization;
using System.Threading;
using NUnit.Framework;
using NUnit.Framework.Constraints;
namespace Xamarin.Forms.Core.UnitTests
{
@ -20,7 +19,6 @@ namespace Xamarin.Forms.Core.UnitTests
thead.CurrentCulture = new CultureInfo (culture);
}
#endif
Console.WriteLine ("Current culture: {0}", Thread.CurrentThread.CurrentCulture.Name);
}
[TearDown]