Remove mono check from localization test

This commit is contained in:
Kirthi Krishnamraju 2015-09-29 14:08:39 -07:00
parent eefa58e617
commit fa5f9399e8
1 changed files with 2 additions and 6 deletions

View File

@ -92,15 +92,11 @@ Hi John ! You are in 2015 year and today is Thursday";
yield return new[] {"en-GB", expected1 };
if (!TestPlatformHelper.IsMono)
{
// https://github.com/aspnet/Mvc/issues/3172
var expected2 =
var expected2 =
@"Bonjour!
apprendre Encore Plus
Salut John ! Vous êtes en 2015 an aujourd'hui est Thursday";
yield return new[] { "fr", expected2 };
}
yield return new[] { "fr", expected2 };
}
}