diff --git a/Test/Applications/ParseExcelNumberFormatLocales/test/addlung.ps1 b/Test/Applications/ParseExcelNumberFormatLocales/test/addlung.ps1 deleted file mode 100644 index 5bff15f63d..0000000000 --- a/Test/Applications/ParseExcelNumberFormatLocales/test/addlung.ps1 +++ /dev/null @@ -1,48 +0,0 @@ -$numbers = (1025, -1026, -2052, -1028, -1050, -1029, -1030, -1043, -1033, -1061, -1035, -1036, -1031, -1032, -1037, -1081, -1038, -1057, -1040, -1041, -1087, -1042, -1062, -1063, -1086, -1044, -1045, -1046, -2070, -1048, -1049, -2074, -1051, -1060, -3082, -1053, -1054, -1055, -1058, -1066 -) - - foreach($i in $numbers) { -Set-WinSystemLocale $i - - - -} \ No newline at end of file diff --git a/Test/Applications/ParseExcelNumberFormatLocales/test/forms (2).docx b/Test/Applications/ParseExcelNumberFormatLocales/test/forms (2).docx deleted file mode 100644 index 9dfa7b1149..0000000000 Binary files a/Test/Applications/ParseExcelNumberFormatLocales/test/forms (2).docx and /dev/null differ diff --git a/Test/Applications/ParseExcelNumberFormatLocales/test/forms.docx b/Test/Applications/ParseExcelNumberFormatLocales/test/forms.docx deleted file mode 100644 index 683917e0c1..0000000000 Binary files a/Test/Applications/ParseExcelNumberFormatLocales/test/forms.docx and /dev/null differ diff --git a/Test/Applications/ParseExcelNumberFormatLocales/test/macros-locale (1).xlsm b/Test/Applications/ParseExcelNumberFormatLocales/test/macros-locale (1).xlsm deleted file mode 100644 index 2528ddd5e6..0000000000 Binary files a/Test/Applications/ParseExcelNumberFormatLocales/test/macros-locale (1).xlsm and /dev/null differ diff --git a/Test/Applications/ParseExcelNumberFormatLocales/test/run.vbs b/Test/Applications/ParseExcelNumberFormatLocales/test/run.vbs deleted file mode 100644 index cde5b2d6d6..0000000000 --- a/Test/Applications/ParseExcelNumberFormatLocales/test/run.vbs +++ /dev/null @@ -1,6 +0,0 @@ -Set objExcel = CreateObject("Excel.Application") -objExcel.Application.Run "'C:\Users\maxim\Downloads\Telegram Desktop\macros-locale (1).xlsm'!Module1.numformatlocale" -objExcel.DisplayAlerts = False - -objExcel.Application.Quit -Set objExcel = Nothing \ No newline at end of file diff --git a/Test/Applications/ParseExcelNumberFormatLocales/test/run2.vbs b/Test/Applications/ParseExcelNumberFormatLocales/test/run2.vbs index 7e37637a5e..b4189b0d33 100644 --- a/Test/Applications/ParseExcelNumberFormatLocales/test/run2.vbs +++ b/Test/Applications/ParseExcelNumberFormatLocales/test/run2.vbs @@ -1,5 +1,5 @@ Set objExcel = CreateObject("Excel.Application") -objExcel.Application.Run "'C:\Users\maxim\Downloads\Telegram Desktop\macros-locale (1).xlsm'!Module1.numformatlocale", WScript.Arguments(0) +objExcel.Application.Run "'C:\Users\maxim\Downloads\Telegram Desktop\macros-locale data.xlsm'!Module1.numformatlocale", WScript.Arguments(0) objExcel.DisplayAlerts = False objExcel.Application.Quit diff --git a/Test/Applications/ParseExcelNumberFormatLocales/test/t.ps1 b/Test/Applications/ParseExcelNumberFormatLocales/test/t.ps1 deleted file mode 100644 index 86e5985a0c..0000000000 --- a/Test/Applications/ParseExcelNumberFormatLocales/test/t.ps1 +++ /dev/null @@ -1,3 +0,0 @@ - - -Set-Culture en-GB \ No newline at end of file diff --git a/Test/Applications/ParseExcelNumberFormatLocales/test/test2.ps1 b/Test/Applications/ParseExcelNumberFormatLocales/test/test2.ps1 index f2dadac0c2..689e2dac33 100644 --- a/Test/Applications/ParseExcelNumberFormatLocales/test/test2.ps1 +++ b/Test/Applications/ParseExcelNumberFormatLocales/test/test2.ps1 @@ -1,57 +1,17 @@ -$numbers = (1025, -1026, -2052, -1028, -1050, -1029, -1030, -1043, -1033, -1061, -1035, -1036, -1031, -1032, -1037, -1081, -1038, -1057, -1040, -1041, -1087, -1042, -1062, -1063, -1086, -1044, -1045, -1046, -2070, -1048, -1049, -2074, -1051, -1060, -3082, -1053, -1054, -1055, -1058, -1066 -) - foreach($i in $numbers) { - Start-Sleep -Seconds 1 +$Lcids = ([System.Globalization.CultureInfo]::GetCultures( [System.Globalization.CultureTypes]::AllCultures ) | Select-Object -ExpandProperty Name) + + foreach($i in $Lcids) { + echo Set-Culture $i Set-Culture $i - + Start-Sleep -Seconds 1 echo .\run2.vbs $i .\run2.vbs $i - Start-Sleep -Seconds 1 + Start-Sleep -Seconds 7 } - Set-Culture ru-Ru