From patchwork Fri May 8 07:32:09 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Liebler X-Patchwork-Id: 6627 Received: (qmail 90859 invoked by alias); 8 May 2015 07:32:32 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 90847 invoked by uid 89); 8 May 2015 07:32:31 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL, BAYES_20, NO_DNS_FOR_FROM, RCVD_IN_DNSWL_LOW, SPF_HELO_PASS, SPF_PASS, T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: plane.gmane.org To: libc-alpha@sourceware.org From: Stefan Liebler Subject: [PATCH] Adjust tst-strfmon1 after da_DK locale change. Date: Fri, 08 May 2015 09:32:09 +0200 Lines: 44 Message-ID: Mime-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 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 * 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|" } };