Adjust tst-strfmon1 after da_DK locale change.
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.
This commit is contained in:
parent
c4c977c6a2
commit
e1b6cb04f5
@ -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.
|
||||
|
@ -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|" }
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user