TestSort.TestInternationalMultiSearcherSort and TestInternationalSort fails ---------------------------------------------------------------------------
Key: LUCENENET-302 URL: https://issues.apache.org/jira/browse/LUCENENET-302 Project: Lucene.Net Issue Type: Bug Environment: 2.9.1 Reporter: Digy I will attach a patch to show the bug, it is not a real patch. The output of sort using "new System.Globalization.CultureInfo("en-US")" is HAT HÅT HOT HØT HUT (which corresponds to BFJHD) . but the expected one is BFJDH which is HAT HÅT HOT HUT HØT Current output seems to be correct and I think there is a bug in the test where expected value is wrong. But code is same in Java. (I compared the sort order in swedish and danish alphabets as well and they are correct). Any Idea? DIGY -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.