Adjust tst-strfmon1 after da_DK locale change.
authorStefan Liebler <stli@linux.vnet.ibm.com>
Mon, 11 May 2015 07:15:36 +0000 (09:15 +0200)
committerAndreas Krebbel <krebbel@linux.vnet.ibm.com>
Mon, 11 May 2015 07:15:36 +0000 (09:15 +0200)
This patch adjusts the expected currency symbol kr to kr. after commit
"Update currency_symbol in da_DK"
(92566b4922934676da1643bf496dc982791d54d0) which changed it.

* tst-strfmon1.c (tests): Update expected currency symbol.

ChangeLog
localedata/tst-strfmon1.c

index fa2b158..8ff45d4 100644 (file)
--- 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.
index e30aa1b..8292a6c 100644 (file)
@@ -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|" }
   };