| From: | petere(at)postgresql(dot)org (Peter Eisentraut) |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql: Avoid regression test cases that fail in locales that sort "v" |
| Date: | 2009-01-19 14:24:13 |
| Message-ID: | 20090119142413.BE655754878@cvs.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Log Message:
-----------
Avoid regression test cases that fail in locales that sort "v" and "w"
equally (in glibc: et_EE, sv_SE, tk_TM). It turns out that this was
already taken care of previously by select_1.out, which I had forgotten to
update for an unrelated change. But might as well avoid the issue
altogether.
Modified Files:
--------------
pgsql/src/test/regress/data:
person.data (r1.3 -> r1.4)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/data/person.data?r1=1.3&r2=1.4)
pgsql/src/test/regress/expected:
select.out (r1.19 -> r1.20)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/select.out?r1=1.19&r2=1.20)
Removed Files:
-------------
pgsql/src/test/regress/expected:
select_1.out
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/select_1.out)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Magnus Hagander | 2009-01-19 15:18:54 | Re: Re: [COMMITTERS] pgsql: Explicitly bind gettext() to the UTF8 locale when in use. |
| Previous Message | Peter Eisentraut | 2009-01-19 13:38:47 | pgsql: Alter regression test cases that rely on the sort order of "aa". |