summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2017-06-19 15:14:47 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2017-06-19 15:14:47 +0200
commitad0fb05b6d3c17356e11d85a4112b54c27877935 (patch)
treebd59a1464e02eb1460e64e17cfb3e3034f98a90f /config
parent63e979c46adfd66795df607cf6a2996d9bc7a79f (diff)
Do not ignore test anymore.
Diffstat (limited to 'config')
-rw-r--r--config/src/tests/configparser/configparser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/src/tests/configparser/configparser.cpp b/config/src/tests/configparser/configparser.cpp
index 23dbc77488b..392cf8d9aa3 100644
--- a/config/src/tests/configparser/configparser.cpp
+++ b/config/src/tests/configparser/configparser.cpp
@@ -108,7 +108,7 @@ TEST("require that escaped values are properly unescaped") {
ASSERT_EQUAL("a\nb\rc\\d\"eBg", value);
}
-IGNORE_TEST("verify that locale does not affect double parsing") { // Failing on some CentOS based environments
+TEST("verify that locale does not affect double parsing") {
std::vector<vespalib::string> payload;
setlocale(LC_NUMERIC, "nb_NO.UTF-8");
payload.push_back("foo 3,14");