[ 
https://issues.apache.org/jira/browse/LUCENE-2466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robert Muir updated LUCENE-2466:
--------------------------------

    Attachment: LUCENE-2466.patch

here is a cleaned up patch, using Locale.ENGLISH, that fixes the casing 
problems.

* Note the use of Locale.ENGLISH is not an affront to non-english users, it 
just forces consistent casing behavior and is already defined as a constant.

I plan to commit soon (trunk/stable), and then look at the unrelated separate 
failures for Thai:
set ANT_ARGS="-Dargs=-Duser.language=th -Duser.country=TH -Duser.variant=TH"

I suspect much of these failures are due to date handling.

We might want to devise a plan to help test this stuff, either let Hudson pick 
a different locale each night, maybe just from the "troublesome ones", and/or 
do something similar to the LocalizedTestCase in lucene (but this can cause 
tests to be very slow).


> fix some more locale problems in lucene/solr
> --------------------------------------------
>
>                 Key: LUCENE-2466
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2466
>             Project: Lucene - Java
>          Issue Type: Bug
>            Reporter: Robert Muir
>         Attachments: LUCENE-2466.patch, LUCENE-2466.patch, 
> LUCENE-2466_coretests.patch
>
>
> set ANT_ARGS="-Dargs=-Duser.language=tr -Duser.country=TR"
> ant clean test
> We should make sure this works across all of lucene/solr

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to