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:
Stefan Liebler 2015-05-11 09:15:36 +02:00 committed by Andreas Krebbel
parent c4c977c6a2
commit e1b6cb04f5
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View 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|" }
};