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