Revert "update localization test"

This reverts commit 27a87d7ef9.
pull/10696/head
maliming 4 years ago
parent 395f8de866
commit 0042960dd9
No known key found for this signature in database
GPG Key ID: 096224957E51C89E

@ -89,12 +89,7 @@ public class AbpLocalization_Tests : AbpIntegratedTest<AbpLocalization_Tests.Tes
using (CultureHelper.Use("tr"))
{
_localizer["SeeYou"].Value.ShouldBe("Görüşürüz");
}
using (CultureHelper.Use("pl"))
{
_localizer["SeeYou"].Value.ShouldBe("See you"); //Not defined in pl, getting from default lang
_localizer["SeeYou"].Value.ShouldBe("See you"); //Not defined in tr, getting from default lang
}
using (CultureHelper.Use("it"))

Loading…
Cancel
Save