From 08d65596cda8eb2692e81446e603c0e9b247c9e5 Mon Sep 17 00:00:00 2001 From: Yanbing Wang Date: Tue, 30 Aug 2016 12:17:27 -0700 Subject: [PATCH] removed the first 3 lines in i18n.Tests.ps1 --- test/powershell/Language/Scripting/I18n.Tests.ps1 | 7 ------- 1 file changed, 7 deletions(-) diff --git a/test/powershell/Language/Scripting/I18n.Tests.ps1 b/test/powershell/Language/Scripting/I18n.Tests.ps1 index 46e9cd808..a69f8eb1c 100644 --- a/test/powershell/Language/Scripting/I18n.Tests.ps1 +++ b/test/powershell/Language/Scripting/I18n.Tests.ps1 @@ -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 {