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,9 +92,6 @@ Hi John ! You are in 2015 year and today is Thursday";
yield return new[] {"en-GB", expected1 }; yield return new[] {"en-GB", expected1 };
if (!TestPlatformHelper.IsMono)
{
// https://github.com/aspnet/Mvc/issues/3172
var expected2 = var expected2 =
@"Bonjour! @"Bonjour!
apprendre Encore Plus apprendre Encore Plus
@ -102,7 +99,6 @@ Salut John ! Vous êtes en 2015 an aujourd'hui est Thursday";
yield return new[] { "fr", expected2 }; yield return new[] { "fr", expected2 };
} }
} }
}
[Theory] [Theory]
[MemberData(nameof(LocalizationResourceData))] [MemberData(nameof(LocalizationResourceData))]