Adjust tst-strfmon1 after da_DK locale change.

Message ID mihopq$upf$1@ger.gmane.org
State Committed
Headers

Commit Message

Stefan Liebler May 8, 2015, 7:32 a.m. UTC
  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.
  

Comments

Carlos O'Donell May 8, 2015, 6:54 p.m. UTC | #1
On 05/08/2015 03:32 AM, Stefan Liebler wrote:
> 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?

Yes.

Cheers,
Carlos.
  
Andreas Krebbel May 11, 2015, 7:17 a.m. UTC | #2
On Fri, May 08, 2015 at 09:32:09AM +0200, Stefan Liebler wrote:
> 2015-05-08  Stefan Liebler  <stli@linux.vnet.ibm.com>
> 
> 	* tst-strfmon1.c (tests): Update expected currency symbol.

Applied. Thanks!

-Andreas-
  

Patch

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