[ https://issues.apache.org/jira/browse/LUCENENET-302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12781590#action_12781590 ]
George Aroush commented on LUCENENET-302: ----------------------------------------- If the change to the line "private System.String[][] data = new System.String[][]" is just formating, then commit away. Thanks DIGY! > 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 > Attachments: TestSort.patch > > > 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.