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 a44fcc2 Renamed TestTargetFramework.proj to TestTargetFramework.props
(Some editions of VS2019 don't seem to like the .proj extension)
new a7c6477 BUG: Lucene.Net.TestFramework: Removed dependency on local
file path location of europarl.lines.txt.gz and embedded the file. Removed
Lucene.Net.TestFramework.Paths class whose only purpose was to resolve such
dependencies (and didn't exist in Java).
new f4ac6d5 Deleted test-files directory. All of these files have been
embedded or do not apply to Lucene 4.8.0.
new 472cc20 Lucene.Net.TestFramework: Implemented dispose pattern where
applicable
The 3 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:
.../Index/RandomIndexWriter.cs | 28 +-
.../Lucene.Net.TestFramework.csproj | 5 +
.../Randomized/RandomizedContext.cs | 7 +
.../Randomized/Randomness.cs | 13 +-
.../Randomized/SingleThreadedRandom.cs | 5 +-
.../Randomized/ThreadGroup.cs | 14 +-
src/Lucene.Net.TestFramework/Util/LineFileDocs.cs | 32 +-
.../Util/LuceneTestCase.cs | 4 -
src/Lucene.Net.TestFramework/Util/Paths.cs | 206 -
.../Util}/europarl.lines.txt.gz | Bin
test-files/analysis/Turkish3.dat | 1 -
test-files/spatial/cities-Intersects-BBox.txt | 7 -
test-files/spatial/data/countries-bbox.txt | 249 -
test-files/spatial/data/countries-poly.txt | 249 -
test-files/spatial/data/geonames-IE.txt | 22929 -------------------
test-files/spatial/data/simple-bbox.txt | 5 -
test-files/spatial/data/states-bbox.txt | 52 -
test-files/spatial/data/states-poly.txt | 52 -
test-files/spatial/data/world-cities-points.txt | 2680 ---
test-files/spatial/simple-Queries-BBox.txt | 13 -
test-files/spatial/states-Intersects-BBox.txt | 3 -
test-files/spatial/states-IsWithin-BBox.txt | 4 -
22 files changed, 85 insertions(+), 26473 deletions(-)
delete mode 100644 src/Lucene.Net.TestFramework/Util/Paths.cs
rename {test-files => src/Lucene.Net.TestFramework/Util}/europarl.lines.txt.gz
(100%)
delete mode 100644 test-files/analysis/Turkish3.dat
delete mode 100644 test-files/spatial/cities-Intersects-BBox.txt
delete mode 100644 test-files/spatial/data/countries-bbox.txt
delete mode 100644 test-files/spatial/data/countries-poly.txt
delete mode 100644 test-files/spatial/data/geonames-IE.txt
delete mode 100644 test-files/spatial/data/simple-bbox.txt
delete mode 100644 test-files/spatial/data/states-bbox.txt
delete mode 100644 test-files/spatial/data/states-poly.txt
delete mode 100644 test-files/spatial/data/world-cities-points.txt
delete mode 100644 test-files/spatial/simple-Queries-BBox.txt
delete mode 100644 test-files/spatial/states-Intersects-BBox.txt
delete mode 100644 test-files/spatial/states-IsWithin-BBox.txt