removed the first 3 lines in i18n.Tests.ps1

This commit is contained in:
Yanbing Wang 2016-08-30 12:17:27 -07:00
parent 04f225a4a1
commit 08d65596cd

View file

@ -1,10 +1,3 @@
#This works only for en-US or fr-FR
if ($PSUICulture -ne 'en-US' -and $PSUICulture -ne 'fr-FR')
{
return
}
Describe 'Testing of script internationalization' -Tags "CI" {
BeforeAll {