This is an automated email from the ASF dual-hosted git repository.
nightowl888 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/lucenenet.git.
from 9a39013 BUG:
Lucene.Net.Tests.QueryParser.Flexible.Standard.TestQPHelper: Use ParseExact to
specify the date format to parse, so it works across cultures. See:
https://github.com/dotnet/runtime/issues/61708#issuecomment-971116350
new c14848b BUG: Lucene.Net.Util.Fst.TestFSTs::TestExpandedCloseToRoot():
Use StringComparer.Ordinal to sort in the strings without culture sensitivity.
new cf4d49b BUG: Added StringComparer.Ordinal to all Sort() calls on
string arrays and lists to override culture-sensitive sorting when it isn't
needed.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../Tools/TokenInfoDictionaryBuilder.cs | 2 +-
src/Lucene.Net.Benchmark/ByTask/Utils/Config.cs | 2 +-
src/Lucene.Net.Tests/Index/TestIndexFileDeleter.cs | 6 +++---
src/Lucene.Net.Tests/Index/TestIndexWriter.cs | 4 ++--
src/Lucene.Net.Tests/Index/TestTermVectorsReader.cs | 2 +-
src/Lucene.Net.Tests/Search/TestDocTermOrdsRangeFilter.cs | 2 +-
src/Lucene.Net.Tests/Search/TestDocTermOrdsRewriteMethod.cs | 2 +-
src/Lucene.Net.Tests/Search/TestRegexpRandom2.cs | 2 +-
src/Lucene.Net.Tests/Util/Fst/TestFSTs.cs | 4 ++--
9 files changed, 13 insertions(+), 13 deletions(-)