laudrup / boost-wintls

Native Windows TLS stream wrapper for use with Asio
https://wintls.dev
Boost Software License 1.0
55 stars 13 forks source link

Use US English locale for unittest thread #60

Closed laudrup closed 2 years ago

laudrup commented 2 years ago

Some of the test cases (at least the error message test) compares error message strings which could potentially be localized.

These tests will fail if running in another locale than English so ensure we run all the tests with a US English locale at least in the main thread.

Fixes #59