This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Adjust tst-strfmon1 after da_DK locale change.


Hi,

this patch adjusts the expected currency symbol kr to kr. after commit "Update currency_symbol in da_DK" (92566b4922934676da1643bf496dc982791d54d0) which changed it.

The testcase localedata/tst-strfmon1 succeeds afterwards.

Ok to commit?

Bye Stefan

---
2015-05-08  Stefan Liebler  <stli@linux.vnet.ibm.com>

	* tst-strfmon1.c (tests): Update expected currency symbol.
diff --git a/localedata/tst-strfmon1.c b/localedata/tst-strfmon1.c
index e30aa1b..8292a6c 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|" }
   };

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]