Skip to content

RFC822MesageTest: Fix locale-sensitive test case

Michael Gratton requested to merge mjog/950-test-case-conversion-locale into mainline

Use ascii_down() instead of down() so the test case is more robust in the face of being run under different locales.

Fixes #950 (closed)

Merge request reports