From bd80111ed9cb93b2d56720dcd1d1f259616c27ae Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Thu, 10 Aug 2017 12:16:29 +0200 Subject: Fix stdlib/tst-strfmon_l.c test case to agree with the changes in Indian monetary formatting The test cases should expose non-standard grouping and the trailing space after the currency sign. After the changes to the Indian monetary formatting, the Indian formatting still shows the non-standard grouping. To test the trailing space after the currency sign I chose the hr_HR locale. See: commit 82b3124268bec0609b337dd993e771c93e44cbf2 Author: Akhilesh Kumar Remove redundant data for LC_MONETARY for Indian locales --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index fd0ec11400..0f9a31606f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2017-08-10 Mike FABIAN + + * stdlib/tst-strfmon_l.c: Fix test cases to agree with the changes in + Indian monetary formatting + * stdlib/Makefile: Adapt list of locales needed for the tst-strfmon_l.c + test cases. + 2017-08-09 Dmitry V. Levin * sysdeps/unix/sysv/linux/aarch64/sys/ptrace.h (enum __ptrace_request): -- cgit 1.4.1