From 1431812d9d3d7f64a4e159c915418a3d3dc3a0b6 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 21 Apr 2016 16:54:37 +0200 Subject: Comment out test fragment that relies on locale which may not exist --- tests/timestamp/driver.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') diff --git a/tests/timestamp/driver.cxx b/tests/timestamp/driver.cxx index 2db726d..0c0f2ef 100644 --- a/tests/timestamp/driver.cxx +++ b/tests/timestamp/driver.cxx @@ -142,10 +142,12 @@ main () assert (parse ( ".3849022852016-02-21 19:31:10", "%[.N]%Y-%m-%d %H:%M:%S")); + /* setlocale (LC_ALL, "de_DE.utf-8"); locale::global (locale ("de_DE.utf-8")); assert (parse ("Mai 11 19:31:10 2016 GMT", "%b %d %H:%M:%S%[.N] %Y")); locale::global (locale ("C")); + */ // @@ When debuging strptime() fallback implementation compiled with GCC // 5.3.1, the following asserts will fail due to bugs in implementation -- cgit v1.1