Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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"
(92566b4) which changed it.

* tst-strfmon1.c (tests): Update expected currency symbol.
  • Loading branch information
Stefan Liebler authored and Andreas Krebbel committed May 11, 2015
1 parent c4c977c commit e1b6cb0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions 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.
Expand Down
2 changes: 1 addition & 1 deletion localedata/tst-strfmon1.c
Expand Up @@ -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|" }
};
Expand Down

0 comments on commit e1b6cb0

Please sign in to comment.