From 973bb78896a8dfc919809406a633f6c3bf1e0cae Mon Sep 17 00:00:00 2001 From: tastytea Date: Sun, 8 Nov 2020 16:00:15 +0100 Subject: [PATCH] Don't set locale in headers test. --- tests/test_headers.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_headers.cpp b/tests/test_headers.cpp index 06d279b..7b52abd 100644 --- a/tests/test_headers.cpp +++ b/tests/test_headers.cpp @@ -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");