aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-04-21 16:54:37 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-04-21 16:54:37 +0200
commit1431812d9d3d7f64a4e159c915418a3d3dc3a0b6 (patch)
treefe55fae79fe070cd5384a6649f13ec7d98bf532a /tests
parentd5d2b6840de49942fe11bf06ce45b11a5f14dad4 (diff)
Comment out test fragment that relies on locale which may not exist
Diffstat (limited to 'tests')
-rw-r--r--tests/timestamp/driver.cxx2
1 files changed, 2 insertions, 0 deletions
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