GitHub user NightOwl888 opened a pull request: https://github.com/apache/lucenenet/pull/184
Fixed OfflineSorter Test Failures This resolves the following failing tests: Core.Util.TestOfflineSorter.TestEmpty Core.Util.TestOfflineSorter.TestIntermediateMerges Core.Util.TestOfflineSorter.TestSmallRandom You can merge this pull request into a Git repository by running: $ git pull https://github.com/NightOwl888/lucenenet offlinesorter-tests Alternatively you can review and apply these changes as the patch at: https://github.com/apache/lucenenet/pull/184.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 #184 ---- commit 36dc55f8c4eac2bf3281bc6c97c7deb1611b8f69 Author: Shad Storhaug <s...@shadstorhaug.com> Date: 2016-09-03T05:45:44Z Fixed OfflineSorter to create output file if it doesn't exist. Resolves Core.Util.TestOfflineSorter.TestEmpty, Core.Util.TestOfflineSorter.TestIntermediateMerges and Core.Util.TestOfflineSorter.TestSmallRandom tests. ---- --- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---