Skip to content

Not all tests pass using non-English culture (e.g. Turkish, Korean, German) #1098

Closed
@bergmeister

Description

@bergmeister

Steps to reproduce

[System.Threading.Thread]::CurrentThread.CurrentCulture = [cultureinfo]::CreateSpecificCulture('tr-TR')
# Build and install latest version of PSSA after the fix of PR 1097
Invoke-Pester -Script ".\Tests\Engine",".\Tests\Rules",".\Tests\Documentation"

Expected behavior

All Tests pass

Actual behavior

21 tests failed, some of them clearly related to the special i character in Turkish.
The same number of failures also happen using Korean culture ko-KR

Environment data

This is as of the latest state of development after the first fix of PR 1097 using PowerShell 5.1

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions