This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
[PATCH] Adjust tst-strfmon1 after da_DK locale change.
- From: Stefan Liebler <stli at linux dot vnet dot ibm dot com>
- To: libc-alpha at sourceware dot org
- Date: Fri, 08 May 2015 09:32:09 +0200
- Subject: [PATCH] Adjust tst-strfmon1 after da_DK locale change.
- Authentication-results: sourceware.org; auth=none
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|" }
};