GitHub user laimis opened a pull request:
https://github.com/apache/lucenenet/pull/155
Analysis.Common tests
This is a PR for just a straight up converted tests from
https://github.com/apache/lucene-solr/tree/lucene_solr_4_8/lucene/analysis/common/src/test/org/apache/lucene.
The idea is to include the converted source files but keep the project file
empty. Then going forward we take tests one by one, include it, get it to
compile, do any fixes needed to get them to pass and open PR for each such pass.
This gives a good way for anyone to be able to open the project file and
see how many tests have been converted and how many still need work just by
looking at the include / exclude shading in Visual Studio.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/laimis/lucenenet analysis_tests
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/lucenenet/pull/155.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #155
----
commit c64856a7ba290b2cbd2129c1c33bb9cd39d6a938
Author: Laimonas Simutis <[email protected]>
Date: 2015-12-06T13:31:22Z
adding converted analysis common tests
commit 092aab40f4fe18761ec6ad047cda5a0e5b17dcbd
Author: Laimonas Simutis <[email protected]>
Date: 2015-12-06T14:04:40Z
add project
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---