aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--localedata/tst-strfmon1.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index fa2b1588cf..8ff45d4ef9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-05-11 Stefan Liebler <stli@linux.vnet.ibm.com>
+
+ * tst-strfmon1.c (tests): Update expected currency symbol.
+
2015-05-08 Roland McGrath <roland@hack.frob.com>
* sysdeps/nacl/gethostname.c: New file.
diff --git a/localedata/tst-strfmon1.c b/localedata/tst-strfmon1.c
index e30aa1b204..8292a6cad5 100644
--- a/localedata/tst-strfmon1.c
+++ b/localedata/tst-strfmon1.c
@@ -10,7 +10,7 @@ static const struct
} tests[] =
{
{ "de_DE.ISO-8859-1", "|-12,34 EUR|-12,34|" },
- { "da_DK.ISO-8859-1", "|kr -12,34|-12,34|" },
+ { "da_DK.ISO-8859-1", "|kr. -12,34|-12,34|" },
{ "zh_TW.EUC-TW", "|-NT$12.34|-12.34|" },
{ "sv_SE.ISO-8859-1", "|-12,34 kr|-12,34|" }
};