Remove mono check from localization test
This commit is contained in:
parent
eefa58e617
commit
fa5f9399e8
|
|
@ -92,15 +92,11 @@ 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)
|
var expected2 =
|
||||||
{
|
|
||||||
// https://github.com/aspnet/Mvc/issues/3172
|
|
||||||
var expected2 =
|
|
||||||
@"Bonjour!
|
@"Bonjour!
|
||||||
apprendre Encore Plus
|
apprendre Encore Plus
|
||||||
Salut John ! Vous êtes en 2015 an aujourd'hui est Thursday";
|
Salut John ! Vous êtes en 2015 an aujourd'hui est Thursday";
|
||||||
yield return new[] { "fr", expected2 };
|
yield return new[] { "fr", expected2 };
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue