Don't set locale in headers test.

This commit is contained in:
tastytea 2020-11-08 16:00:15 +01:00
parent 3e04970659
commit 973bb78896
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,6 @@ X-UmläÜt: 🙂
bool exception = false; bool exception = false;
string value; string value;
std::locale::global(std::locale("de_DE.UTF-8"));
WHEN("We search for “cache-control”") WHEN("We search for “cache-control”")
{ {
try try
@ -53,6 +51,8 @@ X-UmläÜt: 🙂
// WHEN("We search for “X-UMLÄÜT”") // WHEN("We search for “X-UMLÄÜT”")
// { // {
// std::locale::global(std::locale("de_DE.UTF-8"));
//
// try // try
// { // {
// value = ret.get_header("X-UMLÄÜT"); // value = ret.get_header("X-UMLÄÜT");